entriphy / sp-playcount-librespot

Modification of librespot-java to provide play count info from Spotify
Apache License 2.0
119 stars 16 forks source link

SyntaxError in artistAbout Endpoint #13

Open heismauri opened 4 years ago

heismauri commented 4 years ago

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 data because 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.