Matthias Meulien
Matthias Meulien
@MaxCreeger32 Oh, I forgot to ask a trivial question: Do Spotify playlists appear in other Mopidy clients? Say Iris?
Arff looks like one needs a Premium account to play with Spotify from Mopidy. I'll try to help but I can't debug on my side.
@MaxCreeger32 Any progress? Could I help?
According to what @MaxCreeger32 posted in private message Spotify playlist don't have the `last_modified` attribute populated. Mopidy's documentation is clear with that: `last_modified` can be `None` but Argos doesn't support...
@MaxCreeger32 A fix for the `last_modified` property of playlists has landed on `main` branch. Let me know whether Spotify playlists now load, and feel free to post here in case...
@jodal I'll try to fix this, but expect multiple PRs. I see where most warnings come from but my current fixes are broken and I am not used to debug...
The token stored in configuration may have expired. Have you checked after generating a new token?
Is there a bandcamp section in Mopidy's configuration? Does this bandcamp section has a identity key ? ``` [bandcamp] identity = 7%09xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx%3D%09%7B%22ex%22%3Ax%2C%22id%22%3Axxxxxxxxxx%7D ```
Both requests aren't equivalent. Mopidy-Bandcamp adds headers (a `User-Agent` header and a `Cookie` header with value read from the configuration `identity=...`). You can add those informations to Curl command if...
How did you checked Mopidy's config? By running `sudo mopidyctl config` (or `mopidy config` if not running as a systemd unit)?