Im getting this error, when executing the example code for pulling a playlist:
<class 'urllib.error.HTTPError'> HTTP Error 404: Not Found File "/nix/store/2wf6f59hd2sg1wz1q6cr5n2335b1a5md-python3-3.8.5-env/lib/python3.8/site-packages/sclib/sync.py", line 67, in resolve if obj['kind'] == 'track': TypeError: 'bool' object is not subscriptable
I am not quite sure, what is wrong, did i miss some dependency?
As you can see i use nixOS (if youre familiar with that), maybe its a problem with the python bundle.
Im also very new to python, so bare with me, if this is an obvious error, but after googling i couldnt figure out, where the problem exactly lies.
Im getting this error, when executing the example code for pulling a playlist:
<class 'urllib.error.HTTPError'> HTTP Error 404: Not Found File "/nix/store/2wf6f59hd2sg1wz1q6cr5n2335b1a5md-python3-3.8.5-env/lib/python3.8/site-packages/sclib/sync.py", line 67, in resolve if obj['kind'] == 'track': TypeError: 'bool' object is not subscriptable
I am not quite sure, what is wrong, did i miss some dependency? As you can see i use nixOS (if youre familiar with that), maybe its a problem with the python bundle.
Im also very new to python, so bare with me, if this is an obvious error, but after googling i couldnt figure out, where the problem exactly lies.