Custom Query (2448 matches)
Results (160 - 162 of 2448)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3105 | Fixed | Deluge Web-UI not accepting BASE input | seanvree | |
Description |
Environment Windows 10E x64 1703 Windows 10P x64 CU Windows 10P x32 CU Python 2.7.13 Deluge Versions: 2.13.15 3.13.14 References: http://forum.deluge-torrent.org/viewtopic.php?f=12&t=54520&start=10 http://dev.deluge-torrent.org/ticket/2677 Issue: Deluge Web-UI will not serve the webui GUI if BASE is defined via web.conf AND/OR via the console "deluge-web-debug.exe -base /deluge/" Background: I've been dealing with this for a couple years. I've NEVER got it to work correctly. At first I thought it was my webserver, but I quickly found out that I couldn't even access the WebUI if I circumvented the webserver via locahost:8112/DELUGE . Things I've tried:
no combination works. no errors in the console output, however, the webui is actually listening on port 8112. Suggestion: I'm assuming there is a problem with how python interprets the BASE input. There is probably a missing and/or outdated package that is needed. However, I have tested BASE path with several other python-based applications, such as Headphones, or PlexPy?, and they work. |
|||
#3093 | WontFix | Speed regulation ignored. | loput | |
Description |
When download speed limit is set to be more than about 4100KB/s, it gets completely ignored and speed is maxed out. Even after setting it back to 4100, it's ignored until deluge is restarted. Client: 1.3.15 libtorrent: 1.1.4.0 Linux 4.11.9-1-ARCH #1 SMP PREEMPT x86_64 |
|||
#3090 | Fixed | Typo in systemd Scripts for Deluge Web UI (deluge-web) Service | bookmunkie | |
Description |
Following the instructions at http://dev.deluge-torrent.org/wiki/UserGuide/Service/systemd I created my deluge-web.service with the provided text. Sticking to the instructions, I tried to start deluge-web and verify it was running before making it to the Logging section, so I never replaced line 11. systemctl status deluge-web gave me ● deluge-web.service - Deluge Bittorrent Client Web Interface Loaded: loaded (/etc/systemd/system/deluge-web.service; enabled; vendor preset: enabled) Active: inactive (dead) (Result: exit-code) since Thu 2017-07-13 00:57:05 UTC; 40s ago Docs: man:deluge-web Process: 498 ExecStart=/usr/bin/deluge-web -d (code=exited, status=2) Main PID: 498 (code=exited, status=2) Jul 13 00:57:05 omnideluge systemd[1]: deluge-web.service: Unit entered failed state. Jul 13 00:57:05 omnideluge systemd[1]: deluge-web.service: Failed with result 'exit-code'. Jul 13 00:57:05 omnideluge systemd[1]: deluge-web.service: Service hold-off time over, scheduling restart. Jul 13 00:57:05 omnideluge systemd[1]: Stopped Deluge Bittorrent Client Web Interface. Jul 13 00:57:05 omnideluge systemd[1]: deluge-web.service: Start request repeated too quickly. Jul 13 00:57:05 omnideluge systemd[1]: Failed to start Deluge Bittorrent Client Web Interface. While searching for the error I tried manually running deluge-web -d, which gave me deluge-web: error: no such option: -d After editing line 11 and removing the -d, the service was able to start. |