Opened 3 years ago
Last modified 3 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)
Change History (10)
by , 3 years ago
| Attachment: | client.log added |
|---|
by , 3 years ago
| Attachment: | daemon.log added |
|---|
comment:1 by , 3 years ago
| Keywords: | Python added |
|---|
comment:2 by , 3 years ago
| Component: | Unknown → Core |
|---|
comment:3 by , 3 years ago
| Priority: | major → critical |
|---|
comment:4 by , 3 years ago
| Component: | Core → Web UI |
|---|---|
| Milestone: | not applicable → needs verified |
comment:5 by , 3 years ago
| Component: | Web UI → Core |
|---|
comment:6 by , 3 years ago
comment:7 by , 3 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 , 3 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.



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