Your message dated Sat, 17 Dec 2022 20:10:52 +0000
with message-id <7aa6ad5ad06a51bf99c646cea95a9009fb677df2.ca...@gmail.com>
and subject line Re: [deluge] crashes on load
has caused the Debian Bug report #1026240,
regarding [deluge] crashes on load
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1026240: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026240
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: deluge
Version: 2.0.3-3.2
Severity: grave
Worked yesterday, now won't start.
Loading in a terminal reveals the following output:
Traceback (most recent call last):
File "/usr/bin/deluge", line 33, in <module>
sys.exit(load_entry_point('deluge==2.0.3', 'gui_scripts', 'deluge')())
File "/usr/lib/python3/dist-packages/deluge/ui/ui_entry.py", line 143, in
start_ui
ui.start()
File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/__init__.py", line 43, in
start
from .gtkui import GtkUI
File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/gtkui.py", line 27, in
<module>
from twisted.internet import defer, gtk3reactor
File "/usr/lib/python3/dist-packages/twisted/internet/gtk3reactor.py", line
22, in <module>
from twisted.internet import gireactor
File "/usr/lib/python3/dist-packages/twisted/internet/gireactor.py", line 27,
in <module>
from twisted.internet import _glibbase
File "/usr/lib/python3/dist-packages/twisted/internet/_glibbase.py", line 19,
in <module>
from twisted.internet import base, posixbase, selectreactor
File "/usr/lib/python3/dist-packages/twisted/internet/posixbase.py", line 19,
in <module>
from twisted.internet import error, tcp, udp
File "/usr/lib/python3/dist-packages/twisted/internet/tcp.py", line 38, in
<module>
from twisted.internet._newtls import (
File "/usr/lib/python3/dist-packages/twisted/internet/_newtls.py", line 18,
in <module>
from twisted.protocols.tls import TLSMemoryBIOFactory, TLSMemoryBIOProtocol
File "/usr/lib/python3/dist-packages/twisted/protocols/tls.py", line 50, in
<module>
Connection(Context(TLSv1_METHOD), None)
File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 674, in __init__
res = _lib.SSL_CTX_set_ecdh_auto(context, 1)
AttributeError: module 'lib' has no attribute 'SSL_CTX_set_ecdh_auto'
--- End Message ---
--- Begin Message ---
Turns out the cause was #1026215 which has now been fixed, so this can
be closed.
--- End Message ---