Page 1 of 1

404 connection not available

Posted: November 27th, 2024, 5:16 am
by Christian_Ku
Since I installed a new router SABNZBD is inaccessible it seems.

I've read many comments on this forum and others, but the solution still eludes me.

It seems that SABNZBD is running, it's status is green (active) and when I use ps -ef | grep -i sabnzbd it will give me a PID, however, when I do this without the grep, I can't find sabnzbd anywhere in the list.

Netstat output doesn't return anything, not when I search with the PID, not when I search with 'sabnzbd'.

I tried to reinstall, to no avail.

I'm a bit at a loss and the limit of my knowledge on how to get this sorted. The router works fine as other programs such as radarr go through, and have perfect accessibility.

Re: 404 connection not available

Posted: November 27th, 2024, 5:39 am
by sander

Code: Select all

netstat -tulpen

Re: 404 connection not available

Posted: November 27th, 2024, 7:47 am
by Christian_Ku
Thanks, I tried but it doesn't show me anything more, at least grep with the sab port doesn't return any results, nor grep sab.

Re: 404 connection not available

Posted: November 27th, 2024, 8:19 am
by sander
Clear: sabnzbd is not running

Re: 404 connection not available

Posted: November 27th, 2024, 2:25 pm
by Christian_Ku
It seems you're right, the below is the output after trying to start it for the umptieth time. For some reason it seems to hit several issues...no clue where they come from or how to fix them...(I had to remove several dots here and there because I'm a 'new' user and therefore can't post links, so where there should be an obvious dot, there is in the output of debian).

I googled several of the errors, no clear solution, never had this issue before either. I installed feedparser 5.2.1 as was mostly suggested as a solution, no sigar...

Code: Select all

2024-11-27 20:23:11,729::DEBUG::[__init__:1000] [sabnzbdrss__init__] Loading data for 
2024-11-27 20:23:11,730::DEBUG::[__init__:959] [sabnzbdload_admin] Loading data for from /home/pi/.sabnzbd/admin/rss_data.sab
Traceback (most recent call last):
  File "/usr/bin/sabnzbdplus", line 1718, in <module>
    main()
  File "/usr/bin/sabnzbdplus", line 1219, in main
    sabnzbd.initialize(pause, clean_up, evalSched=True, repair=repair)
  File "/usr/share/sabnzbdplus/sabnzbd/decoratorspy", line 36, in call_func
    return f(*args, **kw)
  File "/usr/share/sabnzbdplus/sabnzbd/__init__py", line 323, in initialize
    rss.init()
  File "/usr/share/sabnzbdplus/sabnzbd/rsspy", line 48, in init
    __RSS = RSSQueue()
  File "/usr/share/sabnzbdplus/sabnzbd/rsspy", line 209, in __init__
    patch_feedparser()
  File "/usr/share/sabnzbdplus/sabnzbd/rsspy", line 648, in patch_feedparser
    feedparser._FeedParserMixin.namespaces[""] = "newznab"
AttributeError: module 'feedparser' has no attribute '_FeedParserMixin'

Re: 404 connection not available

Posted: November 27th, 2024, 2:40 pm
by sander
Frankenstein install?

How good are you with Debian?

Re: 404 connection not available

Posted: November 27th, 2024, 3:09 pm
by Christian_Ku
Noobish beginner. I have no clue how this happened, but it seems that it might have occurred during an update or otherwise, I can't imagine another incident.

Re: 404 connection not available

Posted: November 27th, 2024, 4:08 pm
by sander
Hmmm. And why then Debian?

You could update your setup (sudo apt update && sudo apt upgrade -y). If still error, you might uninstall & reinstall sabnzbdplus.

If that doesn't help, I can't help you further, other than: Fresh Install of OS. And maybe Ubuntu is for you as beginner. EDIT: or Windows (if you're a Windows user)

Re: 404 connection not available

Posted: November 29th, 2024, 1:24 pm
by Christian_Ku
Yes, I was afraid it would go there, but as I had little choice when I installed the RPI, raspbian it was. Nowadays more choice, so I'll consider UBUNTU. Thanks