Deluge on Ubuntu 20.04 - not seeding/downloading

General support for problems installing or using Deluge
Post Reply
crandon
New User
New User
Posts: 1
Joined: Wed Jul 28, 2021 4:24 pm

Deluge on Ubuntu 20.04 - not seeding/downloading

Post by crandon »

I have upgraded from ubunu 18.04 to ubuntu 20.04. After the upgrade I hit several problems. Now deluge starts and I can connect to it, add/delete torrents, see previously added torrents, but no download/upload is happening.
Here's what I did so far:
- uninstalled deluge
- intsalled deluge from: http://ppa.launchpad.net/deluge-team/stable/ubuntu
- intsalled latest twisted: pip3 install --upgrade twisted
- patched log.py: https://git.deluge-torrent.org/deluge/c ... ed0f2c3206
- adjusted web.conf to use id instead of ip:port (viewtopic.php?t=36737)
- upgraded python3-libtorrent to latest daily: https://dev.deluge-torrent.org/ticket/3294
- started deluge in debug mode, but the only error/warning logs are:
tail -f /tmp/daemon.log |grep -iP '(warning|error)'
tail: /tmp/daemon.log: file truncated
22:16:39 [WARNING ][deluge.i18n.util :83 ] IOError when loading translations: [Errno 2] No translation file found for domain: 'deluge'
22:16:39 [WARNING ][deluge.pluginmanagerbase :132 ] Cannot enable non-existant plugin Streaming
22:16:44 [WARNING ][deluge.ui.web.server :614 ] Failed to enable WebUI "normal" mode, script files are missing!
22:16:44 [WARNING ][deluge.ui.web.server :626 ] WebUI falling back to "debug" mode.
22:16:45 [INFO ][twisted :147 ] "192.168.10.20" - - [28/Jul/2021:20:16:45 +0000] "GET /icons/error.png HTTP/1.1" 200 730 "https://192.168.10.11:8112/css/deluge.css" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36"

- tried readding torrents, tried different trackers,tried disabling, UPnP and NAT-PnP... nothing helped.
- no peers shown, no ul/dl speed show in gui
- checked with wireshark and beside some DNS queries I don't really see network traffic (there's a single TCP session opened to ftp.osuosl.org, not a single UDP packet). When I add a new torrent I can see that the torrent file is downloaded, but there's no further communication.
- i don't have any firewall rules or chain policies that would block the traffic
- what may worth to mention before and after the upgrade, I'm still running deluge as a regular user. Normally I start it from systemd, but now for testing I'm running it manually with that specific user from bash
Post Reply