[Deluge] #3337: listen ports syntax error

13 views
Skip to first unread message

Deluge

unread,
Dec 15, 2019, 10:45:41 AM12/15/19
to delug...@googlegroups.com
#3337: listen ports syntax error
----------------------------+-------------------
Reporter: spider | Type: bug
Status: new | Priority: minor
Milestone: needs verified | Component: Core
Version: 2.0.3 | Keywords:
----------------------------+-------------------
{{{
--- preferencesmanager.py
+++ preferencesmanager.py
@@ -231,7 +231,7 @@
self.core.apply_session_settings(
{
'listen_system_port_fallback':
self.config['listen_use_sys_port'],
- 'listen_interfaces': ''.join(interfaces),
+ 'listen_interfaces': ','.join(interfaces),
}
)


}}}

--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3337>
Deluge <https://deluge-torrent.org/>
Deluge Project

Deluge

unread,
Nov 12, 2020, 10:04:47 PM11/12/20
to delug...@googlegroups.com
#3337: listen ports syntax error
---------------------+----------------------------
Reporter: spider | Owner:

Type: bug | Status: new
Priority: minor | Milestone: needs verified
Component: Core | Version: 2.0.3
Resolution: | Keywords:
---------------------+----------------------------

Comment (by Darius):

This isn't a minor issue on FreeBSD - without this change deluge doesn't
listen on any ports for torrents(!) and you see messages like:

{{{
13:07:04.863 [DEBUG ][deluge.core.alertmanager :130 ]
listen_failed_alert: listening on 0.0.0.0:0 (device:
0.0.0.0:68900.0.0.0:68910.0.0.0:68920.0.0.0:68930.0.0.0:68940.0.0.0:68950.0.0.0:68960.0.0.0:68970.0.0.0:68980.0.0.0:6899)
failed: [parse_address] [TCP] invalid port
}}}
etc..

--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3337#comment:1>

Deluge

unread,
Nov 12, 2020, 10:18:48 PM11/12/20
to delug...@googlegroups.com
#3337: listen ports syntax error
---------------------+----------------------------
Reporter: spider | Owner:

Type: bug | Status: new
Priority: minor | Milestone: needs verified
Component: Core | Version: 2.0.3
Resolution: | Keywords:
---------------------+----------------------------
Changes (by Darius):

* cc: darius@… (added)


--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3337#comment:2>

Deluge

unread,
Feb 6, 2021, 12:28:42 PM2/6/21
to dar...@dons.net.au, calu...@gmail.com, spi...@spider.vc, delug...@googlegroups.com
#3337: listen ports syntax error
---------------------+--------------------
Reporter: spider | Owner:
Type: bug | Status: closed
Priority: minor | Milestone: 2.0.4
Component: Core | Version: 2.0.3
Resolution: Fixed | Keywords:
---------------------+--------------------
Changes (by Cas):

* status: new => closed
* resolution: => Fixed
* milestone: needs verified => 2.0.4


Comment:

Seems like I made a typo for that settings, thanks for reporting, pushed a
fix to develop: [092d07b68]

--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3337#comment:3>

Reply all
Reply to author
Forward
0 new messages