Custom Query (2447 matches)
Results (22 - 24 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2817 | Duplicate | Can't open torrent file that has characters other than English | ||
Description |
Can't open torrent file that has characters other than English Copy any Chinese, Korean or Japanese characters from any website and paste it in the file name. And try double clicking it. Deluge cannot add the files. |
|||
#2819 | Fixed | Handle second instance of WebUI nicely | ||
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. |
|||
#2821 | Fixed | [GtkUI] AttributeError starting GtkUI on windows | ||
Description |
E:\Program Files (x86)\Deluge>deluge-debug Traceback (most recent call last): File "<string>", line 6, in <module> File "__main__.py", line 128, in <module> File "__main__deluge-debug__.py", line 9, in <module> File "deluge\ui\ui_entry.py", line 57, in start_ui File "deluge\ui\baseargparser.py", line 150, in parse_args AttributeError: 'BaseArgParser' object has no attribute 'process_group' |
Note:
See TracQuery
for help on using queries.