Replies: 1 comment 1 reply
-
You are definitely using wrong selector there. IPLD selector are not like you commands. Not sure what gave you that impression. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm exploring using boost for retrieve but I'm having some issues. I read
https://ipld.io/docs/data-model/
documentation to try to understand the data-model-path-selector flag, but it doesn't feel like it helps.I tried using the
/ls
expression (boost retrieve --datamodel-path-selector /ls -p ), and although the program threw panic, I could tell from the logs that it received 13KB of data. This is consistent with the size of the data I retrieved using Lassie.My need is to get a more standard example of the
datamodel-path-selector
, and I want to confirm if the failure of my retrieval method using \ls is a code issue and not a problem with my usage.Below is the error report and the associated source code:
Beta Was this translation helpful? Give feedback.
All reactions