-
Notifications
You must be signed in to change notification settings - Fork 111
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
[BUG] No label submenu #423
Comments
Yes it is enabled and some of its functions are working (the filtering part) (will add a screenshot soon) |
Can you try it in a private browser window? Do you have the buttons then? |
No it is the same in a private window (or another browser) |
Just checked the logs on restart I get this error 17:04:19 [INFO ][deluge.configmanager:49 ] Setting config directory to: /config The following error occurred while trying to extract file(s) [Errno 1] Operation not permitted: '/config/python-eggs/Label-0.3-py3.13.egg-tmp/deluge_label/data/tmp0xxiw2_f.$extract' The Python egg cache directory is currently set to: /config/python-eggs Perhaps your account does not have write access to this directory? During handling of the above exception, another exception occurred: Traceback (most recent call last): The following error occurred while trying to extract file(s) [Errno 1] Operation not permitted: '/config/python-eggs/Label-0.3-py3.13.egg-tmp/deluge_label/data/tmp0xxiw2_f.$extract' The Python egg cache directory is currently set to: /config/python-eggs Perhaps your account does not have write access to this directory? 17:04:19 [INFO ][deluge.ui.web.pluginmanager:1652] Label plugin contains no WebUI code, ignoring WebUI enable call. |
I would clear the config folder and start over. That's just what I would do. |
but what files can I put aside to keep my torrent and labels collection ? It would be a hassle adding everything back What's strange is I changed nothing, it just stopped working. Edit: I restarted from scratch and imported my state folder and label.conf in the recreated folder and I got it to work again. Just had to reset my settings ofc. I hope it won't happen again, I alrady had this kind of issue before where the label plugin would disable itself but it never stayed broken between restarts before |
I use binhex/arch-deluge-vpn under docker/WSL
Labels (partially) stopped working mid-use
Preivously added labels are still present
The label tab and filters are still available and working
But if I right click on a torrent, I can't set a label for it (no label submenu)
If I right click under the labels tab, I can't create a new label (it will show the right click menu for my browser)
In the torrents view, there is no more label column
I tried restarting the container, composing it again, disabling the plugin, restarting the container and enabling it again, nothing solved the issue
I don't really know how to reproduce it, it happened mid session and I don't really know what triggered it
If it can help here is my docker compose template
deluge-vpn: container_name: deluge-vpn image: binhex/arch-delugevpn:latest cap_add: - NET_ADMIN network_mode: bridge privileged: true environment: - VPN_ENABLED=yes - TZ=Europe/Paris - VPN_PROV=custom - VPN_USER=**** - VPN_PASS=****** - VPN_CLIENT=openvpn - ENABLE_PRIVOXY=yes - LAN_NETWORK=**** - NAME_SERVERS=**** - DELUGE_DAEMON_LOG_LEVEL=info - DELUGE_WEB_LOG_LEVEL=info - DELUGE_ENABLE_WEBUI_PASSWORD=no - ENABLE_STARTUP_SCRIPTS=no - USERSPACE_WIREGUARD=no - VPN_INPUT_PORTS=1234 - VPN_OUTPUT_PORTS=5678 - DEBUG=true - PUID=99 - PGID=100 - UMASK=000 ports: - 8112:8112 - 8118:8118 - 9118:9118 - 58846:58846 - 58946:58946 - 58945:58946/udp volumes: - /mnt/h/mediacenter:/mediacenter - ./downloaders/config-deluge-vpn:/config restart: unless-stopped
The text was updated successfully, but these errors were encountered: