Ticket #7 (closed defect: fixed)
Proxy failing due to missing "http://" in proxy settings
| Reported by: | evanlezar@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Version: | 0.2.0 |
| Keywords: | proxy | Cc: |
Description
The proxy request was failing when trying to read the images because my prosy was of the for "proxyhost:port" and not "http://proxyhost:port".
I noticed that although urllib2 was begin used to created the opener, the actual read was begin done by calling urllib.urlopen().read() instead.
Please find attached an SVN diff of the fix.
Thanks Evan
Attachments
Change History
Note: See
TracTickets for help on using
tickets.