Search found 6 matches

by el56
November 12th, 2022, 2:53 pm
Forum: General Help
Topic: My Python setup might be borked.
Replies: 10
Views: 926

Re: My Python setup might be borked.

You could try this: Stop sabnzbd. Re-check it's not running. Then start SABnzbd with a fresh config, so no HTTPS: sabnzbdplus -f blabla.ini -l2 -b1 -s 0.0.0.0 Update: I've now recovered most settings and servers and things are working OK except for one thing. If I enable HTTPS in the General tab th...
by el56
November 8th, 2022, 2:24 am
Forum: General Help
Topic: My Python setup might be borked.
Replies: 10
Views: 926

Re: My Python setup might be borked.

Update: Right now it appears that the problem was caused by a clash between modules from pip and those provided by the Linux distribution. I've been reinstalling many of the Linux packages such as python3-attr , python3-babelfish , python3-automat , etc. Each reinstall is resulting in fewer errors a...
by el56
November 7th, 2022, 4:28 am
Forum: General Help
Topic: My Python setup might be borked.
Replies: 10
Views: 926

Re: My Python setup might be borked.

You could try this: Stop sabnzbd. Re-check it's not running. Then start SABnzbd with a fresh config, so no HTTPS: sabnzbdplus -f blabla.ini -l2 -b1 -s 0.0.0.0 Does SAB start up without errors? If so: access its webinterface, fill out the wizard, and test that you can access a newsserver. The last t...
by el56
November 7th, 2022, 4:18 am
Forum: General Help
Topic: My Python setup might be borked.
Replies: 10
Views: 926

Re: My Python setup might be borked.

You could try this: Stop sabnzbd. Re-check it's not running. Then start SABnzbd with a fresh config, so no HTTPS: sabnzbdplus -f blabla.ini -l2 -b1 -s 0.0.0.0 Does SAB start up without errors? If so: access its webinterface, fill out the wizard, and test that you can access a newsserver. If not ......
by el56
November 7th, 2022, 3:35 am
Forum: General Help
Topic: My Python setup might be borked.
Replies: 10
Views: 926

Re: My Python setup might be borked.

This seems to be an old version of cheroot maybe. This error otherwise would have been silently ignored. What is installed is current to Ubuntu server, in a package called "python3-cheroot" at version 8.5.2 I reinstalled i but that didn't help. Is it possible that I am missing some necess...
by el56
November 6th, 2022, 10:06 pm
Forum: General Help
Topic: My Python setup might be borked.
Replies: 10
Views: 926

My Python setup might be borked.

Hi all. Running Ubuntu Server 22.04 LTS Things have been working fine until this week, A few days ago I tried installing something that required Pythin2 and it brought along some stuff that seems to have borked all my other Python apps including sabnzbdplus. I've changed instances of ".py"...