-
Notifications
You must be signed in to change notification settings - Fork 8
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
Tried to install on my Unraid - Docker Deluge v2.0.3-2 #9
Comments
I am having the exact same issue. |
Here you go. |
Doesn't seem to have an effect with binhex version |
Figured out the issue with the Binhex docker.. The upload feature seems to be broken. |
Strange, I edit the core.conf as you mentioned
"plugins_location": "/plugins",
and started up the deluge service again.
I take a look at core.conf and it detects the "SimpleExtractor" in the list
of plugins but doesn't show in the web daemon.
Wondering if I'm doing something wrong.
…On Sun, 9 Feb 2020 at 09:12, mingkmt ***@***.***> wrote:
Figured out the issue with the Binhex docker.. The upload feature seems to
be broken.
I copied the 3.8 plugin to the plugins folder in appdata, then opened the
core.conf file and added the full file name to the "plugins" section.
Working now!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9?email_source=notifications&email_token=AFR6JZ4NBQMX3HUZBSCJO2LRCAFNLA5CNFSM4KOU32J2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELGNPDQ#issuecomment-583849870>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFR6JZ3RIJ3A2Q6V3DYJBJLRCAFNLANCNFSM4KOU32JQ>
.
|
thanks, @mingkmt FINALLY! SO this is how to get plugins working with the Binhex docker! @d8ahazard thanks for keeping this updated! |
I just wanted to share that I went through this process as well, but was having trouble with listing the full egg name, and had to use the short name, which worked for me. This was in the deluged.log: Defining the plugin in core.conf as SimpleExtractor loaded the plugin correctly. deluged.log: |
Hey all. It seems that with the linuxserver version of docker, the 3.6 egg is needed. I've added this to the existing 1.4 release. I think that might fix some issues. Still trying to figure out why it just stopped working on my binhex-deluge version... |
you can build the plugin in the container, then remove the source files. Restarting the container will show the plugin. I got this working pretty quickly tbh. The plugin can be enabled from the webUI. |
It's been a year and a bit I never got this working in my Unraid Docker unfortunately. I tried to build the egg but this error, cant even get that going unfortunately and when I try to do it manually and restart the container, it overwrites my old core.conf Traceback (most recent call last): |
Hi there, I was searching and found the SimpleExtractor plugin for Deluge, however I am having difficulties trying to get it properly installed on my Unraid Docker Container.
When I try to install it via the WebGui, it gives me [oject filelist] and doesn't do anything after uploading. I also tried manually placing the .egg files in the appdata/deluge/plugins folder and restarting the service. Nothing shows up.
Any help appreciated, thanks!
Using Deluge v2.0.3-2 and Python 2.7.17
The text was updated successfully, but these errors were encountered: