<div dir="ltr">On Tue, Aug 26, 2008 at 4:50 PM, Sebastian Spaeth <span dir="ltr"><<a href="mailto:Sebastian@sspaeth.de">Sebastian@sspaeth.de</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ian Dees wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I am still getting the error. Should the apache restart have fixed things?<br>
</blockquote>
<br>
It works for me now. If you have a look at the apache server status page (<a href="http://hypercube.telascience.org/server-status" target="_blank">http://hypercube.telascience.org/server-status</a>) you will see that many of the recent requests are still openaerialmap related, unfortunately)<br>

</blockquote><div><br> </div></div>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:<br>
<br>        $ua->env_proxy();<br><br>after line 197 in Upload.pm.<br></div>