First time making an issue, sorry if i'm doing this wrong.
playlist: https://open.spotify.com/playlist/1iCZLL1XOqpIngG1OtvqBe?si=gxqudERbRny6y4SR7Ed-yQ
Exception in thread Thread-3:
Traceback (most recent call last):
File "d:\program files\python\lib\threading.py", line 950, in _bootstrap_inner
self.run()
File "d:\program files\python\lib\threading.py", line 888, in run
self._target(*self._args, **self._kwargs)
File "d:\program files\python\lib\multiprocessing\pool.py", line 576, in _handle_results
task = get()
File "d:\program files\python\lib\multiprocessing\connection.py", line 256, in recv
return _ForkingPickler.loads(buf.getbuffer())
TypeError: __init__() missing 1 required positional argument: 'pattern'
After this it starts downloading and stops somewhere between %65-80
and youtube music is available in my country
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.87. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Can confirm. Same issue here. It does seem to download most of the songs though, so while I wait for a new version to fix this, we're at least able to download some music.
Created a 10 song playlist as a test. While it did freeze for 10-20 seconds at multiple areas, it did finish within 2 minutes.
Created a 20 song playlist as a test. 4 minutes in, got to 73%, I get an error.
Screenshot showing first 10 song playlist test, and second 20 song playlist test:
https://i.imgur.com/xYNCmGW.png
10 minutes in, been stuck at 90% for the past 3-5 minutes:
https://i.imgur.com/YXox6Sg.png
In total 18 of the 20 songs downloaded.
Pressing ctrl+C gives a bunch of multiprocessing stuff. Assuming this is an issue with multiprocessing in that case:
https://i.imgur.com/jTm4jL6.png
If this is the case, I saw in a previous error that you're pushing an update with multiprocessing, so this should probably be fixed in that new update.
Tempted to show a test with 50+ song playlist, but I know it's the same result as 20 song.
Yeah its multiprocessing. I'm debugging the fix. It's a pain in the arse.
I'm having the same issue
Exact same thing happening to me, only one song from a 700+ songs playlist downloaded, and among that, a file "Change Locations.spotdltrackingfile", and a Temp folder, that's empty. Tried reinstalling spotdl, nothing.
Just close the command shell and resume it using the .spotdlTrackingFile
Same issue. Mine doesn't even start

Fixed in v.3.2.1
Most helpful comment
Issue-Label Bot is automatically applying the label
bugto this issue, with a confidence of 0.87. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!Links: app homepage, dashboard and code for this bot.