Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (133 - 135 of 2447)

Ticket Resolution Summary Owner Reporter
#3261 Fixed web ui 'idna' codec failed Ilya Fedin
Description

After setting base path, I getting this error:

01:37:40 [CRITICAL][twisted                    :154 ] Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/twisted/protocols/basic.py", line 571, in dataReceived
    why = self.lineReceived(line)
  File "/usr/lib/python3/dist-packages/twisted/web/http.py", line 2013, in lineReceived
    self.allContentReceived()
  File "/usr/lib/python3/dist-packages/twisted/web/http.py", line 2104, in allContentReceived
    req.requestReceived(command, path, version)
  File "/usr/lib/python3/dist-packages/twisted/web/http.py", line 866, in requestReceived
    self.process()
--- <exception caught here> ---
  File "/usr/lib/python3/dist-packages/twisted/web/server.py", line 190, in process
    resrc = self.site.getResourceFor(self)
  File "/usr/lib/python3/dist-packages/twisted/web/server.py", line 826, in getResourceFor
    return resource.getChildForRequest(self.resource, request)
  File "/usr/lib/python3/dist-packages/twisted/web/resource.py", line 98, in getChildForRequest
    resource = resource.getChildWithDefault(pathElement, request)
  File "/usr/lib/python3/dist-packages/deluge/ui/web/server.py", line 585, in getChildWithDefault
    request.base = base.encode('idna')
builtins.UnicodeError: encoding with 'idna' codec failed (UnicodeError: label too long)
#324 WontFix WebUI hangs if there is not enough space to complete a download mvoncken OriginalP
Description

If there is not enough space on hard disk to complete a download, the web interface hangs when a torrent is started and an error occurs.

#2837 Fixed WebUI gettext created in setup.py at build time DjLegolas Calum
Description

Constantly keeping gettext.js updated is not ideal and it serves no purpose being in the git repo. Two things are need to

  • The gettext.js file should be created in setup.py, either as part of Translation build or WebUI build. This would require the gen_web_gettext.py to be added to manifest or code included in setup.py.
  • WebUI code needs to handle a missing gettext.js file.
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.