Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (628 - 630 of 2449)

Ticket Resolution Summary Owner Reporter
#2819 Fixed Handle second instance of WebUI nicely Calum
Description

If you run a second instance of deluge-web it fails with an exception log, we should handle this in a nicer manner.

20:26:26.566 [ERROR   ][deluge.ui.web.web             :107 ] Couldn't listen on 0.0.0.0:8112: [Errno 98] Address already in use.
Traceback (most recent call last):
  File "~/deluge/deluge/ui/web/web.py", line 105, in run
    self.server.start()
  File "~/deluge/deluge/ui/web/server.py", line 617, in start
    self.start_normal()
  File "~/deluge/deluge/ui/web/server.py", line 625, in start_normal
    self.socket = reactor.listenTCP(self.port, self.site, interface=self.interface)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 478, in listenTCP
    p.startListening()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 984, in startListening
    raise CannotListenError(self.interface, self.port, le)
CannotListenError: Couldn't listen on 0.0.0.0:8112: [Errno 98] Address already in use.
Traceback (most recent call last):
  File "~/delugeDev/deluge-web", line 9, in <module>
    load_entry_point('deluge==1.4.0.dev629', 'console_scripts', 'deluge-web')()
  File "~/deluge/deluge/ui/web/__init__.py", line 5, in start
    Web().start()
  File "~/deluge/deluge/ui/web/web.py", line 109, in start
    run_profiled(run, output_file=self.options.profile, do_profile=self.options.profile)
  File "~/deluge/deluge/common.py", line 1038, in run_profiled
    return func(*args)
  File "~/deluge/deluge/ui/web/web.py", line 105, in run
    self.server.start()
  File "~/deluge/deluge/ui/web/server.py", line 617, in start
    self.start_normal()
  File "~/deluge/deluge/ui/web/server.py", line 625, in start_normal
    self.socket = reactor.listenTCP(self.port, self.site, interface=self.interface)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 478, in listenTCP
    p.startListening()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 984, in startListening
    raise CannotListenError(self.interface, self.port, le)
twisted.internet.error.CannotListenError: Couldn't listen on 0.0.0.0:8112: [Errno 98] Address already in use.
#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.
#2841 Fixed Webui prefs plugin install button broken DjLegolas Calum
Description

TypeError: Deluge.add.FileWindow is undefined

This is due to the removal of add.FileWindow when the Add Torrent dialog was refactored.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.