Search found 3684 matches
- Thu Aug 21, 2025 9:49 pm
- Forum: Development
- Topic: 2.2 or not 2.2 that is the question?
- Replies: 3
- Views: 5502
Re: 2.2 or not 2.2 that is the question?
Could it be related to the switching of webserver since the host key changed? Or perhaps there is a problem with the url?
- Sat Aug 16, 2025 8:10 am
- Forum: Support
- Topic: deluge-console fails to add files with spaces in the filename — even if properly "quoted" or \escaped
- Replies: 4
- Views: 1931
Re: deluge-console fails to add files with spaces in the filename — even if properly "quoted" or \escaped
It can be tricky to deal with escaping with console commands and my usual suggestion is to add quote around entire command so these should work for you:
Code: Select all
deluge-console "add test\ space.torrent"
deluge-console 'add test\ space.torrent'
deluge-console 'add "test space.torrent"'
- Fri Aug 15, 2025 12:22 pm
- Forum: Support
- Topic: "port issue" did I try everything ?
- Replies: 1
- Views: 1978
Re: "port issue" did I try everything ?
Check out this discussion on Post issue . If you are manually port forwarding then disable UPnP and NAT-PMP Do you have IPv6 or only IPv4? Each time I changed port I of course changed it in my router too, both for UDC and FTP (note that I'm ignorant about what it means and how it works) Perhaps a mi...
- Fri Jul 12, 2024 9:05 pm
- Forum: Development
- Topic: Bumping minimum python version?
- Replies: 5
- Views: 28178
Re: Bumping minimum python version?
Using wheels is an interesting concept, I had major issues with trying to move plugins away from eggs so keen to see how you are tackling since they need to be unpacked and installed.
If we really need to, we can vendor a library in the package.
If we really need to, we can vendor a library in the package.
- Fri Jul 12, 2024 9:03 pm
- Forum: Development
- Topic: Bumping minimum python version?
- Replies: 5
- Views: 28178
Re: Bumping minimum python version?
Broad OS support for users means we target the oldest Python in use so just because it's eol doesn't mean we should jump version too quickly. However we should jump to minimum 3.8 considering 3.7 status.
- Tue Aug 02, 2022 6:43 pm
- Forum: Development
- Topic: Please fix this: TCP: request_sock_TCP: Possible SYN flooding on port X. Sending cookies. Check SNMP counters.
- Replies: 2
- Views: 53520
Re: Please fix this: TCP: request_sock_TCP: Possible SYN flooding on port X. Sending cookies. Check SNMP counters.
Which port are you getting the SYN flooding messages for?
What version of libtorrent are you using? libtorrent handles the bittorrent listen sockets so that it could be a setting or bug that needs resolved there.
What version of libtorrent are you using? libtorrent handles the bittorrent listen sockets so that it could be a setting or bug that needs resolved there.
- Thu Jun 30, 2022 8:01 pm
- Forum: Support
- Topic: Trackers are not added through magnets.
- Replies: 15
- Views: 34132
Re: Trackers are not added through magnets.
What version of libtorrent?
Could you create a Trac issue with details of the problem, thanks
Could you create a Trac issue with details of the problem, thanks
- Wed Jun 29, 2022 10:52 am
- Forum: Development
- Topic: Deluge Console Improvements?
- Replies: 1
- Views: 47592
Re: Deluge Console Improvements?
Sure we welcome changes, try to make the PRs concise for review
- Wed Jun 29, 2022 10:32 am
- Forum: Support
- Topic: Deluge 2.1.0 failed to run on Ubuntu 20.04 because of libtorrent version miss match.
- Replies: 3
- Views: 15127
Re: Deluge 2.1.0 failed to run on Ubuntu 20.04 because of libtorrent version miss match.
I shall update the repo both by fixing the control file and including libtorrent 1.2 for Bionic and Focal.
If you need libtorrent in meantime you can use the daily PPA: https://code.launchpad.net/~libtorrent. ... /1.2-daily
If you need libtorrent in meantime you can use the daily PPA: https://code.launchpad.net/~libtorrent. ... /1.2-daily
- Wed Jun 29, 2022 10:20 am
- Forum: Windows OS
- Topic: Deluge Windows Builds
- Replies: 168
- Views: 2834193
Re: Deluge Windows Builds
Just to note that I have released Deluge 2.1 with Windows builds, with default libtorrent 1.2.15 or optional 2.0.6
http://download.deluge-torrent.org/windows/
https ftp link: https://ftp-osl.osuosl.org/pub/deluge/windows/
http://download.deluge-torrent.org/windows/
https ftp link: https://ftp-osl.osuosl.org/pub/deluge/windows/
Deluge