Opened 2 years ago

Last modified 2 years ago

#3523 new bug

Pyhon 3.9.2 error in log files

Reported by: roylaprattep Owned by:
Priority: critical Milestone: needs verified
Component: Core Version: 2.0.3
Keywords: Python Cc:

Description

I have attached the debug logs of both services.

Debian 11 Deluge-web: 2.0.3 Deluged: 2.0.3 libtorrent: 1.2.9.0

Thank you

Attachments (2)

client.log (135.9 KB ) - added by roylaprattep 2 years ago.
daemon.log (215.4 KB ) - added by roylaprattep 2 years ago.

Download all attachments as: .zip

Change History (10)

by roylaprattep, 2 years ago

Attachment: client.log added

by roylaprattep, 2 years ago

Attachment: daemon.log added

comment:1 by roylaprattep, 2 years ago

Keywords: Python added

comment:2 by roylaprattep, 2 years ago

Component: UnknownCore

comment:3 by roylaprattep, 2 years ago

Priority: majorcritical

comment:4 by roylaprattep, 2 years ago

Component: CoreWeb UI
Milestone: not applicableneeds verified

comment:5 by roylaprattep, 2 years ago

Component: Web UICore

comment:6 by Calum, 2 years ago

Please test with latest 2.0.5 release that has better support for latest Python versions

comment:7 by George Thomas, 2 years ago

I'm having this issue as well with deluge-gtk-2.0.3 on 64-bit Raspberry Pi OS (based on Debian 11 (Bullseye)). I'd be happy to test a newer version. Will I have to build from source?

comment:8 by George Thomas, 2 years ago

OK, I built 2.1.0 from source, and it works. Nice.

FWIW, some notes on building. I had to replace the various Python packages mentioned in the guide at https://dev.deluge-torrent.org/wiki/Installing/Source with Python 3 versions e.g. ​python-libtorrent with ​python3-libtorrent. In fact, all I actually needed for build dependencies was: sudo apt install intltool python3-libtorrent. I think the rest were already present because they weren't autoremove-d after I uninstalled deluge-gtk. python3-notify and python3-glade2 weren't found, but it didn't seem to matter.

Note: See TracTickets for help on using tickets.