nzbgetcom / nzbget

Efficient usenet downloader
https://nzbget.com
GNU General Public License v2.0
309 stars 16 forks source link

100% of downloads fail on testing version 24.2 #312

Closed edrock200 closed 2 months ago

edrock200 commented 2 months ago

Is there already an issue for your problem?

NZBGet Version

latest-testing (if not listed here)

Platform

Linux/Docker

Environment

OS Ubuntu 18.04
64bit x86 based CPU
Running in docker - Yes

Current Behavior

Ever since updating to the latest testing yesterday, 100% of downloads fail, as though it couldn't process the download. I went into history, ticked a few of the failed items, selected download again, failed again. I then rolled back from the testing branch to latest. Went into history, ticked the same failed items again, selected download again. All succeeded.

Expected Behavior

Downloads succeed

Steps To Reproduce

  1. Run 24.2 testing
  2. Download anything

Logs

Only thing I noticed in the logs is this. I haven't changed the default path for unrar. I'm back on the latest container now, and when I shell into the container this unrar executable exists.

Wed Jul 17 02:23:42 2024 DETAIL Password Detector: Created temp file /config/tmp/PasswordDetector/10451 Wed Jul 17 02:23:42 2024 ERROR Password Detector: Failed item.sample.par2: [Errno 2] No such file or directory: '/app/nzbget/unrar' Wed Jul 17 02:23:42 2024 ERROR Password Detector: Failed item.nfo: [Errno 2] No such file or directory: '/app/nzbget/unrar' Wed Jul 17 02:23:42 2024 ERROR Password Detector: Failed item.par2: [Errno 2] No such file or directory: '/app/nzbget/unrar'

Extra information

No response

phnzb commented 2 months ago

@edrock200 Fixed in #313. You can update to latest testing.

luckedea commented 2 months ago

@edrock200 Thank you for finding the bug and reporting it.

edrock200 commented 2 months ago

@phnzb @luckedea Thank you! It's easy to find bugs, its hard to fix and maintain this awesome product. Thank you again!