Date: Tue, 09 Mar 2021 19:04:37 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 254166] net-p2p/deluge-cli broken with libtorrent-rasterbar-2.0.2 Message-ID: <bug-254166-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254166 Bug ID: 254166 Summary: net-p2p/deluge-cli broken with libtorrent-rasterbar-2.0.2 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: rm@FreeBSD.org Reporter: freebsd@wb9.se Assignee: rm@FreeBSD.org Flags: maintainer-feedback?(rm@FreeBSD.org) Not sure if this is because of some state of my deluged daemon, but after upgrading py37-libtorrent-rasterbar, and manually installing libtorrent-rasterbar-2.0.2 (see bug #254118) I'm greeted with the following messages shortly after starting the deluged-service: ----- Unhandled error in Deferred: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/twisted/internet/base.py", l= ine 1283, in run self.mainLoop() File "/usr/local/lib/python3.7/site-packages/twisted/internet/base.py", l= ine 1292, in mainLoop self.runUntilCurrent() File "/usr/local/lib/python3.7/site-packages/twisted/internet/base.py", l= ine 913, in runUntilCurrent call.func(*call.args, **call.kw) File "/usr/local/lib/python3.7/site-packages/twisted/internet/task.py", l= ine 239, in __call__ d =3D defer.maybeDeferred(self.f, *self.a, **self.kw) --- <exception caught here> --- File "/usr/local/lib/python3.7/site-packages/twisted/internet/defer.py", = line 151, in maybeDeferred result =3D f(*args, **kw) File "/usr/local/lib/python3.7/site-packages/deluge/core/alertmanager.py", line 70, in update self.handle_alerts() File "/usr/local/lib/python3.7/site-packages/deluge/core/alertmanager.py", line 140, in handle_alerts for attr in dir(alert) File "/usr/local/lib/python3.7/site-packages/deluge/core/alertmanager.py", line 141, in <dictcomp> if not attr.startswith('__') builtins.TypeError: No to_python (by-value) converter found for C++ type: libtorrent::event_t ----- I can connect to the daemon with the web client, but the interface is completely empty of dynamic data (only icons and layout is visible). Trying= to stop the deluged-service hangs and trying to kill the process afterwards gi= ves another traceback with the message "twisted.internet.error.ReactorNotRunnin= g: Can't stop reactor that isn't running." In the end the process has to be ki= lled with -9. The daemon runs fine if I downgrade to libtorrent-rasterbar-1.2.12 and py-libtorrent-rasterbar-1.2.10. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254166-7788>