Getting a 500 Error

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
damienrufus
Newbie
Newbie
Posts: 3
Joined: April 2nd, 2018, 1:22 pm

Getting a 500 Error

Post by damienrufus »

Hello,

I'm new to sabnzbd and was having success. A few days ago I started to get this error when trying to go to the config area.

500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
File "cherrypy/_cprequest.pyc", line 670, in respond
File "cherrypy/lib/encoding.pyc", line 220, in __call__
File "cherrypy/_cpdispatch.pyc", line 60, in __call__
File "sabnzbd/interface.pyc", line 128, in internal_wrap
File "sabnzbd/interface.pyc", line 1228, in index
File "sabnzbd/decorators.pyc", line 48, in call_func
File "sabnzbd/nzbqueue.pyc", line 166, in scan_jobs
File "sabnzbd/api.pyc", line 1831, in build_history
File "sabnzbd/misc.pyc", line 131, in globber
OSError: [Errno 72] RPC struct is bad: '/Volumes/internal/Download/Incomplete/Downsizing.2017.1080p.BluRay.DD.5.1.x264-TDD/__ADMIN__'
Powered by CherryPy 8.1.2

I deleted it completely from my computer and reinstalled the newest version, however, I am still getting the same error.

I am on a Mac Pro (late 2013) with High Sierra.

Thanks in advance for your help.
User avatar
sander
Release Testers
Release Testers
Posts: 8824
Joined: January 22nd, 2008, 2:22 pm

Re: Getting a 500 Error / "RPC struct is bad"

Post by sander »

"RPC struct is bad" is a SMB error message (not a SABnzbd error message); SMB is a Windows network (disk) sharing protocol.

So something at your network / disk level goes wrong.

What kind of disk is '/Volumes/internal/Download/Incomplete/'?
damienrufus
Newbie
Newbie
Posts: 3
Joined: April 2nd, 2018, 1:22 pm

Re: Getting a 500 Error

Post by damienrufus »

It's an external hard drive that I have connected to the NVIDIA Shield Pro
User avatar
sander
Release Testers
Release Testers
Posts: 8824
Joined: January 22nd, 2008, 2:22 pm

Re: Getting a 500 Error

Post by sander »

damienrufus wrote: April 2nd, 2018, 9:14 pm It's an external hard drive that I have connected to the NVIDIA Shield Pro
Ah, so together acting as a network drive. It's generally a bad idead to set SABnzbd's Temp / Incomplete directory on a network drive. So set that to a local disk in your Mac.
damienrufus
Newbie
Newbie
Posts: 3
Joined: April 2nd, 2018, 1:22 pm

Re: Getting a 500 Error

Post by damienrufus »

Got it. Thank you.
Post Reply