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

Error downloading "grains" on exercism v3 #499

Closed
moniquelive opened this issue Sep 9, 2021 · 5 comments
Closed

Error downloading "grains" on exercism v3 #499

moniquelive opened this issue Sep 9, 2021 · 5 comments

Comments

@moniquelive
Copy link

moniquelive commented Sep 9, 2021

Using Pharo 9:

  • right click on the Browser -> Exercism -> Fetch new exercise
  • typed "grains"

image

@ghost
Copy link

ghost commented Sep 9, 2021

yep, we are investigating this problem

@Bajger
Copy link
Contributor

Bajger commented Sep 10, 2021

The root cause of this problem is in obtaining empty stub file from Exercism server:

As you can see, dev environment tries to get void resource through HTTP client, it returns nil object, since stub file is empty:

obrazek

This is not because of non-existent file (as claimed in screenshot), but because file is empty:

obrazek

@gypsydave5
Copy link
Contributor

@moniquelive - the fix has been merged and so (should be) live. Give it all a go again with a fresh image?

@ghost
Copy link

ghost commented Sep 11, 2021

or use these upgrade instructions : https://github.com/exercism/pharo-smalltalk/blob/main/docs/UPGRADE.md

@moniquelive
Copy link
Author

Amazing! Thank you very much you guys! All good it seems 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants