ratanakvlun / deluge-ltconfig

293 stars 35 forks source link

ltconfig option won't enable in plugins #27

Open tmanka opened 2 years ago

tmanka commented 2 years ago

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

Lou1sM commented 1 month ago

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'