mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-26 23:45:49 +03:00
[GH-ISSUE #266] Service not found exception when creating a playlist with $userId #195
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#195
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 @WillyReyno on GitHub (Aug 1, 2023).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/266
Hello,
I just upgraded to 5.7.0 but when
createPlaylist()is provided with a$userId, the request ends up inService not foundexception because the endpoint doesn't seem to be correct.According to Create Playlist documentation it should be
v1/users/{user_id}/playlistsand notv1/{user_id}/playlists.Best regards!
@jwilsson commented on GitHub (Aug 1, 2023):
Ah jeez, I guess I didn't test it enough. Sorry about that.
I'll get a patch out ASAP.
@jwilsson commented on GitHub (Aug 1, 2023):
5.7.1should work as expected. Sorry again for the trouble.