mirror of
https://github.com/Aran404/SpotAPI.git
synced 2026-04-25 08:45:48 +03:00
[GH-ISSUE #14] Error while using get_playlist_info(): "Variable 'enableWatchFeedEntrypoint' has an invalid value" #67
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotAPI#67
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 @Leogendra on GitHub (Jan 22, 2025).
Original GitHub issue: https://github.com/Aran404/SpotAPI/issues/14
Version:
spotapi==1.1.33.12.5Code to reproduce the error:
Observed Behavior:
The code outputs a
ValidationError:Expected Behavior:
The
get_playlist_infomethod should return the playlist details without any errors.Additional Information:
enableWatchFeedEntrypoint, which is either missing or not properly handled by the API.@Leogendra commented on GitHub (Feb 3, 2025):
May you push the fix on pypi?
@Aran404 commented on GitHub (Feb 9, 2025):
Sorry didn't notice your message, it has been pushed now.