MaxTrax

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MaxTrax's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I am back to having my webserver fail again. I can still get to the GUI, but it appears the internal access to what is going on keeps dying. My old tricks of just restarting the container aren't working, nor has clearing stale sessions from web.conf. In checking the supervisor.log, I see this every time I lose access to the webserver: 2022-11-24 07:55:44,545 DEBG 'watchdog-script' stderr output: Unhandled error in Deferred: 2022-11-24 07:55:44,548 DEBG 'watchdog-script' stderr output: Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/internet/base.py", line 1318, in run self.mainLoop() File "/usr/lib/python3.10/site-packages/twisted/internet/base.py", line 1328, in mainLoop reactorBaseSelf.runUntilCurrent() File "/usr/lib/python3.10/site-packages/twisted/internet/base.py", line 994, in runUntilCurrent call.func(*call.args, **call.kw) File "/usr/lib/python3.10/site-packages/twisted/internet/task.py", line 251, in __call__ d = maybeDeferred(self.f, *self.a, **self.kw) --- <exception caught here> --- File "/usr/lib/python3.10/site-packages/twisted/internet/defer.py", line 205, in maybeDeferred result = f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/deluge/core/alertmanager.py", line 60, in update self.handle_alerts() File "/usr/lib/python3.10/site-packages/deluge/core/alertmanager.py", line 128, in handle_alerts **{ File "/usr/lib/python3.10/site-packages/deluge/core/alertmanager.py", line 129, in <dictcomp> attr: getattr(alert, attr) builtins.UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcd in position 0: invalid continuation byte The log shows the watchdog-script is still processing and it appears Deluge is still actively working, I just cannot access it. What else can I check to find out what is killing the webserver?
  2. I decided to try your advice on a scrub and fresh install and got as far as verifying my existing settings and somehow my LAN was defaulted. Corrected to the network should be on and GUI loaded again and services connect.
  3. I am seeing the same thing that others have reported; Plex just keeps crashing its connection out. I can access via local IP to check the GUI but even that is buggy. In addtition to the repeated crashes of PLEX MEDIA SERVER to the Crash Reports, I'm also seeing that its not reporting anything from the system beyond a blip of the CPU before it refreshes to nothing. I've tried downgrading to a previous version and the Plex docker did the same thing: Start and crash. Start and Crash. thing I n
  4. Thank you SO much for this. I've been fighting this myself for days and finally got time to see others were having the same issue. I can't believe I missed an option that seems so obvious after the fact.