JohnDoee / autotorrent2

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

Handle exceptions during the scan process #34

Closed kannibalox closed 1 year ago

kannibalox commented 1 year ago

OSErrors will get logged and the file/directory ignored. All other exceptions are caught by a liveness check after 10 seconds of queue inactivity.

JohnDoee commented 1 year ago

Thanks, stalling like that isn't good. I added a test-case (also to make sure it was an actual problem).