-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: unable to get datasets using just peername/datasetname #479
Labels
bug
code that is not behaving as expected
Comments
dustmop
added a commit
that referenced
this issue
Aug 22, 2018
Get method written so that it is used by both cmd/ and api/. Follows the new guideline set out by #519, moving nearly all the logic from lib/ to actions/. Logic which is specific to the command-line, selecting parts of a dataset using a path, moved up a level to the cmd/ package. Get can now be used to retrieve info about local and remote datasets, from both command-line and api server. Fixes #509, #479 #397, and possibly others. Clears the way to merging `body` into `get` in a future PR. Breaks ability to `get` multiple datasets at once.
dustmop
added a commit
that referenced
this issue
Aug 22, 2018
Get method written so that it is used by both cmd/ and api/. Follows the new guideline set out by #519, moving nearly all the logic from lib/ to actions/. Logic which is specific to the command-line, selecting parts of a dataset using a path, moved up a level to the cmd/ package. Get can now be used to retrieve info about local and remote datasets, from both command-line and api server. Fixes #509, #479 #397, and possibly others. Clears the way to merging `body` into `get` in a future PR. Breaks ability to `get` multiple datasets at once.
dustmop
added a commit
that referenced
this issue
Aug 23, 2018
Get method written so that it is used by both cmd/ and api/. Follows the new guideline set out by #519, moving nearly all the logic from lib/ to actions/. Logic which is specific to the command-line, selecting parts of a dataset using a path, moved up a level to the cmd/ package. Get can now be used to retrieve info about local and remote datasets, from both command-line and api server. Fixes #509, #479 #397, and possibly others. Clears the way to merging `body` into `get` in a future PR. Breaks ability to `get` multiple datasets at once.
closed by #520 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting a peer's dataset using
peername/datasetname
is returning an error:However, using a more hydrated datasetRef works, for example:
ramfox/lolstats2016/at/ipfs/QmaH5YWMMvsZQb2a1CxWb7QNdCXqEyqNtpmqye97PoZZKi
works just fineThe text was updated successfully, but these errors were encountered: