[Tilesathome] "Failed to retrieve server queue load" error

Ian Dees ian.dees at gmail.com
Tue Aug 26 23:47:07 BST 2008


On Tue, Aug 26, 2008 at 4:50 PM, Sebastian Spaeth <Sebastian at sspaeth.de>wrote:

> Ian Dees wrote:
>
>>
>> I am still getting the error. Should the apache restart have fixed things?
>>
>
> It works for me now. If you have a look at the apache server status page (
> http://hypercube.telascience.org/server-status) you will see that many of
> the recent requests are still openaerialmap related, unfortunately)
>


Found the problem: there is at least one instance (I couldn't find any more
in my quick greps) where a LWP::UserAgent is created but the environment's
proxy settings aren't read (via a call to env_proxy()). The upload works
after i add:

        $ua->env_proxy();

after line 197 in Upload.pm.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tilesathome/attachments/20080826/2876a4ba/attachment.html>


More information about the Tilesathome mailing list