404 connection not available

Support for the Debian/Ubuntu package, created by JCFP.
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
Christian_Ku
Newbie
Newbie
Posts: 5
Joined: November 26th, 2024, 3:21 pm

404 connection not available

Post 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.
User avatar
sander
Release Testers
Release Testers
Posts: 9070
Joined: January 22nd, 2008, 2:22 pm

Re: 404 connection not available

Post by sander »

Code: Select all

netstat -tulpen
Christian_Ku
Newbie
Newbie
Posts: 5
Joined: November 26th, 2024, 3:21 pm

Re: 404 connection not available

Post 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.
User avatar
sander
Release Testers
Release Testers
Posts: 9070
Joined: January 22nd, 2008, 2:22 pm

Re: 404 connection not available

Post by sander »

Clear: sabnzbd is not running
Christian_Ku
Newbie
Newbie
Posts: 5
Joined: November 26th, 2024, 3:21 pm

Re: 404 connection not available

Post 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'
User avatar
sander
Release Testers
Release Testers
Posts: 9070
Joined: January 22nd, 2008, 2:22 pm

Re: 404 connection not available

Post by sander »

Frankenstein install?

How good are you with Debian?
Christian_Ku
Newbie
Newbie
Posts: 5
Joined: November 26th, 2024, 3:21 pm

Re: 404 connection not available

Post 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.
User avatar
sander
Release Testers
Release Testers
Posts: 9070
Joined: January 22nd, 2008, 2:22 pm

Re: 404 connection not available

Post 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)
Christian_Ku
Newbie
Newbie
Posts: 5
Joined: November 26th, 2024, 3:21 pm

Re: 404 connection not available

Post 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
Post Reply