http://bugs.gpodder.org/show_bug.cgi?id=371

           Summary: Proxy is not used when updating feeds
           Product: gPodder
           Version: 0.14.1
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: medium
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]


When no direct connection to internet is available (and it is through a defined
proxy), updating the feeds will fail: the proxy settings are not used when
updating.

cache.py:130

parsed_result = feedparser.parse(url,
                                         agent=self.user_agent,
                                         modified=modified,
                                         etag=etag,
                                         )

Downloading is done by feedparser whithout using proxies.

Reproducing this bug is difficult if you have a direct internet connection,
since updating feeds will not fail.

-- 
Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to