"can only concatenate list (not "str") to list" error when providing output directory
SathyaBhat opened this issue ยท 8 comments
SathyaBhat commented
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
avinassh commented
happens only windows?
SathyaBhat commented
Haven't v tried on Linux but it should be happening on all. `args` is a
list, that's causing the problem
โฆOn Jun 3, 2017 7:23 PM, "avinassh" ***@***.***> wrote:
happens only windows?
โ
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABjUHTsiWSRCuP7swspqedzsPNHnx8mks5sAWVPgaJpZM4NvFtT>
.
avinassh commented
can take this up, if you have not started working on it
SathyaBhat commented
Have fixed it in local but go ahead ๐
โฆOn Jun 3, 2017 8:03 PM, "avinassh" ***@***.***> wrote:
can take this up, if you have not started working on it
โ
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABjUNG8J55NnVJH0XrpB4G6MpGgmxs7ks5sAW67gaJpZM4NvFtT>
.
avinassh commented
lol, no. push it. I will take up next one ๐
SathyaBhat commented
@avinassh my fix isn't working as expected and i'm not around for the next couple of days.. all yours ๐
avinassh commented
nice!
can you also give me similar success case?
SathyaBhat commented
Try skipping the `- o .` option
โฆOn Jun 4, 2017 1:38 PM, "avinassh" ***@***.***> wrote:
nice!
can you also give me similar success case?
โ
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABjUIel83kQtkLyFAWHeba6qhvE4kQIks5sAmXigaJpZM4NvFtT>
.