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

[BUG] Telegramer does not start after updating deluge #48

Open
Lukki4 opened this issue Apr 16, 2024 · 2 comments
Open

[BUG] Telegramer does not start after updating deluge #48

Lukki4 opened this issue Apr 16, 2024 · 2 comments
Labels

Comments

@Lukki4
Copy link

Lukki4 commented Apr 16, 2024

Describe the bug
Telegramer does not start after updating deluge

Screenshots
No work

Logs
09:14:18 [ERROR ][deluge.pluginmanagerbase :1672] Unable to instantiate plugin 'Telegramer' from '/config/plugins/Telegramer-2.1.1.2-py3.11.egg'!
09:14:18 [ERROR ][deluge.pluginmanagerbase :1672] The 'Telegramer' distribution was not found and is required by the application
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/deluge/pluginmanagerbase.py", line 148, in enable_plugin
instance = cls(plugin_name.replace('-', '_'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/plugins/Telegramer-2.1.1.2-py3.11.egg/telegramer/init.py", line 64, in init
load_libs()
File "/config/plugins/Telegramer-2.1.1.2-py3.11.egg/telegramer/init.py", line 53, in load_libs
egg = pkg_resources.require("Telegramer")[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/pkg_resources/init.py", line 937, in require
needed = self.resolve(parse_requirements(requirements))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/pkg_resources/init.py", line 798, in resolve
dist = self._resolve_dist(
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/pkg_resources/init.py", line 839, in _resolve_dist
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'Telegramer' distribution was not found and is required by the application

OS and Version:
OS: Linux
Deluge version: [e.g. 2.1.1]
deluge --version or deluged --version

@Lukki4 Lukki4 added the bug label Apr 16, 2024
@t0fum4n
Copy link

t0fum4n commented May 13, 2024

Here to say that I have the same issue. I think it has something to do with the python versioning, but I built an egg from source for 3.12 and it still didn't work.

@crypticviper
Copy link

I too cannot get the plugin to work with latest version of deluge. I don't see any errors logged. I manually installed the plugin but unable to enable it from the GUI. It's probably something to do with python version but I am not sure.

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

No branches or pull requests

3 participants