Giter Site home page Giter Site logo

Comments (6)

springjools avatar springjools commented on July 30, 2024

I haven't tested gtk, from readme:
This is a Gtk3UI and WebUI plugin. However, since there is not yet any gtk client for wndows for deluge 2.03, this part is currently untested.

You should still post your logs, hard to debug something without the logs

I don't have a Linux machine with windows environment, I just have a bunch of raspberries running headless. So I don't have any gtk client running 2.03+ to test on.

from deluge-autoremoveplus.

hvanmaanen avatar hvanmaanen commented on July 30, 2024
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [DEBUG   ][deluge.core.rpcserver         :310 ] RPC dispatch core.enable_plugin
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [DEBUG   ][autoremoveplus                :47  ] Initing: <autoremoveplus.CorePlugin object at 0x7fec38172550>, AutoRemovePlus
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [DEBUG   ][deluge.core.rpcserver         :435 ] Registering method: autoremoveplus.get_config
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [DEBUG   ][deluge.core.rpcserver         :435 ] Registering method: autoremoveplus.get_ignore
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [DEBUG   ][deluge.core.rpcserver         :435 ] Registering method: autoremoveplus.get_remove_rules
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [DEBUG   ][deluge.core.rpcserver         :435 ] Registering method: autoremoveplus.set_config
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [DEBUG   ][deluge.core.rpcserver         :435 ] Registering method: autoremoveplus.set_ignore
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [DEBUG   ][deluge.plugins.pluginbase     :38  ] CorePlugin initialized..
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [DEBUG   ][autoremoveplus.core           :119 ] AutoRemovePlus: Enabled
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [DEBUG   ][deluge.configmanager          :94  ] Getting config: autoremoveplus.conf
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [DEBUG   ][deluge.configmanager          :94  ] Getting config: autoremoveplusstates.conf
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [WARNING ][autoremoveplus.core           :150 ] Unable to read server config, so disabling sonarr/radarr/lidarr for now. Missing key: 'api_sonarr'
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [INFO    ][autoremoveplus.core           :159 ] Server config: Sonarr: enabled=False,key=None, Radarr: enabled=False, key=None, Lidarr: enabled=False, key=None, Server: url=None
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [INFO    ][autoremoveplus.mediaserver    :119 ] Endpoint of sonarr is /sonarr/api/v3
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [INFO    ][autoremoveplus.mediaserver    :119 ] Endpoint of lidarr is /lidarr/api/v1
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [INFO    ][autoremoveplus.mediaserver    :119 ] Endpoint of radarr is /radarr/api
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [DEBUG   ][deluge.pluginmanagerbase      :186 ] Adding AutoRemovePlus to enabled_plugins list in config
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [INFO    ][deluge.pluginmanagerbase      :189 ] Plugin AutoRemovePlus enabled...
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [DEBUG   ][deluge.core.rpcserver         :539 ] intevents: {1: ['NewVersionAvailableEvent', 'TorrentFileRenamedEvent', 'TorrentFolderRenamedEvent', 'TorrentRemovedEvent', 'ConfigValueChangedEvent', 'PluginEnabledEvent', 'PluginDisabledEvent', 'TorrentStateChangedEvent', 'TorrentAddedEvent', 'TorrentResumedEvent', 'SessionPausedEvent', 'SessionResumedEvent', 'AutoaddOptionsChangedEvent', 'TorrentQueueChangedEvent']}
Jan 14 12:25:07 Ubuntu-1804-bionic-64-minimal deluged[20811]: 12:25:07 [DEBUG   ][deluge.core.rpcserver         :543 ] Emit Event: PluginEnabledEvent ['AutoRemovePlus']

That's the only logs I get from autoremove. When I go to the webUI I do see the plugin enabled in the plugin list but autoremove doesn't show up in the sidebar

from deluge-autoremoveplus.

kvn1351 avatar kvn1351 commented on July 30, 2024

I haven't tested gtk, from readme:
This is a Gtk3UI and WebUI plugin. However, since there is not yet any gtk client for wndows for deluge 2.03, this part is currently untested.

You should still post your logs, hard to debug something without the logs

I don't have a Linux machine with windows environment, I just have a bunch of raspberries running headless. So I don't have any gtk client running 2.03+ to test on.

Why not use a vm? It takes like 20 min. Anyway, I can confirm that the plugin works on web but not on gtk. I've tested both on the unofficial windows client as well as on ubuntu. Python 3.7 and python 3.8 builds of deluge were tested.

from deluge-autoremoveplus.

springjools avatar springjools commented on July 30, 2024

You're right. I just reinstalled windows so I don't have any VM atm. I guess I could install vmware. But how many need the gtk anyway? Don't most people use the webui?

from deluge-autoremoveplus.

springjools avatar springjools commented on July 30, 2024

I managed to launch the GTK version with x-server over ssh, but I can't figure out where the logs are being written. There is nothing in the daemon log. I'll try to work some more on this.

There are obviously some fixes that are needed, such as renamed buttons etc, and doing this without logs is going to be cumbersome.

from deluge-autoremoveplus.

nkbyrne avatar nkbyrne commented on July 30, 2024

Am also hit with this.

Can enable the plugin from web/gui but no options for the plugin show in either
Server:
deluge -V
deluge 2.0.3-2-201906121747-ubuntu19.10.1
libtorrent: 1.1.11.0
Python: 3.7.3
OS: Linux 4.19.0-12-amd64

Client:
ii deluge-gtk 2.0.3-2201906121747ubuntu19.10.1 all Deluge GTK UI
ii deluge-web 2.0.3-2201906121747ubuntu19.10.1 all Deluge Web UI

Log:

https://kopy.io/rLcxW

from deluge-autoremoveplus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.