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
Traceback (most recent call last):
File "test.py", line 8, in <module>
song = suno_client.get_song('c13604b8-8a1b-4e84-b741-0e9197405a39')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "...\Python\Python311\site-packages\suno\suno.py", line 214, in get_song
return create_clip_from_data(response.json()[0])
~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
Doing some further testing with below code shows an empty list is being returned, hence the out of range error.
Some songs seem to return an empty list, resulting in a list index out of range error.
Below code with random song picked from the https://suno.com homepage.
Error traceback:
Doing some further testing with below code shows an empty list is being returned, hence the out of range error.
The text was updated successfully, but these errors were encountered: