Laharah / deluge-FileBotTool

A plugin to integrate simple FileBot functionality into Deluge
GNU General Public License v3.0
114 stars 10 forks source link

cant enable plugin #58

Closed cyr0nk0r closed 3 months ago

cyr0nk0r commented 3 months ago

I tried using the egg files (both of them) from the source files, and I also tried the build instructions directly from git. Same issue. I install the egg file via the deluge thin-client GUI, but when I try to click the checkbox to "enable" the plugin it just wont stay checked.

It checks for a split second and then unchecks itself.

python 3.12.3 FileBot 5.1.3 (r10185) / OpenJDK Runtime Environment 21.0.3 deluged 2.1.1

cyr0nk0r commented 3 months ago

this was resolved by starting over from scratch and deleting the egg files from both server and client, then building from git, then re-importing.

things are working now. Thank you.