You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ spotdl --list=productive-morning.txt --write-m3u
Traceback (most recent call last):
File "/anaconda3/bin/spotdl", line 10, in
sys.exit(main())
File "/anaconda3/lib/python3.7/site-packages/spotdl/spotdl.py", line 63, in main
match_args()
File "/anaconda3/lib/python3.7/site-packages/spotdl/spotdl.py", line 32, in match_args
text_file=const.args.write_to)
TypeError: generate_m3u() got an unexpected keyword argument 'text_file'
The text was updated successfully, but these errors were encountered:
ritiek
added
the
Bug
Unexpected problem or unintended behavior that needs to be fixed
label
Jun 5, 2019
Description
--write-m3u doesnt work
Log
$ spotdl --list=productive-morning.txt --write-m3u
Traceback (most recent call last):
File "/anaconda3/bin/spotdl", line 10, in
sys.exit(main())
File "/anaconda3/lib/python3.7/site-packages/spotdl/spotdl.py", line 63, in main
match_args()
File "/anaconda3/lib/python3.7/site-packages/spotdl/spotdl.py", line 32, in match_args
text_file=const.args.write_to)
TypeError: generate_m3u() got an unexpected keyword argument 'text_file'
The text was updated successfully, but these errors were encountered: