mirror of
https://github.com/FrostBreker/spotify-private-api.git
synced 2026-04-27 06:26:00 +03:00
[GH-ISSUE #1] client: error parsing JSON: unexpected end of JSON input / Errored when setting headers for the spotifyAPI #1
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 @tim1f1 on GitHub (Jul 16, 2024).
Original GitHub issue: https://github.com/FrostBreker/spotify-private-api/issues/1
Originally assigned to: @FrostBreker on GitHub.
This was working fine until yesterday, now when I try running it, it keeps doing this error message
I think it might be to do with the late update in the play count yesterday/them updating the API?
@FrostBreker commented on GitHub (Jul 16, 2024):
Hello, I've run some test, can you check if you are using the last version of the package and if your fetching an Id that exist. Try to delete the file response.json.
@tim1f1 commented on GitHub (Jul 16, 2024):
Hi, I did what you suggested, the code seems to be working as normal now, thanks.