laur89 / deluge-autoremoveplus

Auto removing of deluge torrents
36 stars 5 forks source link

Having issues with Deluge 2.1 #5

Closed varunpan closed 2 years ago

varunpan commented 2 years ago

First of all Thank you for keeping this updated!

I cannot get this plugin to show up on the list of the plugins or enable it via config. I recently installed binhex/arch-deluge on docker. Setup: Deluge 2.1 on docker using binhex/arch-deluge image Container had python 3.10

steps to recreate:

  1. Stopped the container completely
  2. cd /home/user/deluge/config/plugins
  3. curl https://github.com/laur89/deluge-autoremoveplus/releases/download/0.6.3/AutoRemovePlus-0.6.3.egg -o AutoRemovePlus-0.6.3-py3.10.egg
  4. cd .. to go to the config directory
  5. nano core.conf
  6. updated the enabled plugins section in core.conf
    "enabled_plugins": [
        "Label",
        "Scheduler",
        "AutoRemovePlus"
    ],
  7. restart container

I completed stopped the container and manually enabled the plugin because deluge in docker has issues with updating configs. see reference: https://github.com/binhex/documentation/blob/master/docker/faq/delugevpn.md

When deluge restarts, in the logs i get an error Cannot enable non-existent plugin AutoRemovePlus

Not sure what i am doing wrong, any help is appreciated.

varunpan commented 2 years ago

its an ID-10T error!

It was not actually downloading the egg using curl, I was able to get it work using wget.