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

           Summary: Getting 403 errors when attempting to synchronize
           Product: my.gPodder.org
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: low
         Component: API Client Library ("mygpoclient")
        AssignedTo: [email protected]
        ReportedBy: [email protected]


After figuring out how to get gPodder to sync online, I found it came across
some 403 errors.

[ 479.394] (MygPoClient) Starting episode status sync.
[ 500.715] (MygPoClient) Exception while polling for episodes.
Traceback (most recent call last):
  File "/home/hillshum/Source/gpodder/src/gpodder/my.py", line 398, in
synchronize_episodes
    device_id=self.device_id)
  File "/usr/lib/python2.6/dist-packages/mygpoclient/api.py", line 305, 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 73, in
_request
    response = http.HttpClient._request(self, method, uri, data)
  File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 112, in
_request
    raise UnknownResponse(http_error.code)
UnknownResponse: 403

[ 520.338] (UIConfig) Flushing settings to disk
[ 522.783] (MygPoClient) Cannot upload episode actions: 403
Traceback (most recent call last):
  File "/home/hillshum/Source/gpodder/src/gpodder/my.py", line 415, in
synchronize_episodes
    since = self._client.upload_episode_actions(episode_actions)
  File "/usr/lib/python2.6/dist-packages/mygpoclient/api.py", line 280, 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 73, in
_request
    response = http.HttpClient._request(self, method, uri, data)
  File "/usr/lib/python2.6/dist-packages/mygpoclient/http.py", line 112, in
_request
    raise UnknownResponse(http_error.code)
UnknownResponse: 403

[ 522.784] (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

Reply via email to