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 getting French Isograms #53

Open
offray opened this issue Feb 7, 2020 · 2 comments
Open

Error getting French Isograms #53

offray opened this issue Feb 7, 2020 · 2 comments

Comments

@offray
Copy link

offray commented Feb 7, 2020

  • revision: Master @ 0638b16 (PDF)
  • page: 51

Both code snippets for getting the French isograms:

(ZnClient new
get: 'https://raw.githubusercontent.com/SquareBracketAssociates/
LearningOOPWithPharo/
master/resources/listeDeMotsAFrancaisUTF8.txt') lines

and

(ZnClient new
get: 'https://raw.githubusercontent.com/SquareBracketAssociates/
LearningOOPWithPharo/
master/resources/listeDeMotsFrancaisFrGutUTF8.txt') lines

throw the error Instance of ByteArray did not understand #lines.

This one works properly:

(ZnEasy 
get: 'https://raw.githubusercontent.com/SquareBracketAssociates/LearningOOPWithPharo/master/resources/listeDeMotsAFrancaisUTF8.txt') contents lines 

BTW, does GitHub support some kind of url shorter to make the url more readable?

@Ducasse
Copy link
Member

Ducasse commented Feb 7, 2020

The problem should be elsewhere because you should get a superlarge array

@Ducasse
Copy link
Member

Ducasse commented Feb 7, 2020

404: Not Found is not what we are supposed to have.

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

2 participants