Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
SathyaBhat opened this issue Jun 3, 2017 · 8 comments
Assignees
Labels

Comments

@SathyaBhat
Copy link
Owner

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
@SathyaBhat SathyaBhat added the bug label Jun 3, 2017
@SathyaBhat SathyaBhat self-assigned this Jun 3, 2017
@avinassh
Copy link
Collaborator

avinassh commented Jun 3, 2017

happens only windows?

@SathyaBhat
Copy link
Owner Author

SathyaBhat commented Jun 3, 2017 via email

@avinassh
Copy link
Collaborator

avinassh commented Jun 3, 2017

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

@SathyaBhat
Copy link
Owner Author

SathyaBhat commented Jun 3, 2017 via email

@avinassh
Copy link
Collaborator

avinassh commented Jun 3, 2017

lol, no. push it. I will take up next one 😋

@SathyaBhat
Copy link
Owner Author

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

@SathyaBhat SathyaBhat assigned avinassh and unassigned SathyaBhat Jun 3, 2017
@avinassh
Copy link
Collaborator

avinassh commented Jun 4, 2017

nice!

can you also give me similar success case?

@SathyaBhat
Copy link
Owner Author

SathyaBhat commented Jun 4, 2017 via email

SathyaBhat added a commit that referenced this issue Jul 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants