JustinBacher / PolyPop-Spotify-Plugin

MIT License
2 stars 1 forks source link

Encountered Issue with Playlists #1

Open Corotyest opened 1 year ago

Corotyest commented 1 year ago

Hi, good afternoon. With the pleasure of greeting you, I have encounter with an error that for some reason my account of Spotify "have no playlists" or I don't know if it is the tool that the plugin uses for contacting to Spotify;

image As you can see the error obviously by my side is coloured in red, additionally I'm printing the information of the payload you pass to update the playlists.

function Instance:onMessage(msg)
    local payload = json.decode(msg)
    local action, data = payload.action, payload.data

    print(table.concat({action, tostring(msg or 'not message'), tostring(data)}, ', '))
    -- body ↓
end

Above I'm attaching a part of the code used to present this information for "more details".

Uriyel commented 9 months ago

Seconded. Possibly an issue with the underlying Spotipy used in the exe? That module had a code change related to Regex matching for playlist URLs