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

             Bug #: 1418
           Summary: mygpo::ApiRequest::parseError() emitted for new
                    account
    Classification: Unclassified
           Product: libmygpo-qt
           Version: Git snapshot
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: feature request
          Priority: low
         Component: The Library
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Just to test some code I made a test account (stecchino_test) on gpodder.net.
Amarok tests the login credentials with the service using listDevices().

Service seemed to work fine:
$ curl http://stecchino_test:[email protected]/api/2/devices/stecchino_test.json
[
  {
    "caption": "Amarok on desktop", 
    "type": "desktop", 
    "id": "amarok", 
    "subscriptions": 1
  }
]

After adding a second device and syncing it with the first:
$ curl http://stecchino_test:[email protected]/api/2/devices/stecchino_test.json
[
  {
    "caption": "Amarok on desktop", 
    "type": "desktop", 
    "id": "amarok", 
    "subscriptions": 1
  }, 
  {
    "caption": "test", 
    "type": "other", 
    "id": "test", 
    "subscriptions": 1
  }
]

Does not work either, so not caused by device list problem it seems.

Meanwhile my personal account with 2 devices (synced) and 18 subscriptions
works perfectly.

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