mirror of
https://github.com/entriphy/sp-playcount-librespot.git
synced 2026-04-26 22:26:02 +03:00
[GH-ISSUE #13] SyntaxError in artistAbout Endpoint #10
Labels
No labels
bug
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sp-playcount-librespot#10
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 @heismauri on GitHub (Sep 5, 2020).
Original GitHub issue: https://github.com/entriphy/sp-playcount-librespot/issues/13
I was just trying to check the different endpoints, and seems that with this link I get this error
SyntaxError: JSON.parse: expected ',' or '}' after property value in object at line 1 column 30 of the JSON databecause there are some " outside the {}This error is given when I try to see the json response with the Mozilla viewer, it does not happen with the other endpoints.