On 31 May 2015, at 11:29, Nicolai Hess <nicolaihess@web.de> wrote:
2015-05-30 22:59 GMT+02:00 <recursive68@gmail.com>: Hi,
Yes, I've tried to follow the instructions on https://medium.com/concerning-pharo/reddit-st-in-10-cool-pharo-classes-1b532...
If I run:
Gofer it smalltalkhubUser: 'SvenVanCaekenberghe' project: 'Reddit'; configuration; loadStable.
I get the following error:
Did you ran this on pharo3 or pharo4? It is working for me with an pharo 3 image but fails in Pharo4. And yes, there is one Configuration with a bad url: ConfigurationOfPostgresV2>>#baseline25: ...
spec className: #ConfigurationOfNeoJSON; repository: 'http://http://mc.stfx.eu/Neo/'; versionString: #stable.
(see the double http://)
Thanks, Nicolai. Now we have to fix ConfigurationOfPostgresV2.
NameLookupFailure: cannot resolve 'http'
and a dialog box saying either Retry or Give Up
It's attempting to download files as follows:
Loading all file names from http://http://mc.stfx.eu/Neo/
which appears to be the issue.
Thanks