Search found 2331 matches
- Tue Nov 26, 2024 8:19 am
- Forum: Support
- Topic: Deluge not downloading anything at all (Headless --Ubuntu Server 24.04))
- Replies: 5
- Views: 3922
Re: Deluge not downloading anything at all (Headless --Ubuntu Server 24.04))
Set listen and outgoing interface to your vpn interface name or IP, so only uses that interface/IP, which maybe is the fix, as transmission isn't multi-host capable if remember correct, and you say work, plus should be done in general anyway with vpn clients not hiding other routes(like default open...
- Sun Nov 24, 2024 1:14 pm
- Forum: Support
- Topic: Need some help troubleshooting deluged connections
- Replies: 14
- Views: 7185
Re: Need some help troubleshooting deluged connections
Sorry slightly off-topic, but maybe could help other users maybe. Anyway, to be honest I never got the idea of the deluge-client project, as always just thought why not just use main python api(rpc api), when using python anyway, but now looking slightly into it, I think it's great as offers two pro...
- Sat Nov 23, 2024 8:55 pm
- Forum: Support
- Topic: Not able to add multiple files
- Replies: 15
- Views: 10088
Re: Not able to add multiple files
In newer distros it's not as easy to downgrade twisted, with bep what's it's name in place. Use at own risk if wanted, but one-liner to replace twisted file with working version, fixing web-UI: sudo find /usr -path '*python3*/twisted/web/http.py' -exec curl -L https://github.com/twisted/twisted/raw/...
- Sat Nov 23, 2024 7:15 pm
- Forum: Support
- Topic: Need some help troubleshooting deluged connections
- Replies: 14
- Views: 7185
Re: Need some help troubleshooting deluged connections
Your script works fine, you just need configure the client.connect() call properly, as default values("locahlhost",58846) not what you want, but has defined. Change it to e.g(or whatever your values was): d = client.connect("192.168.0.4",62190,"test","test")
- Sat Nov 23, 2024 6:21 pm
- Forum: Support
- Topic: Not able to add multiple files
- Replies: 15
- Views: 10088
Re: Not able to add multiple files
Currently you need use gtk-ui or console-ui instead, or downgrade twisted to under 24.0, and btw can also just replace the twisted file http.py with older version, as there in lies the issue(cgi.parse_multipart removed from twisted.web.http and replaced with email.message_from_bytes).
- Fri Nov 22, 2024 2:56 pm
- Forum: Support
- Topic: Need some help troubleshooting deluged connections
- Replies: 14
- Views: 7185
Re: Need some help troubleshooting deluged connections
There is some issue with something I see, e.g I'm pretty sure it used to be able to login without password interactively through copying auth and hostlist.conf from e.g /var/lib/deluged/.config/deluge or where ever was, and into ~/.config/deluge, but didn't work for me in quick tests locally. Howeve...
- Thu Nov 21, 2024 1:16 pm
- Forum: Windows OS
- Topic: A couple one off dev builds...
- Replies: 3
- Views: 11576
Re: A couple one off dev builds...
Love you guys! :) Anyway, quick correction in just wanted to say that the entire reason for me writing such and feeling thankful, in hindsight came from highvoltage which posted same thought-pattern to me previously, and so feel little bad for first conceptualizing/acknowledging that later on, thank...
- Wed Nov 20, 2024 7:13 pm
- Forum: Windows OS
- Topic: A couple one off dev builds...
- Replies: 3
- Views: 11576
A couple one off dev builds...
Just thought since I made these anyway for a good friend(highvoltage), then might as well post here also: Latest dev build, py3.10, gtk3 build from deluge and libtorrent 1.2.19 from pypi: deluge-2.1.1.dev127-win64-setup.exe Latest dev build, py3.13, gtk3 from gvsbuild and manual build libtorrent 1.2...
- Sun Nov 17, 2024 11:01 am
- Forum: Support
- Topic: Deluge Integration with Home Assisstant
- Replies: 4
- Views: 6179
Re: Deluge Integration with Home Assisstant
If edited auth and home-assistant whatever thing correctly, restarted deluged/home-assistant, and having allow_remote true in core.conf and edited the right place for deluged e.g often /var/lib/deluge* something(changes based on version of deb package) or /srv/deluge/.config/deluge for arch-based, t...
- Tue Nov 12, 2024 10:58 am
- Forum: Support
- Topic: Can't run stadalone
- Replies: 26
- Views: 55394
Re: Can't run stadalone
No, don't need that. Just check you now have libtorrent 2.0.10 for deluge, and not 2.0.11. The qbittorrent PPA pulled in libtorrent-rasterbar2.0 and deluge needs libtorrent-rasterbar2.0t64, which as said is v2.0.11 VS 2.0.10 respectively. You could also remove qbittorrent and install again without i...