On Tue, Aug 26, 2008 at 05:47:07PM -0500, Ian Dees wrote: > 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.
good find. Thanks for finding this, I would never have... It's fixed in r10203 I couldn't find more instances where applying the proxy settings were missing either. spaetz _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
