Spotifarr
Spotifarr copied to clipboard
unsupported operand type(s)
Hello, I'm getting this error. Any help is appreciated.
Download missing Traceback (most recent call last): File "C:\Users\Server\Desktop\spotifarr\main.py", line 24, in
download_missing() File "C:\Users\Server\Desktop\spotifarr\modules\youtube_to_mp3.py", line 99, in download_missing if music(track[1] + " - " + track[0]).download_in(ps[2],i,ps[0]): File "C:\Users\Server\Desktop\spotifarr\modules\youtube_to_mp3.py", line 39, in download_in self.option['outtmpl'] = path_to_save + "/" + self.video_title + '.%(ext)s' TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Update: I rolled back to this commit of youtube_to_mp3.py and that fixed my error.
https://github.com/PyCoding-A/Spotifarr/blob/1949c1e17a554254306f7136c4d766b70a68e5e1/modules/youtube_to_mp3.py