404 not found when downloading libSkia library
Closed this issue · 3 comments
hernanmd commented
Probably the SkiaLibrary>>install method should be updated to reflect changes in the resources URL.
Trying to install in a clean Pharo 8 under Windows:
Metacello new
baseline: 'SpartaSkia';
repository: 'github://feenkcom/sparta/src';
load.
and checking in the Transcript with:
SkiaLibrary uniqueInstance detectLibrary: 'libSkia.dll'.
SkiaLibrary install.
Reports:
Downloading https://dl.feenk.com/Skia/windows/development/i386/libSkia.dll to File @ C:\.....\Sparta\pharo-local\gtoolkit-installer\libSkia_i386.dll ...
Progress
2020-08-25 15:50:50 013 Connection Established dl.feenk.com:443 54.93.131.205 760ms
2020-08-25 15:50:50 014 Request Written a ZnRequest(GET /Skia/windows/development/i386/libSkia.dll) 2ms
2020-08-25 15:50:50 015 Response Read a ZnResponse(404 Not Found text/html 178B) 239ms
2020-08-25 15:50:50 016 GET /Skia/windows/development/i386/libSkia.dll 404 178B 241ms Done!
hernanmd commented
I was downloading 32-bit :)
Now I checked and it was installed correctly.
Thanks for the info @syrel
girba commented
Great. I will close the issue.