I would love to tell you about my problem, but the forum keeps telling me "New users are not allowed to post links", even if I remove all paths from the error message.
Maybe see pastebin with URL PfeX4aNW
[SOLVED] after multiple re-installations... still getting NameMapper.NotFound: cannot find 'docker'
Forum rules
Help us help you:
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.
[SOLVED] after multiple re-installations... still getting NameMapper.NotFound: cannot find 'docker'
Last edited by drtebi on November 13th, 2024, 6:52 am, edited 1 time in total.
Re: after multiple re-installations... still getting NameMapper.NotFound: cannot find 'docker'
Code: Select all
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 638, in respond
self._do_respond(path_info)
File "/usr/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 697, in _do_respond
response.body = self.handler()
^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/cherrypy/lib/encoding.py", line 223, in __call__
self.body = self.oldhandler(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/cherrypy/_cpdispatch.py", line 54, in __call__
return self.callable(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/sabnzbd/sabnzbd/interface.py", line 190, in internal_wrap
return wrap_func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/sabnzbd/sabnzbd/interface.py", line 448, in index
bytespersec_list = sabnzbd.BPSMeter.get_bps_list()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/sabnzbd/sabnzbd/interface.py", line 378, in template_filtered_response
search_list_copy = copy.deepcopy(search_list)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "cheetah__usr_lib_sabnzbd_interfaces_Glitter_templates_main_tmpl_1731444321_638144_29679.py", line 525, in respond
File "/usr/lib/python3.12/site-packages/Cheetah/Template.py", line 1711, in _handleCheetahInclude
self._CHEETAH__cheetahIncludes[_includeID].respond(trans)
File "cheetah__usr_lib_sabnzbd_interfaces_Glitter_templates_include_overlays_tmpl_1731444322_0087345_37849.py", line 350, in respond
NameMapper.NotFound: cannot find 'docker'
Powered by CherryPy 18.9.0
Re: after multiple re-installations... still getting NameMapper.NotFound: cannot find 'docker'
Weird.
What is your setup: OS, how did you install SABnzbd, which version of SABnzbd?
What is your setup: OS, how did you install SABnzbd, which version of SABnzbd?
Re: after multiple re-installations... still getting NameMapper.NotFound: cannot find 'docker'
Sorry I didn't post more. The link restriction made it quite difficult!
And again... I am posting no links but keep getting that error.
So how about another pastebin: REjVtwUV
I am running Arch Linux, just updatd the entire system two days ago, so up-to-date.
SABnzbd is installed via tha AUR package.
I have this working on another machine... but on this laptop, I get those weird errors, even after uninstalling every trace of SABnzbd, sabyenc3, and other dependencies... then reinstalling.
I need to point out though that I start sabnzbd directly, meaning I type on the command line "python" and the the path to SABnzbd.py. This is what I have done previously, and also on the other machine. I prefer this over the method that Arch Linux uses now, running it as a service.
And again... I am posting no links but keep getting that error.
So how about another pastebin: REjVtwUV
I am running Arch Linux, just updatd the entire system two days ago, so up-to-date.
SABnzbd is installed via tha AUR package.
I have this working on another machine... but on this laptop, I get those weird errors, even after uninstalling every trace of SABnzbd, sabyenc3, and other dependencies... then reinstalling.
I need to point out though that I start sabnzbd directly, meaning I type on the command line "python" and the the path to SABnzbd.py. This is what I have done previously, and also on the other machine. I prefer this over the method that Arch Linux uses now, running it as a service.
Re: after multiple re-installations... still getting NameMapper.NotFound: cannot find 'docker'
I apologize for trying to talk through pastebin, but somehow I always get this "New users cannot post links" error when posting any more than 5 lines...
Re: after multiple re-installations... still getting NameMapper.NotFound: cannot find 'docker'
Please do not use pastebin for normal text.
Do not put special things (like dots) in your normal text
Do not put special things (like dots) in your normal text
Re: after multiple re-installations... still getting NameMapper.NotFound: cannot find 'docker'
Hello again,
I had no intention to use paste bin for text, I just got a little frustrated because of the forum posting errors.
So, to answer the questions you had:
I am running Arch Linux on a Dell XPS 13 9360. SABnzbd was working without issues before. When I updated, something must have gone wrong. Since SABnzbd is not an official Arch Linux package, I used the AUR package; a couple of dependencies (sabyenc3 and sabctools) are also not official packages. So these were all installed freshly through the AUR packages.
I read elsewhere that my errors may be a result of not having removed an older installation of SABnzbd. So I did my best to remove every trace of the older installation, including it's dependencies, and reinstalled everything again.
Unfortunately, I am still stuck with the error I posted on pastebin.
I also tried the GIT version from Arch Linux AUR, but ended up with the same error.
I am a bit lost now, don't know how I could possibly fix this.
I had no intention to use paste bin for text, I just got a little frustrated because of the forum posting errors.
So, to answer the questions you had:
I am running Arch Linux on a Dell XPS 13 9360. SABnzbd was working without issues before. When I updated, something must have gone wrong. Since SABnzbd is not an official Arch Linux package, I used the AUR package; a couple of dependencies (sabyenc3 and sabctools) are also not official packages. So these were all installed freshly through the AUR packages.
I read elsewhere that my errors may be a result of not having removed an older installation of SABnzbd. So I did my best to remove every trace of the older installation, including it's dependencies, and reinstalled everything again.
Unfortunately, I am still stuck with the error I posted on pastebin.
I also tried the GIT version from Arch Linux AUR, but ended up with the same error.
I am a bit lost now, don't know how I could possibly fix this.
Re: after multiple re-installations... still getting NameMapper.NotFound: cannot find 'docker'
Update:
I have rebooted, and it appears to work now. Will need to go through the setup process again, but it looks like there are no more startup errors!
It's strange. Maybe it has something to do with the fact that the Linux kernel was updated during the last update, which somehow prevented sabnzbd (or python for that matter) to run properly?
I have rebooted, and it appears to work now. Will need to go through the setup process again, but it looks like there are no more startup errors!
It's strange. Maybe it has something to do with the fact that the Linux kernel was updated during the last update, which somehow prevented sabnzbd (or python for that matter) to run properly?
Re: after multiple re-installations... still getting NameMapper.NotFound: cannot find 'docker'
Final Update:
Went through the setup and everything is working as expected.
Thank you for hanging in there with me, and again, I apologize for the pastebin posts!
I will mark this post as solved, if that's possible.
Went through the setup and everything is working as expected.
Thank you for hanging in there with me, and again, I apologize for the pastebin posts!
I will mark this post as solved, if that's possible.