Search found 35 matches

by DjLegolas
Mon Jul 09, 2018 12:25 pm
Forum: Support
Topic: Deluge web daemon off 10-15 min later
Replies: 1
Views: 1518

Re: Deluge web daemon off 10-15 min later

Try looking in the log file of deluge: ~/.config/deluge/deluged.log
by DjLegolas
Mon Jun 11, 2018 11:52 am
Forum: Support
Topic: Can't install Extractor or SimpleExtractor
Replies: 2
Views: 2587

Re: Can't install Extractor or SimpleExtractor

can you check in the logs for any errors/exceptions?
the logs are located in ~/.config/deluge/
by DjLegolas
Mon Jun 11, 2018 11:47 am
Forum: Support
Topic: Blank screen in webui
Replies: 3
Views: 4541

Re: Blank screen in webui

Does the webui connects to the daemon?
Do you see anything in the preferences? If no, and there is no data (and no plugin is enabled) then you to connect to the daemon.
by DjLegolas
Sun Apr 22, 2018 7:12 am
Forum: Development
Topic: console info command cut off
Replies: 5
Views: 8449

Re: console info command cut off

redirect stdout:

Code: Select all

deluge-console "connect localhost:8080; info" > deluge.info
pipe it to more/less:

Code: Select all

deluge-console "connect localhost:8080; info" | less
deluge-console "connect localhost:8080; info" | more
i used the connect command as my port is non-standard.
by DjLegolas
Sat Apr 14, 2018 10:26 pm
Forum: Development
Topic: console info command cut off
Replies: 5
Views: 8449

Re: console info command cut off

I tried what you wrote and was able to scroll through the entire list (162 torrents). Tested on an ubuntu server, with pipe to less/more, redirection of output to a file and view it from the console-ui itself. Also, from Windows version of deluge as a thin client to the ubuntu server and got everyth...
by DjLegolas
Fri Dec 22, 2017 8:49 am
Forum: Plugins
Topic: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+
Replies: 122
Views: 369582

Re: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+

After adding, the plugin page shows: The AutoAdd plugin is enabled however there is no WebUI preferences page implemented yet for this plugin. In the meantime please use GtkUI preference page to configure this plugin. How to configure? I need a detailed step, thanks~ http://dev.deluge-torrent.org/w...
by DjLegolas
Fri Dec 22, 2017 8:36 am
Forum: Support
Topic: Deluge & Nginx Reverse Proxy
Replies: 2
Views: 7147

Re: Deluge & Nginx Reverse Proxy

Did you entered "/deluge/" to the base section in the webui config file (web.conf)?
If not, do it, and restart the webui process
by DjLegolas
Tue Oct 31, 2017 12:51 pm
Forum: Support
Topic: Connect Deluge to my server
Replies: 8
Views: 4586

Re: Connect Deluge to my server

did you filled the auth data in the client? to connect remotely add another server and don't forget to enter the username and password from the auth file. basically you should add another user to the auth file: username:password:auth-level - for example: djlegolas:myawesomepassword:10 next, restart ...
by DjLegolas
Sun Oct 22, 2017 7:53 pm
Forum: Support
Topic: question when adding torrents
Replies: 5
Views: 4069

Re: question when adding torrents

in both the gtk and web ui's you can choose which files to download.
can you please add a screenshot and what version are you running on?
by DjLegolas
Sun Oct 22, 2017 7:10 pm
Forum: Support
Topic: Deluge won't start
Replies: 4
Views: 6945

Re: Deluge won't start

under which user does deluged runs when you use the systemd service? if it's a system user, try to look for the log under /var/lib/<user_name>/.config/deluge/deluged.log if it's a regular user, try to look for the log under that user's home dir (usually /home/<user_name>/.config/deluge/deluged.log