3jackdaws / soundcloud-lib

Soundcloud API wrapper for tracks & playlists that doesn't require API credentials. Asyncio support.
MIT License
94 stars 24 forks source link

TypeError when getting Playlist #18

Closed dataO1 closed 4 years ago

dataO1 commented 4 years ago

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.

dataO1 commented 4 years ago

This error throws, when the given playlist is private, which makes sense.