I have two very similarly configured instances of SAB running, one is a Win7 desktop for the heavy lifting and the other is a Raspberry Pi which monitors my RSS feeds while the main machine is offline. Both use the same indexer and have been operating in this configuration for years, however for some reason the RasPi has stopped pulling in NZBs a couple of days ago, even though the Win7 machine works just fine.
The RasPi is connected to the web and able to ping places, available space is sufficient for pulling in the nzbs (9.6GB) and at the bottom of the RSS feed URL pages NZBs appear. I've tried restarting SAB and a full reboot, to no avail. Any idea what could be going wrong here?
SAB stopped checking RSS feeds
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.
Re: SAB stopped checking RSS feeds
Could you enable Debug logging in the Status and Interface settings window. Then restart SABnzbd, and when you expect the readout to happen again, click Show Logging and check if there's anything in the log about the RSS readout.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: SAB stopped checking RSS feeds
Thanks! There's an SSL issue apparently:
The RPi has not received any updates recently, and the exact same URL works fine on the Win7 machine. Any idea what could suddenly cause this?
Code: Select all
2019-11-15 07:23:33,382::INFO::[rss:309] Failed to retrieve RSS from (INDEXER): <urlopen error [Errno 1] _ssl.c:504: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure>
Re: SAB stopped checking RSS feeds
Seems like a problem with SSL, can you double check the URL and if a browser or curl on the Pi can actually open the URL's?
Maybe they should be http instead of https?
Maybe they should be http instead of https?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: SAB stopped checking RSS feeds
If you tell us the RSS Indexer's URL, we can help further. No need for password or other details.MiG wrote: ↑November 15th, 2019, 1:38 am Thanks! There's an SSL issue apparently:
The RPi has not received any updates recently, and the exact same URL works fine on the Win7 machine. Any idea what could suddenly cause this?Code: Select all
2019-11-15 07:23:33,382::INFO::[rss:309] Failed to retrieve RSS from (INDEXER): <urlopen error [Errno 1] _ssl.c:504: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure>
A possible cause could be: the indexer has changed it's certificate of which your Raspi does not know / not trust the root certificate.
But we can only tell if you provide the URL / FQDN, so https://blabla.myindexerxyz.com/ ...