Search found 7 matches
- April 29th, 2021, 9:09 pm
- Forum: Bug Reports
- Topic: Speed Limit Not Working
- Replies: 4
- Views: 12352
Re: Speed Limit Not Working
Thanks, this helped me!
- January 31st, 2021, 6:07 pm
- Forum: General Help
- Topic: Enable Indexer Integration under Switcher > indexing
- Replies: 3
- Views: 1526
Re: Enable Indexer Integration under Switcher > indexing
I always had it enabled to help weed out the junk files, but never knew if it was working. I came up with this question today since I added a second indexer to my setup. To keep things working, I adjusted the indexer priorities on sonarr/radarr for the indexer API key I used on SABnzbd and will just...
- January 31st, 2021, 4:55 pm
- Forum: General Help
- Topic: Enable Indexer Integration under Switcher > indexing
- Replies: 3
- Views: 1526
Enable Indexer Integration under Switcher > indexing
I added my inderxer API, but was wondering how SABnzbd is able to determin my indexer provider. Documentation doesn't explain that part. Does Sabnzbd use some kind of black magic to figure out my provider?
https://sabnzbd.org/wiki/configuration/ ... tches#toc6
https://sabnzbd.org/wiki/configuration/ ... tches#toc6
- August 23rd, 2020, 3:51 pm
- Forum: General Help
- Topic: Help with SABnzbd 3 and python + Systemd
- Replies: 5
- Views: 2952
Re: Help with SABnzbd 3 and python + Systemd
d'oh, I solved my own problem. I am pointing /usr/bin/python to /usr/bin/python3 instead! systemctl status sabnzbd.service sabnzbd.service - SABnzbd Daemon Loaded: loaded (/etc/systemd/system/sabnzbd.service; enabled; vendor preset: disabled) Active: active (running) since Sun 2020-08-23 13:32:17 PD...
- August 23rd, 2020, 3:39 pm
- Forum: General Help
- Topic: Help with SABnzbd 3 and python + Systemd
- Replies: 5
- Views: 2952
Re: Help with SABnzbd 3 and python + Systemd
ystemctl status sabnzbd.service ● sabnzbd.service - SABnzbd Daemon Loaded: loaded (/etc/systemd/system/sabnzbd.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Sun 2020-08-23 13:23:50 PDT; 6min ago Process: 12072 ExecStart=/usr/bin/python /apps/sabnzbd/SABnzbd. py...
- August 23rd, 2020, 3:37 pm
- Forum: General Help
- Topic: Help with SABnzbd 3 and python + Systemd
- Replies: 5
- Views: 2952
Re: Help with SABnzbd 3 and python + Systemd
I also get "new users can't post links" when I try to paste outputs...
- August 23rd, 2020, 3:37 pm
- Forum: General Help
- Topic: Help with SABnzbd 3 and python + Systemd
- Replies: 5
- Views: 2952
Help with SABnzbd 3 and python + Systemd
I have an issue where my systemd will no longer let me start sabnzbd. It says I need to have phython3.5 or above. I already do, and I can actually run the SABnzbd py manually without issue. My guess is that it has something to do with the /usr/bin/python still trying to use python 2.7, but I thought...