mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #748] Error with "position" parameter in adding songs to a playlist. #453
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#453
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 @guilevieiram on GitHub (Nov 26, 2021).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/748
Hi, i'm having a problem with my application that started occurring a week or so ago.
While trying to add items to a playlist via the api I get the following error message:
It had worked wonders in the past but right now i am having this error. I'm using vscode, with a python venv in windows. I had it deployed in Heroku as well and it worked very well there as well.
Here is the specific functions causing issues:
And some helper functions / definitions:
Here is the link to the full project if you are interest or need to get more information.
Thanks a lot for the help!
@stephanebruckert commented on GitHub (Nov 27, 2021):
I think it would help if you share a minimal, reproducible example. Like just 10 lines that show the problem on a fresh playlist.
@guilevieiram commented on GitHub (Nov 27, 2021):
In writing the example i realised that the bug was in another model of my application. Managed to fix it already
Thank you so much!!