V 1.3.13 can't get css to show up when using https and url base

Specific support for Deluge on Microsoft Windows OS
Post Reply
patman9

V 1.3.13 can't get css to show up when using https and url base

Post by patman9 »

When setting up for the deluge daemon to run over https and with the prefix "/del" or "/del/" I can get the page to load but all requests to /del/css /del/images/ and /del/icons return 500 errors. Everything else on the page loads more or less fine but It's hard to navigate and looks like crap. Nginx isn't showing any errors the proxy pass is showing that deluge itself is returning the 500 errors. Phsyically navigating to the file https://example.com/del/css/deluge.css shows the following:

Code: Select all

web.Server Traceback (most recent call last):
exceptions.IOError: [Errno 2] No such file or directory: 'f:\\program files (x86)\\deluge\\deluge-1.3.13-py2.7.egg\\deluge\\ui\\web\\css\\'
twisted/web/server.py:183 in process
182
183
184
twisted/web/server.py:234 in render
233
234
235
deluge\ui\web\server.py:285 in render
284
285
286
exceptions.IOError: [Errno 2] No such file or directory: 'f:\\program files (x86)\\deluge\\deluge-1.3.13-py2.7.egg\\deluge\\ui\\web\\css\\'
Obviously I've made sure that the files exists. And to further verify, if I disable the base in web.conf I can view it locally at https://ip:port/ and then when I try to view https://example.com/del I still get 500 errors on the css with the domain. I'm not sure which is actually closer to what I want to be able to do. Any advice?
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: V 1.3.13 can't get css to show up when using https and url base

Post by Cas »

The only advice I can offer is not to use base option and see http://dev.deluge-torrent.org/wiki/User ... verseProxy
Post Reply