You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install the egg the plugin does show on the list of available plugins. BUT I cannot enable it. Not sure what logging would be helpful. Grabbed deluge in DEBUG and did a screen video capture to show. Happy to grab more tomorrow night if helpful just point me in the right direction.
Same issue for me. On the terminal where I launched Deluge, I see the error
File "/usr/lib/python3/dist-packages/deluge/pluginmanagerbase.py", line 148, in enable_plugin
instance = cls(plugin_name.replace('-', '_'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/louis/.config/deluge/plugins/ltConfig-0.3.1-py3.12.egg/ltconfig/__init__.py", line 46, in __init__
from core import Core as _plugin_cls
ModuleNotFoundError: No module named 'core'
When I install the egg the plugin does show on the list of available plugins. BUT I cannot enable it. Not sure what logging would be helpful. Grabbed deluge in DEBUG and did a screen video capture to show. Happy to grab more tomorrow night if helpful just point me in the right direction.
reproducer video: https://youtu.be/QCbfovrkq_g
Log file: https://drive.google.com/file/d/1TO5x-nTQ9ONlZLq1s9WQIQX8vt2GU4J6/view?usp=sharing
system info:
deluge 2.0.3
libtorrent: 2.0.5.0
Python: 3.10.4
OS: Linux Ubuntu 22.04 Jammy Jellyfish
The text was updated successfully, but these errors were encountered: