Search found 7 matches

by lenwar
Sat Jan 16, 2010 7:14 am
Forum: Support
Topic: Extracting does not always work
Replies: 2
Views: 2481

Re: Extracting does not always work

(I'm aware why it fails, but thanks for explaining to the rest :P) You have a good point: Escaping would be a better solution, cross-shell wise, which could be accomplished use the python escape() escape command, but hey... I'm not a code (just an admin) so that's just how I would fix it for my own ...
by lenwar
Sat Jan 09, 2010 5:37 pm
Forum: Support
Topic: Extracting does not always work
Replies: 2
Views: 2481

Extracting does not always work

Hi, I noticed that extracting does not always work properly. This happens when the downloaded (for example) .rar files have spaces in them. The files to be extracted should get " along with them. So: unrar -x "totally legal thing I downloaded.rar" in stead of unrar x totally legal thi...
by lenwar
Fri Apr 17, 2009 9:07 pm
Forum: Support
Topic: web UI crashes when adding a 2nd torrent.
Replies: 0
Views: 1457

web UI crashes when adding a 2nd torrent.

The following error occurs when I add a second .torrent file (using the web UI) - deluge 1.1.6 --Deluge Error-- Fault : <Fault 1: "<type 'exceptions.IndexError'>:address_v4 from unsigned long"> path : /index file : /usr/lib/python2.5/site-packages/deluge-1.1.6-py2.5-linux-x86_64.egg/deluge...
by lenwar
Tue Feb 10, 2009 4:04 pm
Forum: Development
Topic: 1.0 WebUi
Replies: 49
Views: 49211

Re: 1.0 WebUi

Trying to start the client in the current svn (revision 4643): [INFO ] 17:01:45 main:113 Deluge ui 1.2.0-dev [DEBUG ] 17:01:45 main:114 options: {'loglevel': 'debug', 'default_ui': None, 'args': None, 'quiet': False, 'ui': 'web', 'logfile': '/var/log/deluge/deluge', 'config': None} [DEBUG ] 17:01:45...
by lenwar
Sat Dec 27, 2008 3:07 pm
Forum: Support
Topic: Howto: Proxying deluge web client to Apache via mod_proxy
Replies: 45
Views: 127493

Re: Howto: Proxying deluge web client to Apache via mod_proxy

(using latest SVN 4247) Works like a charm except for the status icons... They lack the /deluge/-part in the URL's and give broken image-links. https://<domain>/pixmaps/all rather than https://<domain>/deluge/pixmaps/all Thanks for the report, i'll fix that. Any news on this one? :) My webserve's l...
by lenwar
Sat Dec 06, 2008 6:08 pm
Forum: Support
Topic: Howto: Proxying deluge web client to Apache via mod_proxy
Replies: 45
Views: 127493

Re: Howto: Proxying deluge web client to Apache via mod_proxy

Yes, you can use https to your apache-server and use the mod_proxy module locally on the same box with http.

web --https--> apache --http--> deluge-web-ui
by lenwar
Sat Nov 22, 2008 11:04 am
Forum: Support
Topic: Howto: Proxying deluge web client to Apache via mod_proxy
Replies: 45
Views: 127493

Re: Howto: Proxying deluge web client to Apache via mod_proxy

(using latest SVN 4247)
Works like a charm except for the status icons... They lack the /deluge/-part in the URL's and give broken image-links.
https://<domain>/pixmaps/all rather than https://<domain>/deluge/pixmaps/all