You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first one got an http 500 status code every time.
The second one got a 202 at first, with a message something like "Track analysis in progress." After about 30 minutes I tried again, and got 500 from then on.
The equivalent curl command is:
curl -X 'GET' \
'https://soundstat.info/api/v1/track/1eRyJZwEo3ewJq4hDzFhXO' \
-H 'accept: application/json' \
-H 'x-api-key: myapikey'
Anyone else having such problems with soundstat?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I used the Try It Out feature from https://soundstat.info/api/v1/docs#/default/get_track_analysis_api_v1_track__track_id__get for a couple of different Spotify track ids.
The first one got an http 500 status code every time.
The second one got a 202 at first, with a message something like "Track analysis in progress." After about 30 minutes I tried again, and got 500 from then on.
The equivalent curl command is:
Beta Was this translation helpful? Give feedback.
All reactions