Deluge no longer starts up

Specific support for Deluge on Microsoft Windows OS
Post Reply
DeadMansChest

Deluge no longer starts up

Post by DeadMansChest »

I've been using Deluge for quite some time now but recently the client just flat out refuses to start up.

I've tried uninstalling, reinstalling, rebooting my laptop, clearing my user settings in appdata/roaming, turned off my firewall and AV but nothing seems to work.

As far as logs go, this is about all I could ever muster out of it:

Using "debug" through the cmd:

Code: Select all

C:\Program Files (x86)\Deluge>deluge-debug.exe -L debug
[INFO    ] 14:49:18 main:125 Deluge ui 1.3.12
[DEBUG   ] 14:49:18 main:126 options: {'loglevel': 'debug', 'default_ui': None,
'args': None, 'quiet': False, 'ui': None, 'logfile': None, 'config': None}
[DEBUG   ] 14:49:18 main:127 args: []
[DEBUG   ] 14:49:18 main:128 ui_args: []
[INFO    ] 14:49:18 main:131 Starting ui..
[DEBUG   ] 14:49:18 ui:129 UI init..
[DEBUG   ] 14:49:18 configmanager:111 Getting config 'ui.conf'
[DEBUG   ] 14:49:18 config:197 Setting 'default_ui' to gtk of <type 'str'>
[DEBUG   ] 14:49:18 config:391 Config C:\Users\Alex\AppData\Roaming\deluge\ui.conf version: 1.1 loaded: {'default_ui': u'gtk'}
[INFO    ] 14:49:18 ui:148 Starting GtkUI..
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\main.py", line 132, in start_ui
  File "deluge\ui\ui.py", line 149, in __init__
  File "deluge\ui\gtkui\__init__.py", line 1, in <module>
  File "deluge\ui\gtkui\gtkui.py", line 50, in <module>
  File "twisted/internet/gtk2reactor.py", line 109, in portableInstall
  File "twisted/internet/gtk2reactor.py", line 89, in __init__
  File "twisted/internet/_glibbase.py", line 348, in __init__
  File "twisted/internet/selectreactor.py", line 72, in __init__
  File "twisted/internet/base.py", line 499, in __init__
  File "twisted/internet/posixbase.py", line 284, in installWaker
  File "twisted/internet/posixbase.py", line 79, in __init__
  File "socket.py", line 228, in meth
socket.error: [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge no longer starts up

Post by Cas »

It is a low-level python error so nothing to do with Deluge and points to a network setup issue on your machine. Something like this: http://stackoverflow.com/a/2923771/175584
Post Reply