On Jul 23, 2007, at 11:34 AM, Yves de Champlain wrote:
Hi
I don't understand this error :
---> Attempting to fetch gimp-pic-filter.0.2.tar.gz from http:// registry.gimp.org/file/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 DEBUG: Fetching failed:: HTTP response code said error
because
yves$ curl -O http://registry.gimp.org/file/gimp-pic-filter.0.2.tar.gz
works OK
Weird, I tried a HEAD on it: $ curl --head http://registry.gimp.org/file/gimp-pic-filter.0.2.tar.gz HTTP/1.0 500 Internal Server Error ... and as you can see, received a 500 error. Maybe there's some intermittent issues? Though looking at the error message, seems like a Java exception is going on. Bryan
Any idea ?
yves