Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download fails at the end because of par-failure, but it works in SABnzbd #439

Closed
1 task done
d4k0 opened this issue Nov 23, 2024 · 3 comments · Fixed by #441
Closed
1 task done

Download fails at the end because of par-failure, but it works in SABnzbd #439

d4k0 opened this issue Nov 23, 2024 · 3 comments · Fixed by #441
Assignees
Labels
bug Something isn't working

Comments

@d4k0
Copy link

d4k0 commented Nov 23, 2024

Is there already an issue for your problem?

  • I have checked older issues, open and closed

NZBGet Version

v24.4-stable

Platform

Windows

Environment

Device:
OS version: Windows 10 22H2 64-bit
CPU architecture: 64-bit
Includes libs or tool that apply: 7-Zip 24.07, UnRAR 7.10
Running in Docker: No

Current Behavior

I wanted to download something, which initially works without any problems. At the end NZBGet tries to perform a par-check, but according to the log there is a par-failure for some reason.

When I start the download with the same NZB file via SABnzbd, it finishes without error.

The strange thing is that when I verify the files downloaded from NZBGet with MultiPar and the PAR2 files, it tells me that all files are complete and no repair is necessary.

Expected Behavior

The par-check should run successfully and the download should be completed.

Steps To Reproduce

No response

Logs

Fri Nov 22 20:15:42 2024	INFO	Collection REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR completely downloaded
Fri Nov 22 20:15:42 2024	INFO	Queueing REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR for post-processing
Fri Nov 22 20:15:42 2024	INFO	Checking renamed files for REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR
Fri Nov 22 20:15:42 2024	INFO	Loaded par2-file REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR.par2 for par-rename
Fri Nov 22 20:15:42 2024	INFO	No renamed files found for REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR
Fri Nov 22 20:15:42 2024	INFO	Checking renamed archive files for REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR
Fri Nov 22 20:15:42 2024	INFO	No renamed archive files found for REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR
Fri Nov 22 20:15:42 2024	INFO	Requesting par-check for collection REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR without archive files
Fri Nov 22 20:15:42 2024	INFO	Checking pars for REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR
Fri Nov 22 20:15:42 2024	INFO	Verifying REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR\REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR
Fri Nov 22 20:15:42 2024	ERROR	Could not start par-check for REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR\REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR. Par-file: E:\Programme\Internet\Download\NZBGet\downloads\intermediate\REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR.#8\REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR.par2
Fri Nov 22 20:15:42 2024	WARNING	Skipping unpack for REMOVED_FOR_PRIVACY.S01E01.REMOVED_FOR_PRIVACY.5.1.UNTOUCHED.DUBBED.DL.EAC3.2160p.WEB-DL.DV.HDR.x265-TvR due to par-failure

Extra information

@dnzbk
I will send you the NZB file by e-mail.

@d4k0 d4k0 added the bug Something isn't working label Nov 23, 2024
@dnzbk dnzbk self-assigned this Nov 23, 2024
@dnzbk
Copy link
Collaborator

dnzbk commented Nov 23, 2024

Thanks for reporting this.
I'm aware of this issue caused by paths exceeding the 260-character limit on Windows and actively working on a fix.
Thank you for the NZB file.

@d4k0
Copy link
Author

d4k0 commented Nov 23, 2024

Thanks for investigating, I also suspected that the path might be too long due to the Windows limitation.

@dnzbk dnzbk linked a pull request Nov 26, 2024 that will close this issue
@d4k0
Copy link
Author

d4k0 commented Nov 29, 2024

I can confirm that it's working now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants