Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] binhex - NZBGet

Featured Replies

Spoke too soon. Downloads seem to work but sonarr and radarr cannot seem to move the downloaded files.

Sent from my SM-G973U1 using Tapatalk

  • Replies 536
  • Views 131.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • OK guys i have been chin wagging with @ich777 and he tells me he was also seeing hangs with unrar with the sabnzbd docker image he produced and switched over to unrar v7 beta and this seems to of fixe

  • I have now switched the build scripts over to https://github.com/nzbgetcom/nzbget/releases next release incoming shortly will be from here and for the foreseeable future.

  • I notice NZBGet is not on the binhex readme page. Does this mean the unpacking bug is still lingering in binhex-nzbget and that this project is slightly broken and unsupported?  

Posted Images

Thanks. I'll take a look.

  • 1 month later...

NZBGet is saving files owned by 'Nobody', which I don't have access to. Is there a way to have it set owner to 'everyone' so I can access what I download?

  • 1 month later...

I notice NZBGet is not on the binhex readme page. Does this mean the unpacking bug is still lingering in binhex-nzbget and that this project is slightly broken and unsupported?

 

  • 1 month later...
On 10/11/2021 at 3:43 PM, Twixii said:

Simple fix for anyone still searching, open console via unraid web-gui, paste the following:
cd /usr/local/bin/nzbget/nzbget && curl https://curl.se/ca/cacert.pem > cacert.pem

Thank you. I had to manually cd over, but the curl command fixed it.

  • 4 weeks later...

Just to continue with the permissions thing, I too am having this issue, for a few months now. I have umask set to 000, and it creates folders fine:

drwxrwxrwx 1 nobody users 50 Dec  5 14:40 Some_Folder_Name

 

but the files that are extracted aren't so great:

-rw-r--r-- 1 nobody users 260M Jun 26  2021 some_file_name.mkv

 

I have a script that runs via cron to chmod the files, once they have permissions of 777, sonarr/radarr etc.. will pick up the file within a few seconds. .. But this isn't really an ideal solution. Folders all the way back to /mnt/user/Downloads are permission 777.

 

script is just:

chmod -R 777 /mnt/user/Downloads/Complete

 

Edited by kharntiitar

  • Author
2 hours ago, kharntiitar said:

but the files that are extracted aren't so great:

have you tried changing the umask within the app? settings, security, UMask

  • 3 months later...

@binhexHave you seen the new fork? https://github.com/nzbget-ng/nzbget

 

Would you consider spinning up a new container, hopefully with the ability to migrate from this one?

 

I don't know how much is different, but apparently the old project isn't being updated any more? Or at least that's what is implied.

  • Author
16 minutes ago, JonathanM said:

@binhexHave you seen the new fork? https://github.com/nzbget-ng/nzbget

 

Would you consider spinning up a new container, hopefully with the ability to migrate from this one?

 

I don't know how much is different, but apparently the old project isn't being updated any more? Or at least that's what is implied.

i wasn't aware of the fork nope, i can take a look, maybe the fork won't have the same issue as this one with unpack issue, i can but hope.

  • 1 month later...

I saw some other posts concern the nzbget process being stuck at 100% but I didn't see a solution. I'm having this problem myself on a fresh install. Haven't configured any servers and haven't even started to download anything. The process should be completely idle. Anyone have any thoughts what's going on?

I'm also seeing this TLS error right off the bat of a fresh install as well.

 

IMG_0431.jpeg

  • Author
10 minutes ago, Gex2501 said:

I saw some other posts concern the nzbget process being stuck at 100% but I didn't see a solution. I'm having this problem myself on a fresh install. Haven't configured any servers and haven't even started to download anything. The process should be completely idle. Anyone have any thoughts what's going on?

the known issue is triggered when running PAR and/or unrar, if you haven't downloaded anything then this is a different issue.
 

6 minutes ago, Gex2501 said:

I'm also seeing this TLS error right off the bat of a fresh install as well.

sounds like an out of date self signed cert, you would need to re-generate a new cert - one thing to note is that development of nzbget has stopped (github repo archived), not sure what the future of this application is yet but things like certs expiring is def going to happen going forward.

On 5/5/2023 at 2:57 AM, binhex said:

the known issue is triggered when running PAR and/or unrar, if you haven't downloaded anything then this is a different issue.
 

sounds like an out of date self signed cert, you would need to re-generate a new cert - one thing to note is that development of nzbget has stopped (github repo archived), not sure what the future of this application is yet but things like certs expiring is def going to happen going forward.

Oh! I didn't realize support/development had ended. What's the preferred usenet downloader these days?

  • Author
Oh! I didn't realize support/development had ended. What's the preferred usenet downloader these days?
It's this or sabnzbd, those are the only two mainstream options

Sent from my 22021211RG using Tapatalk

  • 1 month later...

Is the gui gone? 

 

Unraid 6.12.1

  • 4 weeks later...
On 5/7/2023 at 9:54 AM, binhex said:

It's this or sabnzbd, those are the only two mainstream options

Sent from my 22021211RG using Tapatalk
 

do you intend on updating the certs yourself? Mine finally gave up and I cant get it to connect securely.

Other than that, any recommendations for alternatives?

 

Thanks for your continued work :D

Opened a console for Nzbget and ran following command.

cd /usr/local/bin/nzbget/ && curl https://curl.se/ca/cacert.pem > cacert.pem

That fixed my issues with outdated certs.

Edited by sverker670
Formatting

Anyone lose there gui?

  • 1 month later...

Hello Can someone help me with an error for NZBget app.  I am getting error TLS certificate error stating certificate has expired.  Is this updated in the epp or do i have to updated manually?  Thank you

  • 4 weeks later...
On 7/27/2023 at 4:23 PM, sverker670 said:

Opened a console for Nzbget and ran following command.

cd /usr/local/bin/nzbget/ && curl https://curl.se/ca/cacert.pem > cacert.pem

That fixed my issues with outdated certs.

Just did that....
 

Connection to api.nzbgeek.info failed: Error 99 - Cannot assign requested address

 

It's weird...my Sonarr and Radarr can hit the servers both nzbget and drunkenslug just fine...the "test" button shows a check...difference is on the webgui it shows https://XXXXXXXXXX  where as nzbget and sabnzbd won't let you set it (even though you can set the port and set SSL support)

My network/DNS can hit those news servers just fine...just the downloader/s are busted



 

I get this when I try to pull the SSL

 

openssl s_client -showcerts -connect api.nzbget.info:563
23425284581184:error:2008F002:BIO routines:BIO_lookup_ex:system lib:crypto/bio/b_addr.c:730:Name or service not known
connect:errno=22

 

I do get a good SSL cert when I go to google.com:443

ARRRGH

  • 2 weeks later...

Hey guys,

 

Today I noticed that my binhex-nzbget was stopped. I tried to start it and got the following:

 

image.png.f3c60c827b615e60e1d9f8e009c81672.png

 

There is nothing in the docker logs and nothing written to syslog.  The website no longer comes up either.

 

Any Ideas?

 

If I uninstall and reinstall the docker will it keep my settings or no?

 

 

Edited by lync
added question

On 3/28/2023 at 11:24 AM, binhex said:

i wasn't aware of the fork nope, i can take a look

Is this still on the to-do list?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.