-
Notifications
You must be signed in to change notification settings - Fork 146
Description
I can download individual tracks from soundcloud, but I can't download likes and this error shows up. Any idea why?
`Active code page: 65001
Traceback (most recent call last):
File "c:\program files\python39\lib\site-packages\soundscrape\soundscrape.py", line 183, in process_soundcloud
resolved2 = soundcloud.resource.ResourceList(resolved2['collection'])
KeyError: 'collection'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\program files\python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\program files\python39\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Program Files\Python39\Scripts\soundscrape.exe_main.py", line 7, in
File "c:\program files\python39\lib\site-packages\soundscrape\soundscrape.py", line 123, in main
process_soundcloud(vargs)
File "c:\program files\python39\lib\site-packages\soundscrape\soundscrape.py", line 204, in process_soundcloud
track_data = get_soundcloud_data(artist_url)
File "c:\program files\python39\lib\site-packages\soundscrape\soundscrape.py", line 489, in get_soundcloud_data
data['artist'] = title_tag.split(' by ')[1].split('|')[0].strip()
IndexError: list index out of range`