zotify-dev / zotify

A fast and customizable music and podcast downloader.
zlib License
1.08k stars 83 forks source link

'PureWindowsPath' object has no attribute 'replace' issue #168

Open LitPotato2895 opened 2 months ago

LitPotato2895 commented 2 months ago

i just downloaded Zotify and i tried to download my playlist but i got this error for songs 1-257 on my playlist

###   SKIPPING SONG - FAILED TO QUERY METADATA   ###
Track_ID: 3gbBM1tP2Fru5YvmYGTORD
playlist: playlist 1
playlist_num: 01

'PureWindowsPath' object has no attribute 'replace'

Traceback (most recent call last):
  File "C:\Users\recov\pipx\venvs\zotify\Lib\site-packages\zotify\track.py", line 163, in download_track
    output_template = output_template.replace("{"+k+"}", fix_filename(extra_keys[k]))
                      ^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'PureWindowsPath' object has no attribute 'replace'

anyone else get this error?