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
Sometimes while running in python I get below error message. They are intermittent, if I close vscodium and reopen and run the same it disappears.
Traceback (most recent call last):
search(f"{srch_str}", allow_plain_format=False, save_path=f"{savepath}")
File "site-packages/syncedlyrics/__init__.py", line 59, in search
_l = provider.get_lrc(search_term)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "site-packages/syncedlyrics/providers/musixmatch.py", line 120, in get_lrc
tracks = body["track_list"]
~~~~^^^^^^^^^^^^^^
TypeError: list indices must be integers or slices, not str
During handling of the above exception, another exception occurred:
Exception: list indices must be integers or slices, not str
Sometimes while running in python I get below error message. They are intermittent, if I close vscodium and reopen and run the same it disappears.
srch_str="Liz Phair - Free Ride"
savepath="Liz Phair - Free Ride.lrc"
The text was updated successfully, but these errors were encountered: