https://bugs.gpodder.org/show_bug.cgi?id=881

           Summary: cannot upload to my.gpodder.org
           Product: gPodder
           Version: 2.2
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]


This is on Mandriva Cooker with gpodder 2.2, mygpoclient 1.1, simplejson 2.0.9
and python 2.6.4.

When I click on the upload button in the my.gpodder settings, I get a
BadRequest popup.

This is some of the output of gpodder -v:

# gpodder -v
[   0.209] Detected encoding: UTF-8
[   0.327] (ConverterCollection) Found "oggdec", will try to convert ".ogg"
files.
Plugin loaded: gpodder.soundcloud
Creating new from file gPodder
[   0.779] (MygPoClient) Reloading settings.
[   0.780] start reader
[   0.800] (gPodder) Skipping update of ...
[   0.809] (gPodder) Skipping update of ...
[   0.810] (gPodder) Skipping update of ...
[   0.810] (CoverDownloader) cover download request for ...
[   0.825] (gPodder) Skipping update of ...
[   0.831] (CoverDownloader) Trying to download: ...
[   1.013] (UserAppsReader) Player found: /usr/share/applications/muine.desktop
[   1.073] (UserAppsReader) Player found:
/usr/share/applications/mandriva-xmms.desktop
[   1.116] (MygPoClient) Flushing NOW.
[   1.133] (MygPoClient) Worker thread starting to work...
[   1.136] (MygPoClient) Starting subscription sync.
[   1.164] (UserAppsReader) Player found: /usr/share/applications/gxine.desktop
[   1.168] (UserAppsReader) Player found:
/usr/share/applications/moonshine.desktop
[   1.180] (UserAppsReader) Player found: /usr/share/applications/clamz.desktop
[   1.218] (CoverDownloader) Cannot get image from ...
[   1.302] (MygPoClient) Cannot upload subscriptions: 
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/gpodder/my.py", line 442, in
synchronize_subscriptions
    result = self._client.pull_subscriptions(self.device_id, since_o.since)
  File "/usr/lib/python2.6/site-packages/mygpoclient/api.py", line 246, in
pull_subscriptions
    data = self._client.GET(uri)
  File "/usr/lib/python2.6/site-packages/mygpoclient/http.py", line 116, in GET
    return self._request('GET', uri, None)
  File "/usr/lib/python2.6/site-packages/mygpoclient/json.py", line 81, in
_request
    response = http.HttpClient._request(self, method, uri, data)
  File "/usr/lib/python2.6/site-packages/mygpoclient/http.py", line 106, in
_request
    raise NotFound()
NotFound

[   1.336] (MygPoClient) Starting episode status sync.
[   1.515] (UserAppsReader) Player found:
/usr/share/applications/alsaplayer.desktop
[   1.557] (UserAppsReader) Player found:
/usr/share/applications/hxplay.desktop
[   1.581] (UserAppsReader) Player found:
/usr/share/applications/brasero.desktop
[   1.623] (UserAppsReader) Player found: /usr/share/applications/dopi.desktop
[   1.670] (UserAppsReader) Player found:
/usr/share/applications/xine-ui.desktop
[   1.771] (MygPoClient) Exception while polling for episodes.
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/gpodder/my.py", line 398, in
synchronize_episodes
    device_id=self.device_id)
  File "/usr/lib/python2.6/site-packages/mygpoclient/api.py", line 305, in
download_episode_actions
    data = self._client.GET(uri)
  File "/usr/lib/python2.6/site-packages/mygpoclient/http.py", line 116, in GET
    return self._request('GET', uri, None)
  File "/usr/lib/python2.6/site-packages/mygpoclient/json.py", line 81, in
_request
    response = http.HttpClient._request(self, method, uri, data)
  File "/usr/lib/python2.6/site-packages/mygpoclient/http.py", line 106, in
_request
    raise NotFound()
NotFound

[   1.780] (UserAppsReader) Player found:
/usr/share/applications/easytag.desktop
[   1.784] (UserAppsReader) Player found: /usr/share/applications/vlc.desktop
[   1.880] (UserAppsReader) Player found:
/usr/share/applications/gnome-mplayer.desktop
[   1.881] (UserAppsReader) Player found:
/usr/share/applications/audacious2.desktop
[   1.925] (UserAppsReader) Player found:
/usr/share/applications/banshee-1.desktop
[   1.978] (UserAppsReader) Player found:
/usr/share/applications/rhythmbox.desktop
[   2.034] (gPodder) Error: unknown feed type
[   2.041] (MygPoClient) Episode actions have been uploaded to the server.
[   2.041] (MygPoClient) Retrying flush queue...
[   2.053] (MygPoClient) Starting subscription sync.
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/gpodder/gui.py", line 2410, in
update_feed_cache_proc
    channel.update(max_episodes=self.config.max_episodes_per_feed)
  File "/usr/lib/python2.6/site-packages/gpodder/model.py", line 288, in update
    self.feed_fetcher.fetch_channel(self)
  File "/usr/lib/python2.6/site-packages/gpodder/model.py", line 74, in
fetch_channel
    self.fetch(url, etag, modified)
  File "/usr/lib/python2.6/site-packages/gpodder/feedcore.py", line 242, in
fetch
    self._parse_feed(url, etag, modified)
  File "/usr/lib/python2.6/site-packages/gpodder/feedcore.py", line 231, in
_parse_feed
    self._check_valid_feed(feed)
  File "/usr/lib/python2.6/site-packages/gpodder/feedcore.py", line 175, in
_check_valid_feed
    raise InvalidFeed('unknown feed type')
InvalidFeed: unknown feed type

