stefantalpalaru / deluge-default-trackers

Deluge plugin for adding default trackers to all the new torrents
GNU General Public License v3.0
148 stars 22 forks source link

Plugin not appearing after install #28

Closed theg00s3 closed 5 years ago

theg00s3 commented 5 years ago

I've tried building the egg with Python 2.7 and 3.6, as well as using the provided .egg, but none of them are working on my system. They appear in the .config/deluge/plugin folder, but they don't appear at all in the plugins tab in deluge (both web-ui and thinclient)

No errors appear in the logs either

stefantalpalaru commented 5 years ago

What version of Python is Deluge running under?

theg00s3 commented 5 years ago

I believe 3.6

stefantalpalaru commented 5 years ago

Make sure. Open the "deluge" file and see what's the interpreter on its first line.

theg00s3 commented 5 years ago

python 3

stefantalpalaru commented 5 years ago

If it's "python3", then run "python3 --version" in a terminal.

theg00s3 commented 5 years ago

Python 3.6.8

stefantalpalaru commented 5 years ago

Same version as I use on Gentoo. You've removed the old 0.1 plugin version, right?

theg00s3 commented 5 years ago

yeah. The plugin folder is empty except for this one

stefantalpalaru commented 5 years ago

Also, try the default application mode instead of the thin client. If you're connecting to a remote deluged, then plugins need to be on the remote system and the daemon restarted.

theg00s3 commented 5 years ago

I've got it working now. I forgot that I had a split tunnelling setup, and that the config for deluge was actually under a different user. Clicking install in deluge didn't work so I just copied the egg into the plugins folder, and it worked