Updating plugin - can't activate anymore

Suggest, post, or discuss plugins for Deluge
Post Reply
theg00s3
New User
New User
Posts: 4
Joined: Wed Jul 24, 2019 12:27 pm

Updating plugin - can't activate anymore

Post by theg00s3 »

I've been trying to update DefaultTrackers for Deluge v2, but I can't seem to activate it in Deluge. Can anyone see what I'm doing wrong?
"Updated" repo: https://github.com/theg00s3/deluge-default-trackers
Original repo: https://github.com/stefantalpalaru/delu ... t-trackers
theg00s3
New User
New User
Posts: 4
Joined: Wed Jul 24, 2019 12:27 pm

Re: Updating plugin - can't activate anymore

Post by theg00s3 »

This is the error I've found in the logs:
13:08:43 [ERROR ][deluge.pluginmanagerbase :154 ] Unable to instantiate plugin 'DefaultTrackers' from '/home/nikila/.config/deluge/plugins/DefaultTrackers-2.1-py3.6.egg'!
13:08:43 [ERROR ][deluge.pluginmanagerbase :1343] No module named 'deluge_defaulttrackers'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/deluge/pluginmanagerbase.py", line 147, in enable_plugin
cls = egg.load_entry_point(self.entry_name, name)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2693, in load_entry_point
return ep.load()
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2324, in load
return self.resolve()
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2330, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
ModuleNotFoundError: No module named 'deluge_defaulttrackers'

No idea what it actually means though. Googling hasn't helped in finding the cause of the issue
theg00s3
New User
New User
Posts: 4
Joined: Wed Jul 24, 2019 12:27 pm

Re: Updating plugin - can't activate anymore

Post by theg00s3 »

Ignore this message
theg00s3
New User
New User
Posts: 4
Joined: Wed Jul 24, 2019 12:27 pm

Re: Updating plugin - can't activate anymore

Post by theg00s3 »

Original author has updated the plugin.
Post Reply