Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

napalmd

Members
  • Joined

  • Last visited

  1. This post is to help someone who is having this error: 'UnicodeDecodeError'>: 'utf-8' codec can't decode byte 0xe3 in position 11 I was having this error and could not access web interface any more. It sometimes went away and then comeback. Recently It was not going away. I updated the docker and used the more recent PIA nextgen servers. no fix. Then I looked at the state folder, where the torrent files are stored. I move all files away and then deluge started fine, but without any torrents. then I added the torrents, and still nothing. then added the torrents.state file, and torrents started checking/ verifying, but after some time, the error 'UnicodeDecodeError' came again. so I wonder if it is related to this!?. So then I removed my older torrents, I had about 150 and only keep 50, waited for the checking, and now is working fine so far... So if you have this error, look into the state folder.
  2. thanks. here it is https://github.com/binhex/arch-delugevpn/issues/176
  3. Now it started working. I changed the timezone value for the timezone of the vpn instead of the one I am at. probably a coincidence. EDIT: Yes it broke again, after 30 min same error.
  4. Already did that, but the story was the same... If it was something from the pia vpn, disabling it should make it work right? but it doesn't.
  5. I continue without access to deluge web interface binhex I addedd the degub env variable, may be this log will help? Thanks. https://pastebin.com/3hHEPhaT
  6. Any idea how to fix this? I have also disabled the VPN but it is the same error 2020-04-26 18:32:15,032 DEBG 'watchdog-script' stdout output: [info] Deluge Web UI not running 2020-04-26 18:32:15,032 DEBG 'watchdog-script' stdout output: [info] Attempting to start Deluge... [info] Removing deluge pid file (if it exists)... 2020-04-26 18:32:15,246 DEBG 'watchdog-script' stdout output: [info] Deluge key 'listen_interface' currently has an undefined value [info] Deluge key 'listen_interface' will have a new value '' [info] Writing changes to Deluge config file '/config/core.conf'... 2020-04-26 18:32:15,477 DEBG 'watchdog-script' stdout output: [info] Deluge key 'outgoing_interface' currently has an undefined value [info] Deluge key 'outgoing_interface' will have a new value '' [info] Writing changes to Deluge config file '/config/core.conf'... 2020-04-26 18:32:15,712 DEBG 'watchdog-script' stdout output: [info] Deluge key 'default_daemon' currently has a value of '507fea2a926145cabb0786dc09abdc78' [info] Deluge key 'default_daemon' will have a new value '507fea2a926145cabb0786dc09abdc78' [info] Writing changes to Deluge config file '/config/web.conf'... 2020-04-26 18:32:16,147 DEBG 'watchdog-script' stdout output: [info] Deluge process started [info] Waiting for Deluge process to start listening on port 58846... 2020-04-26 18:32:16,363 DEBG 'watchdog-script' stdout output: [info] Deluge process listening on port 58846 2020-04-26 18:32:19,776 DEBG 'watchdog-script' stdout output: [info] No torrents with state 'Error' found 2020-04-26 18:32:19,776 DEBG 'watchdog-script' stdout output: [info] Starting Deluge Web UI... 2020-04-26 18:32:19,776 DEBG 'watchdog-script' stdout output: [info] Deluge Web UI started 2020-04-26 18:32:22,953 DEBG 'watchdog-script' stderr output: Unhandled error in Deferred: 2020-04-26 18:32:22,955 DEBG 'watchdog-script' stderr output: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/twisted/internet/base.py", line 1283, in run self.mainLoop() File "/usr/lib/python3.8/site-packages/twisted/internet/base.py", line 1292, in mainLoop self.runUntilCurrent() File "/usr/lib/python3.8/site-packages/twisted/internet/base.py", line 913, in runUntilCurrent call.func(*call.args, **call.kw) File "/usr/lib/python3.8/site-packages/twisted/internet/task.py", line 239, in __call__ d = defer.maybeDeferred(self.f, *self.a, **self.kw) --- <exception caught here> --- File "/usr/lib/python3.8/site-packages/twisted/internet/defer.py", line 151, in maybeDeferred result = f(*args, **kw) File "/usr/lib/python3.8/site-packages/deluge/core/alertmanager.py", line 70, in update self.handle_alerts() File "/usr/lib/python3.8/site-packages/deluge/core/alertmanager.py", line 138, in handle_alerts **{ File "/usr/lib/python3.8/site-packages/deluge/core/alertmanager.py", line 139, in <dictcomp> attr: getattr(alert, attr) builtins.UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe3 in position 11: invalid continuation byte
  7. spoke too soon, it's happening again...
  8. LOL me too, I restarted it and it is working again... yes probably something from PIA affected it...
  9. My private tracker website say's that I'm uploading, but I can't check the webgui, or if I add new torrents to the watched folder, it renames it to a .INVALID file and does not download it. 17:04:02.178 [ERROR ][deluge_autoadd.core :329 ] Cannot Autoadd torrent file: /volume1/downloads/_torrtz/scene/XXXXXXXXXXXXXXXXXXXXXXXXX.torrent: Torrent already being added (990e98bb22e081e8b88c...).
  10. Hi all. I've beem running DelugeVPN for months without problem... but since yesterday I couldn't connect to my delugevpn. so I restarted it, and even updated it and still no success. the error log show this: 11:52:10.289 [INFO ][deluge.core.torrentmanager :885 ] Finished loading 139 torrents in 0:00:03.231390 11:52:10.738 [INFO ][deluge.core.rpcserver :171 ] Deluge Client connection made from: 127.0.0.1:41395 11:52:10.914 [CRITICAL][twisted :154 ] Unhandled error in Deferred: 11:52:10.946 [CRITICAL][deluge.log :93 ] twisted.internet.defer [Failure instance: Traceback: <class 'UnicodeDecodeError'>: 'utf-8' codec can't decode byte 0xe3 in position 11: invalid continuation byte /usr/lib/python3.8/site-packages/twisted/internet/base.py:1283:run /usr/lib/python3.8/site-packages/twisted/internet/base.py:1292:mainLoop /usr/lib/python3.8/site-packages/twisted/internet/base.py:913:runUntilCurrent /usr/lib/python3.8/site-packages/twisted/internet/task.py:239:__call__ --- <exception caught here> --- /usr/lib/python3.8/site-packages/twisted/internet/defer.py:151:maybeDeferred /usr/lib/python3.8/site-packages/deluge/core/alertmanager.py:70:update /usr/lib/python3.8/site-packages/deluge/core/alertmanager.py:138:handle_alerts /usr/lib/python3.8/site-packages/deluge/core/alertmanager.py:139:<dictcomp> Already searched this forum and they said it was fixed but no new release? what do I do now? Thanks

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.