mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #285] JSON parse error when fetching user albums with market set to FromToken #88
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hrkfdn on GitHub (Nov 20, 2021).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/285
Describe the bug
current_user_saved_albums_manual(Some(&Market::FromToken), Some(50), Some(0))will throw an error:json parse error: missing fieldavailable_marketsat line 428 column 5I compared outputs with the one where market is not set and it looks like
available_marketsis not available when passingSome(&Market::FromToken). Maybe it should be optional?