Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ltconfig option won't enable in plugins #27

Open
tmanka opened this issue Jul 15, 2022 · 1 comment
Open

ltconfig option won't enable in plugins #27

tmanka opened this issue Jul 15, 2022 · 1 comment

Comments

@tmanka
Copy link

tmanka commented Jul 15, 2022

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
Copy link

Lou1sM commented Sep 2, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants