[2.0.0 Alpha 1] 500 Internal Server Error when renaming

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • 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
kelv
Newbie
Newbie
Posts: 3
Joined: March 5th, 2017, 6:54 am

[2.0.0 Alpha 1] 500 Internal Server Error when renaming

Post by kelv »

First couple of dl's with the alpha release, using Ubuntu 16.04 and PPA. Upgrade went fine, install sabyenc as per the notification and linked instructions all fine. Added a new dl and renamed and hit this error...

Code: Select all

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
  File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 670, in respond
    response.body = self.handler()
  File "/usr/share/sabnzbdplus/cherrypy/lib/encoding.py", line 220, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/usr/share/sabnzbdplus/cherrypy/_cpdispatch.py", line 60, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 643, in default
    self.save_details(nzo_id, args, kwargs)
  File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 760, in save_details
    raise Raiser(cherrypy.lib.httputil.urljoin(self.__root, '../queue/'), {})
TypeError: Raiser() takes at most 1 argument (2 given)
Powered by CherryPy 8.1.2
Can get back into the UI without issue and the name change seems to have taken, think this bug was present in a previous release candidate also but was fixed but i can't remember what version sorry.

Bug present in 100% of attempts so far.
User avatar
sander
Release Testers
Release Testers
Posts: 8823
Joined: January 22nd, 2008, 2:22 pm

Re: [2.0.0 Alpha 1] 500 Internal Server Error when renaming

Post by sander »

Added a new dl and renamed and hit this error
Do you mean the rename function before add to the queue?
Or while in the queue / download?
Or after downloading?
User avatar
safihre
Administrator
Administrator
Posts: 5358
Joined: April 30th, 2015, 7:35 am
Contact:

Re: [2.0.0 Alpha 1] 500 Internal Server Error when renaming

Post by safihre »

Oops. This is probably in Plush, right?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
kelv
Newbie
Newbie
Posts: 3
Joined: March 5th, 2017, 6:54 am

Re: [2.0.0 Alpha 1] 500 Internal Server Error when renaming

Post by kelv »

So the download is already added and is downloading, I click its current name to open up the page showing the files included in the download and I use the 'Name' entry box at the top of the page.

Yes is this Plush - gold :-)
User avatar
safihre
Administrator
Administrator
Posts: 5358
Joined: April 30th, 2015, 7:35 am
Contact:

Re: [2.0.0 Alpha 1] 500 Internal Server Error when renaming

Post by safihre »

Will be fixed for the next release!
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
kelv
Newbie
Newbie
Posts: 3
Joined: March 5th, 2017, 6:54 am

Re: [2.0.0 Alpha 1] 500 Internal Server Error when renaming

Post by kelv »

Thank you very much :-)
Post Reply