[   2.084] (gPodder) Skipping update of ...
[   2.084] (gPodder) Skipping update of ...
[   2.084] (gPodder) Skipping update of ...
[   2.084] (gPodder) Skipping update of ...
[   2.085] (gPodder) Skipping update of ...
[   2.085] (gPodder) Skipping update of ...
[   2.085] (gPodder) Skipping update of ...
[   2.086] (gPodder) Skipping update of ...
[   2.089] (gPodder) Skipping update of ...
[   2.090] (UserAppsReader) Player found: /usr/share/applications/miro.desktop
[   2.094] (UserAppsReader) Player found: /usr/share/applications/hipo.desktop
[   2.225] (MygPoClient) Cannot upload subscriptions: 
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/gpodder/my.py", line 442, in
synchronize_subscriptions
    result = self._client.pull_subscriptions(self.device_id, since_o.since)
  File "/usr/lib/python2.6/site-packages/mygpoclient/api.py", line 246, in
pull_subscriptions
    data = self._client.GET(uri)
  File "/usr/lib/python2.6/site-packages/mygpoclient/http.py", line 116, in GET
    return self._request('GET', uri, None)
  File "/usr/lib/python2.6/site-packages/mygpoclient/json.py", line 81, in
_request
    response = http.HttpClient._request(self, method, uri, data)
  File "/usr/lib/python2.6/site-packages/mygpoclient/http.py", line 106, in
_request
    raise NotFound()
NotFound

[   2.228] (MygPoClient) Starting episode status sync.
[   2.259] (UserAppsReader) Player found:
/usr/share/applications/bmp-play-2.0.desktop
[   2.315] (UserAppsReader) Player found: /usr/share/applications/totem.desktop
[   2.427] (MygPoClient) Exception while polling for episodes.
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/gpodder/my.py", line 398, in
synchronize_episodes
    device_id=self.device_id)
  File "/usr/lib/python2.6/site-packages/mygpoclient/api.py", line 305, in
download_episode_actions
    data = self._client.GET(uri)
  File "/usr/lib/python2.6/site-packages/mygpoclient/http.py", line 116, in GET
    return self._request('GET', uri, None)
  File "/usr/lib/python2.6/site-packages/mygpoclient/json.py", line 81, in
_request
    response = http.HttpClient._request(self, method, uri, data)
  File "/usr/lib/python2.6/site-packages/mygpoclient/http.py", line 106, in
_request
    raise NotFound()
NotFound

[   2.560] (UserAppsReader) Player found:
/usr/share/applications/mplayer.desktop
[   2.575] (UserAppsReader) Player found:
/usr/share/applications/parole.desktop
[   2.641] (MygPoClient) Episode actions have been uploaded to the server.
[   2.641] (MygPoClient) Retrying flush queue...
[   2.647] (MygPoClient) Starting subscription sync.
[   2.808] (UserAppsReader) Player found:
/usr/share/applications/audacious2-gtkui.desktop
[   2.821] (MygPoClient) Cannot upload subscriptions: 
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/gpodder/my.py", line 442, in
synchronize_subscriptions
    result = self._client.pull_subscriptions(self.device_id, since_o.since)
  File "/usr/lib/python2.6/site-packages/mygpoclient/api.py", line 246, in
pull_subscriptions
    data = self._client.GET(uri)
  File "/usr/lib/python2.6/site-packages/mygpoclient/http.py", line 116, in GET
    return self._request('GET', uri, None)
  File "/usr/lib/python2.6/site-packages/mygpoclient/json.py", line 81, in
_request
    response = http.HttpClient._request(self, method, uri, data)
  File "/usr/lib/python2.6/site-packages/mygpoclient/http.py", line 106, in
_request
    raise NotFound()
NotFound

[   2.826] (MygPoClient) Starting episode status sync.
Creating new from file gPodderEpisodeSelector
[   3.025] (MygPoClient) Exception while polling for episodes.
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/gpodder/my.py", line 398, in
synchronize_episodes
    device_id=self.device_id)
  File "/usr/lib/python2.6/site-packages/mygpoclient/api.py", line 305, in
download_episode_actions
    data = self._client.GET(uri)
  File "/usr/lib/python2.6/site-packages/mygpoclient/http.py", line 116, in GET
    return self._request('GET', uri, None)
  File "/usr/lib/python2.6/site-packages/mygpoclient/json.py", line 81, in
_request
    response = http.HttpClient._request(self, method, uri, data)
  File "/usr/lib/python2.6/site-packages/mygpoclient/http.py", line 106, in
_request
    raise NotFound()
NotFound

[   3.041] (UserAppsReader) Player found:
/usr/share/applications/audacity.desktop
[   3.049] end reader (benchmark: 2.2689 seconds)
[   3.244] (MygPoClient) Episode actions have been uploaded to the server.
[   3.244] (MygPoClient) Worker thread finished.
[  28.223] (MygPoClient) Flush requested.
[  28.237] (MygPoClient) Worker thread waiting for timeout
Creating new from file MygPodderSettings
[  56.063] (UIConfig) Update mygpo_enabled: True => False
[  59.940] (UIConfig) Update mygpo_enabled: False => True
[  59.940] Uploading (overwriting) subscriptions...
/usr/lib/python2.6/site-packages/gpodder/gtkui/interface/progress.py:64:
DeprecationWarning: use set_markup() instead
  self.dialog.label.set_selectable(False)
[  61.125] (UIConfig) Update mygpo_enabled: True => False
[  88.297] (MygPoClient) Worker thread may not execute (disabled).
[ 116.109] (UIConfig) Flushing settings to disk

-- 
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

Reply via email to