Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON parsing error when fetching a playlist with user's own local track #477

Open
matous-volf opened this issue Apr 19, 2024 · 0 comments
Open
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@matous-volf
Copy link

matous-volf commented Apr 19, 2024

Describe the bug
When a playlist contains a track that has been added from local files and I try to fetch it using rspotify's playlist method, it returns

ParseJson(
    Error("data did not match any variant of untagged enum PlayableItem", line: 1, column: 94835),
)

To Reproduce
Steps to reproduce the behavior:

  1. Add a local file to your Spotify account.
  2. Add the track into a playlist.
  3. Fetch the playlist using the playlist method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant