SathyaBhat/spotify-dl

"can only concatenate list (not "str") to list" error when providing output directory

SathyaBhat opened this issue ยท 8 comments

Version:

spotify_dl.exe -v
spotify_dl v2.6.0

Command started to run spotify-dl

spotify_dl.exe -l https://open.spotify.com/user/anjunadeep/playlist/1GfH39JcID8aFZ0ZQQVkBk -o .

Error message:

INFO: 2017-06-03 19:12:37,099 - extract_user_and_playlist_from_uri - List owner: anjunadeep
INFO: 2017-06-03 19:12:37,099 - extract_user_and_playlist_from_uri - List ID: 1GfH39JcID8aFZ0ZQQVkBk
INFO: 2017-06-03 19:12:37,100 - extract_user_and_playlist_from_uri - List owner: anjunadeep
INFO: 2017-06-03 19:12:37,100 - extract_user_and_playlist_from_uri - List ID: 1GfH39JcID8aFZ0ZQQVkBk
INFO: 2017-06-03 19:12:37,813 - spotify_dl - Saving songs to: Anjunadeep Recommends - Updated Daily
Traceback (most recent call last):
  File "f:\python34\lib\runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "f:\python34\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "F:\Python34\Scripts\spotify_dl.exe\__main__.py", line 9, in <module>
  File "f:\python34\lib\site-packages\spotify_dl\spotify_dl.py", line 96, in spotify_dl
    download_directory = args.output + '/' + playlist
TypeError: can only concatenate list (not "str") to list

happens only windows?

can take this up, if you have not started working on it

lol, no. push it. I will take up next one ๐Ÿ˜‹

@avinassh my fix isn't working as expected and i'm not around for the next couple of days.. all yours ๐Ÿ‘

nice!

can you also give me similar success case?