JohnDoee / autotorrent2

Cross-seed matching and torrent lifecycle tool
https://johndoee.github.io/autotorrent2/
MIT License
142 stars 10 forks source link

the link folder already exist this torrent is not seeded by the client #12

Open newadventure079 opened 2 years ago

newadventure079 commented 2 years ago

I'm getting the message the link folder already exist this torrent is not seeded by the client but the folder doesn't exist. I noticed in the code, it's checking for FailedToCreateLinkException, which could also include a permission error or other errors. It's not totally accurate to say that if the link failed to create that the folder already exists. In might case, I think it's a permissions issue but I haven't figured it out yet

newadventure079 commented 2 years ago

Actually, I see in create_link_path() throws a FailedToCreateLinkException error if the FileExistsError error is encountered