Custom Query (2447 matches)
Results (322 - 324 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1911 | Fixed | Can't register to deluge forum | ||
Description |
I've tried several times to register to the forum, but I never get the verification email. |
|||
#1295 | Fixed | Can't register to forum and deluge-torrent.org isn't accepting incoming mail | ||
Description |
Hi, I was trying to register to the forum, but registration page isn't showing the confirmation code it requires to enter. I've tried to contact the forum admins at deluge_forum@deluge-torrent.org, but mail delivery failed permanently after usual 4 days of trying. So I'm reporting the issue here. |
|||
#3325 | Fixed | Cant remove torrents with 0 download size | ||
Description |
When trying to remove non downloading torrents, no matter how added (via file or magnet). I get this error on console: 16:51:03 [ERROR ][deluge.ui.client :169 ] RPCError Message Received! -------------------------------------------------------------------------------- RPCRequest: core.remove_torrents(['2939a4c2c56580d03b0f9e46b77954d8db045bb1', '41316922455745a997a0e6b7359d0193be3600e0', '5eeaa9881ea8c71240db4465ae90a92d75e39d50', '2804f14263e17255f6a3028c2dada6e61deee2d9'], True) -------------------------------------------------------------------------------- TypeError join() argument must be str or bytes, not 'NoneType': Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/core/rpcserver.py", line 347, in on_fail failure.raiseException() File "/usr/lib/python3/dist-packages/twisted/python/failure.py", line 385, in raiseException raise self.value.with_traceback(self.tb) File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 653, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/usr/lib/python3/dist-packages/twisted/internet/task.py", line 865, in <lambda> d.addCallback(lambda ignored: callable(*args, **kw)) File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 613, in do_remove_torrents torrent_id, remove_data=remove_data, save_state=False File "/usr/lib/python3/dist-packages/deluge/core/torrentmanager.py", line 745, in remove torrent.delete_torrentfile(delete_copies) File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 1317, in delete_torrentfile os.path.join(self.config['torrentfiles_location'], self.filename) File "/usr/lib/python3.6/posixpath.py", line 94, in join genericpath._check_arg_types('join', a, *p) File "/usr/lib/python3.6/genericpath.py", line 149, in _check_arg_types (funcname, s.__class__.__name__)) from None TypeError: join() argument must be str or bytes, not 'NoneType' -------------------------------------------------------------------------------- Unhandled error in Deferred: 16:51:03 [CRITICAL][twisted :154 ] Unhandled error in Deferred: 16:51:03 [CRITICAL][deluge.log :93 ] twisted.internet.defer [Failure instance: Traceback (failure with no frames): <class 'deluge.error.WrappedException'>: join() argument must be str or bytes, not 'NoneType' Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/core/rpcserver.py", line 347, in on_fail failure.raiseException() File "/usr/lib/python3/dist-packages/twisted/python/failure.py", line 385, in raiseException raise self.value.with_traceback(self.tb) File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 653, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/usr/lib/python3/dist-packages/twisted/internet/task.py", line 865, in <lambda> d.addCallback(lambda ignored: callable(*args, **kw)) File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 613, in do_remove_torrents torrent_id, remove_data=remove_data, save_state=False File "/usr/lib/python3/dist-packages/deluge/core/torrentmanager.py", line 745, in remove torrent.delete_torrentfile(delete_copies) File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 1317, in delete_torrentfile os.path.join(self.config['torrentfiles_location'], self.filename) File "/usr/lib/python3.6/posixpath.py", line 94, in join genericpath._check_arg_types('join', a, *p) File "/usr/lib/python3.6/genericpath.py", line 149, in _check_arg_types (funcname, s.__class__.__name__)) from None TypeError: join() argument must be str or bytes, not 'NoneType' ] On Ubuntu 18.04 deluge-common --> 2.0.3-2~201906121747~ubuntu18.04.1 -- Deluge Common Files deluge-console --> 2.0.3-2~201906121747~ubuntu18.04.1 -- Deluge Console UI deluge-gtk --> 2.0.3-2~201906121747~ubuntu18.04.1 -- Deluge GTK UI deluge-web --> 2.0.3-2~201906121747~ubuntu18.04.1 -- Deluge Web UI deluged --> 2.0.3-2~201906121747~ubuntu18.04.1 -- Deluge Daemon (deluged) With stable ppa deb http://ppa.launchpad.net/deluge-team/stable/ubuntu bionic main |
Note:
See TracQuery
for help on using queries.