https://bugs.gpodder.org/show_bug.cgi?id=1289
--- Comment #7 from Lloyd <[email protected]> 2011-03-02 16:16:31 GMT --- Thanks This is the log I received, if that is what you were asking for. Regards francis@francis-netbook:~$ gpodder --verbose 2>&1 [ 0.514] (ConverterCollection) Could not find "oggdec", ".ogg" files cannot be converted. [ 0.673] (gpodder.sync) Could not find eyeD3 [ 1.009] (Database) load_channels() [ 1.009] (Database) Connected [ 1.010] (Database) Setting up tables and views [ 1.024] start reader [ 1.027] (MygPoClient) Reloading settings. [ 1.241] (UserAppsReader) Player found: /usr/share/applications/totem.desktop [ 1.350] (UserAppsReader) Player found: /usr/share/applications/vlc.desktop [ 1.361] (UserAppsReader) Player found: /usr/share/applications/brasero.desktop [ 1.452] (UserAppsReader) Player found: /usr/share/applications/rhythmbox.desktop [ 1.521] (UserAppsReader) Player found: /usr/share/applications/audacity.desktop [ 1.555] (gPodder) Error: [ 1.579] (MygPoClient) Flushing NOW. [ 1.588] (UserAppsReader) Player found: /usr/share/applications/alsaplayer.desktop [ 1.601] (MygPoClient) Worker thread starting to work... [ 1.602] (MygPoClient) Starting subscription sync. Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/gui.py", line 2956, in update_feed_cache_proc mimetype_prefs=self.config.mimetype_prefs) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 310, in update self.feed_fetcher.fetch_channel(self) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 72, in fetch_channel self.fetch(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 251, in fetch self._parse_feed(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 234, in _parse_feed self._check_offline(feed) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 156, in _check_offline raise Offline() Offline [ 1.809] (UserAppsReader) Player found: /usr/share/applications/listen.desktop [ 1.842] (UserAppsReader) Player found: /usr/share/applications/banshee-1.desktop [ 1.848] end reader (benchmark: 0.8240 seconds) [ 2.128] (MygPoClient) Cannot upload subscriptions: <urlopen error [Errno 111] Connection refused> [ 2.151] (gPodder) Error: Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/gui.py", line 2956, in update_feed_cache_proc mimetype_prefs=self.config.mimetype_prefs) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 310, in update self.feed_fetcher.fetch_channel(self) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 72, in fetch_channel self.fetch(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 251, in fetch self._parse_feed(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 234, in _parse_feed self._check_offline(feed) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 156, in _check_offline raise Offline() Offline Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/my.py", line 479, in synchronize_subscriptions result = self._client.pull_subscriptions(self.device_id, since_o.since) File "/usr/lib/python2.6/dist-packages/mygpoclient/api.py", line 276, in pull_subscriptions data = self._client.GET(uri) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 116, in GET return self._request('GET', uri, None) File "/usr/lib/python2.6/dist-packages/mygpoclient/json.py", line 84, in _request response = http.HttpClient._request(self, method, uri, data) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 102, in _request response = self._opener.open(request) File "/usr/lib/python2.6/urllib2.py", line 391, in open response = self._open(req, data) File "/usr/lib/python2.6/urllib2.py", line 409, in _open '_open', req) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.6/urllib2.py", line 1136, in do_open raise URLError(err) URLError: <urlopen error [Errno 111] Connection refused> [ 2.277] (MygPoClient) Starting episode status sync. [ 2.753] (gPodder) Error: Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/gui.py", line 2956, in update_feed_cache_proc mimetype_prefs=self.config.mimetype_prefs) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 310, in update self.feed_fetcher.fetch_channel(self) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 72, in fetch_channel self.fetch(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 251, in fetch self._parse_feed(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 234, in _parse_feed self._check_offline(feed) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 156, in _check_offline raise Offline() Offline [ 2.861] (MygPoClient) Exception while polling for episodes. Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/my.py", line 438, in synchronize_episodes changes = self._client.download_episode_actions(since_o.since) File "/usr/lib/python2.6/dist-packages/mygpoclient/api.py", line 335, in download_episode_actions data = self._client.GET(uri) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 116, in GET return self._request('GET', uri, None) File "/usr/lib/python2.6/dist-packages/mygpoclient/json.py", line 84, in _request response = http.HttpClient._request(self, method, uri, data) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 102, in _request response = self._opener.open(request) File "/usr/lib/python2.6/urllib2.py", line 391, in open response = self._open(req, data) File "/usr/lib/python2.6/urllib2.py", line 409, in _open '_open', req) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.6/urllib2.py", line 1136, in do_open raise URLError(err) URLError: <urlopen error [Errno 111] Connection refused> [ 3.262] (gPodder) Error: Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/gui.py", line 2956, in update_feed_cache_proc mimetype_prefs=self.config.mimetype_prefs) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 310, in update self.feed_fetcher.fetch_channel(self) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 72, in fetch_channel self.fetch(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 251, in fetch self._parse_feed(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 234, in _parse_feed self._check_offline(feed) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 156, in _check_offline raise Offline() Offline [ 3.370] (MygPoClient) Cannot upload episode actions: <urlopen error [Errno 111] Connection refused> Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/my.py", line 456, in synchronize_episodes self._client.upload_episode_actions(episode_actions) File "/usr/lib/python2.6/dist-packages/mygpoclient/api.py", line 310, in upload_episode_actions response = self._client.POST(uri, actions) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 120, in POST return self._request('POST', uri, data) File "/usr/lib/python2.6/dist-packages/mygpoclient/json.py", line 84, in _request response = http.HttpClient._request(self, method, uri, data) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 102, in _request response = self._opener.open(request) File "/usr/lib/python2.6/urllib2.py", line 391, in open response = self._open(req, data) File "/usr/lib/python2.6/urllib2.py", line 409, in _open '_open', req) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.6/urllib2.py", line 1136, in do_open raise URLError(err) URLError: <urlopen error [Errno 111] Connection refused> [ 3.371] (MygPoClient) Retrying flush queue... [ 3.373] (MygPoClient) Starting subscription sync. [ 3.766] (gPodder) Error: Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/gui.py", line 2956, in update_feed_cache_proc mimetype_prefs=self.config.mimetype_prefs) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 310, in update self.feed_fetcher.fetch_channel(self) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 72, in fetch_channel self.fetch(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 251, in fetch self._parse_feed(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 234, in _parse_feed self._check_offline(feed) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 156, in _check_offline raise Offline() Offline [ 3.875] (MygPoClient) Cannot upload subscriptions: <urlopen error [Errno 111] Connection refused> Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/my.py", line 479, in synchronize_subscriptions result = self._client.pull_subscriptions(self.device_id, since_o.since) File "/usr/lib/python2.6/dist-packages/mygpoclient/api.py", line 276, in pull_subscriptions data = self._client.GET(uri) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 116, in GET return self._request('GET', uri, None) File "/usr/lib/python2.6/dist-packages/mygpoclient/json.py", line 84, in _request response = http.HttpClient._request(self, method, uri, data) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 102, in _request response = self._opener.open(request) File "/usr/lib/python2.6/urllib2.py", line 391, in open response = self._open(req, data) File "/usr/lib/python2.6/urllib2.py", line 409, in _open '_open', req) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.6/urllib2.py", line 1136, in do_open raise URLError(err) URLError: <urlopen error [Errno 111] Connection refused> [ 3.878] (MygPoClient) Starting episode status sync. [ 4.378] (gPodder) Error: Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/gui.py", line 2956, in update_feed_cache_proc mimetype_prefs=self.config.mimetype_prefs) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 310, in update self.feed_fetcher.fetch_channel(self) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 72, in fetch_channel self.fetch(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 251, in fetch self._parse_feed(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 234, in _parse_feed self._check_offline(feed) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 156, in _check_offline raise Offline() Offline [ 4.389] (MygPoClient) Exception while polling for episodes. Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/my.py", line 438, in synchronize_episodes changes = self._client.download_episode_actions(since_o.since) File "/usr/lib/python2.6/dist-packages/mygpoclient/api.py", line 335, in download_episode_actions data = self._client.GET(uri) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 116, in GET return self._request('GET', uri, None) File "/usr/lib/python2.6/dist-packages/mygpoclient/json.py", line 84, in _request response = http.HttpClient._request(self, method, uri, data) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 102, in _request response = self._opener.open(request) File "/usr/lib/python2.6/urllib2.py", line 391, in open response = self._open(req, data) File "/usr/lib/python2.6/urllib2.py", line 409, in _open '_open', req) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.6/urllib2.py", line 1136, in do_open raise URLError(err) URLError: <urlopen error [Errno 111] Connection refused> [ 4.896] (MygPoClient) Cannot upload episode actions: <urlopen error [Errno 111] Connection refused> Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/my.py", line 456, in synchronize_episodes self._client.upload_episode_actions(episode_actions) File "/usr/lib/python2.6/dist-packages/mygpoclient/api.py", line 310, in upload_episode_actions response = self._client.POST(uri, actions) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 120, in POST return self._request('POST', uri, data) File "/usr/lib/python2.6/dist-packages/mygpoclient/json.py", line 84, in _request response = http.HttpClient._request(self, method, uri, data) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 102, in _request response = self._opener.open(request) File "/usr/lib/python2.6/urllib2.py", line 391, in open response = self._open(req, data) File "/usr/lib/python2.6/urllib2.py", line 409, in _open '_open', req) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.6/urllib2.py", line 1136, in do_open raise URLError(err) URLError: <urlopen error [Errno 111] Connection refused> [ 4.897] (MygPoClient) Retrying flush queue... [ 4.899] (gPodder) Error: Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/gui.py", line 2956, in update_feed_cache_proc mimetype_prefs=self.config.mimetype_prefs) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 310, in update self.feed_fetcher.fetch_channel(self) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 72, in fetch_channel self.fetch(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 251, in fetch self._parse_feed(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 234, in _parse_feed self._check_offline(feed) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 156, in _check_offline raise Offline() Offline [ 5.012] (MygPoClient) Starting subscription sync. [ 5.523] (gPodder) Error: Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/gui.py", line 2956, in update_feed_cache_proc mimetype_prefs=self.config.mimetype_prefs) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 310, in update self.feed_fetcher.fetch_channel(self) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 72, in fetch_channel self.fetch(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 251, in fetch self._parse_feed(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 234, in _parse_feed self._check_offline(feed) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 156, in _check_offline raise Offline() Offline [ 5.528] (MygPoClient) Cannot upload subscriptions: <urlopen error [Errno 111] Connection refused> Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/my.py", line 479, in synchronize_subscriptions result = self._client.pull_subscriptions(self.device_id, since_o.since) File "/usr/lib/python2.6/dist-packages/mygpoclient/api.py", line 276, in pull_subscriptions data = self._client.GET(uri) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 116, in GET return self._request('GET', uri, None) File "/usr/lib/python2.6/dist-packages/mygpoclient/json.py", line 84, in _request response = http.HttpClient._request(self, method, uri, data) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 102, in _request response = self._opener.open(request) File "/usr/lib/python2.6/urllib2.py", line 391, in open response = self._open(req, data) File "/usr/lib/python2.6/urllib2.py", line 409, in _open '_open', req) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.6/urllib2.py", line 1136, in do_open raise URLError(err) URLError: <urlopen error [Errno 111] Connection refused> [ 5.620] (MygPoClient) Starting episode status sync. [ 6.293] (MygPoClient) Exception while polling for episodes. [ 6.296] (gPodder) Error: Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/my.py", line 438, in synchronize_episodes changes = self._client.download_episode_actions(since_o.since) File "/usr/lib/python2.6/dist-packages/mygpoclient/api.py", line 335, in download_episode_actions data = self._client.GET(uri) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 116, in GET return self._request('GET', uri, None) File "/usr/lib/python2.6/dist-packages/mygpoclient/json.py", line 84, in _request response = http.HttpClient._request(self, method, uri, data) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 102, in _request response = self._opener.open(request) File "/usr/lib/python2.6/urllib2.py", line 391, in open response = self._open(req, data) File "/usr/lib/python2.6/urllib2.py", line 409, in _open '_open', req) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.6/urllib2.py", line 1136, in do_open raise URLError(err) URLError: <urlopen error [Errno 111] Connection refused> Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/gui.py", line 2956, in update_feed_cache_proc mimetype_prefs=self.config.mimetype_prefs) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 310, in update self.feed_fetcher.fetch_channel(self) File "/usr/lib/pymodules/python2.6/gpodder/model.py", line 72, in fetch_channel self.fetch(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 251, in fetch self._parse_feed(url, etag, modified) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 234, in _parse_feed self._check_offline(feed) File "/usr/lib/pymodules/python2.6/gpodder/feedcore.py", line 156, in _check_offline raise Offline() Offline [ 6.391] (Database) COMMIT [ 6.392] (Database) load_channels() [ 6.418] (Database) COMMIT [ 6.653] (Database) Loading episodes for channel 6 [ 6.655] (Database) Loading episodes for channel 10 [ 6.660] (Database) Loading episodes for channel 7 [ 6.663] (Database) Loading episodes for channel 2 [ 6.664] (Database) Loading episodes for channel 1 [ 6.664] (Database) Loading episodes for channel 8 [ 6.673] (Database) Loading episodes for channel 3 [ 6.682] (Database) Loading episodes for channel 9 [ 6.691] (Database) Loading episodes for channel 4 [ 6.891] (Database) Loading episodes for channel 6 [ 7.003] (MygPoClient) Cannot upload episode actions: <urlopen error [Errno 111] Connection refused> Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gpodder/my.py", line 456, in synchronize_episodes self._client.upload_episode_actions(episode_actions) File "/usr/lib/python2.6/dist-packages/mygpoclient/api.py", line 310, in upload_episode_actions response = self._client.POST(uri, actions) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 120, in POST return self._request('POST', uri, data) File "/usr/lib/python2.6/dist-packages/mygpoclient/json.py", line 84, in _request response = http.HttpClient._request(self, method, uri, data) File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 102, in _request response = self._opener.open(request) File "/usr/lib/python2.6/urllib2.py", line 391, in open response = self._open(req, data) File "/usr/lib/python2.6/urllib2.py", line 409, in _open '_open', req) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.6/urllib2.py", line 1136, in do_open raise URLError(err) URLError: <urlopen error [Errno 111] Connection refused> [ 7.004] (MygPoClient) Worker thread finished. -- Configure bugmail: https://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
