Skip to content
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

qri get will only return an empty object #508

Closed
osterbit opened this issue Jul 27, 2018 · 5 comments
Closed

qri get will only return an empty object #508

osterbit opened this issue Jul 27, 2018 · 5 comments
Labels
bug code that is not behaving as expected

Comments

@osterbit
Copy link
Contributor

@osterbit osterbit added the bug code that is not behaving as expected label Jul 27, 2018
@dustmop
Copy link
Contributor

dustmop commented Jul 27, 2018

Try patching in the branch from #505

@dustmop
Copy link
Contributor

dustmop commented Jul 30, 2018

I tried to create my own version of the dataset using: qri add --file=dataset.yaml --body=data.json me/test_repo, and qri get meta works fine. This implies there's something specific to the particular instance of the dataset.

@dustmop
Copy link
Contributor

dustmop commented Jul 30, 2018

When I try to get the contents of the same dataset that @osterbit was speaking about, I get an entirely different error:

> qri get meta color_dog2/paris_energy_pledges3
error loading dataset: error getting file bytes: error resolving hash: selected encoding not supported

Going to investigate.

@dustmop
Copy link
Contributor

dustmop commented Jul 31, 2018

More info:

When I ran qri add color_dog2/paris_energy_pledges3 to add the dataset to my repo, then qri get color_dog2/paris_energy_pledges3 would work properly for me.

On @osterbit's end, running qri use color_dog2/paris_energy_pledges3 followed by qri get would properly get the data. I think this is a duplicate of #492?

@b5 b5 added the ready label Aug 20, 2018
@dustmop
Copy link
Contributor

dustmop commented Aug 20, 2018

Talking with @osterbit, this appears to be fixed now, indeed with the same root cause as #492.

@dustmop dustmop closed this as completed Aug 20, 2018
@ghost ghost removed the ready label Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug code that is not behaving as expected
Projects
None yet
Development

No branches or pull requests

3 participants