linuxserver / docker-nzbget

GNU General Public License v3.0
143 stars 84 forks source link

NZBGET is inaccessible since today's update #148

Closed so7ow closed 1 year ago

so7ow commented 1 year ago

linuxserver.io


Expected Behavior

NZBGET should be accessible over the network in a browser. It worked properly for months until today's update.

Current Behavior

NZBGET is inaccessible. Various errors, depending on web browser.

Google Chrome: This site can’t be reached The connection was reset. Microsoft Edge: Hmmm… can't reach this page.The connection was reset.

Steps to Reproduce

  1. Browse to NZBGET url in any web browser.
  2. View failure message.

Environment

OS: DSM 7.1-42661 Update 4. CPU architecture: x86_64 How docker service was installed:

Running on Synology 1815+

Command used to create docker container (run/create/compose/screenshot)

Cursor_and_SOLOWNAS - Synology DiskStation

Docker logs

https://pastebin.com/fW6a42y7

j0nnymoe commented 1 year ago

Invalid post as you haven't provided all the information requested but it looks to be failing on some custom scripts you have.

so7ow commented 1 year ago

Sorry, where should I see what information is requested?

I don't have any custom scripts in place, at least that I know of. In fact, I just checked the conf file to find the script location and there is not even a ${MainDir}/scripts folder to clear out.

j0nnymoe commented 1 year ago

When you open an issue, there is a template with information that we ask for.

If you look at your logs, it shows a custom script trying to install other things which is likely why this is failing.

so7ow commented 1 year ago

I've filled in the template. Not sure why it wasn't presented to me when I created this issue.

so7ow commented 1 year ago

Ah thanks. I cleared out a file in custom-cont-init.d and that fixed me up. Not sure what it was supposed to do, but I vaguely recall playing around with that some time ago.