Feramance / qBitrr

A simple Python script to talk to qBittorrent and Arr's
MIT License
82 stars 2 forks source link

File being deleted by specific tracker #55

Closed Healzangels closed 7 months ago

Healzangels commented 8 months ago

Greetings!

Back with hopefully an easy one. Been following recent updates as well and they've been great!

I've begun noticing the files added by a specific provider is deleted almost immediately by qBitrr. Tested with all manner of tags, allow seeding, ignore but it will always be removed. Adding other files from a different tracker are added fine + properly tagged with allow seeding.

With qBitrr off the files dl properly. Confirmed the file has plenty of seeds so should not be an issue with stalling + can confirm with qBitrr not running.

Setting log to trace I see the following when adding a file to qbittorrent. TS

Can provide any additional logs + try additional files from the site.

Thanks again for the awesome tool!

Healzangels commented 8 months ago

Thought I had solved with the FileExtensionAllowlist but am a bit unsure in this case with what I would want to add. Thanks!

Feramance commented 8 months ago

Adding the below to the File Extension Allow list should solve the issue:

"\\.r[0-9]{2}",
    ".rar",
    ".sfv"
Feramance commented 8 months ago

Did you manage?

Feramance commented 8 months ago

If I don't get a response soon I will be closing this issue as completed

Healzangels commented 8 months ago

Oh man I some how managed to turn off my notifications and not see the follow ups! Let me test this afternoon and will close out as that seems like a glance exactly what I'll need. Thanks again!

Feramance commented 7 months ago

Any news?

Healzangels commented 7 months ago

All set! Apologies again for another delay in follow up! -Best