Page 2 of 2
Re: Deluge wont start
Posted: Mon Mar 18, 2013 12:08 pm
by bek
bek wrote:Cas wrote:Sorry I have no idea why you are facing that error. There is a reported
Twisted bug that is still open but we have never seen it reported before by Deluge users so not sure what to suggest.
What operating system are you using?
Well, I am not sure if it relates to the same problem, but if I can help to find what cause that, perfect!
I am using Windows 7 Professional x64
Deluge 1.3.6
Reinstalled yesterday the GTK
http://stackoverflow.com/questions/1648 ... cking-mode
Is this related to the same thing?
Re: Deluge wont start
Posted: Fri Mar 22, 2013 2:33 pm
by Cas
I did read several sources and it points to an issue in Python dealing with the error but it is so difficult to replicate and no-one has come up with a solution for Python 2.6/2.7 as far as I can see.
Re: Deluge wont start
Posted: Mon Mar 25, 2013 2:29 am
by bek
Cas wrote:I did read several sources and it points to an issue in Python dealing with the error but it is so difficult to replicate and no-one has come up with a solution for Python 2.6/2.7 as far as I can see.
Is there any way I can restore Pyton to it's default config or something ?
Re: Deluge wont start
Posted: Sat Apr 06, 2013 4:51 pm
by Cas
Re: Deluge wont start
Posted: Tue Apr 09, 2013 6:20 pm
by delusional
I'm running Win7 64-bit and am also experiencing the fact that deluge will not start.
Running the debugger in the command line gives me nothing. I've tried the version posted above with the same problems. I'd be more than happy to send you logs if you just tell me what to paste here
Re: Deluge wont start
Posted: Mon May 13, 2013 2:48 pm
by bek
I tried with that version,
Error still persists but with different line errno and a new error on last line!
Code: Select all
Traceback (most recent call last):
File "<string>", line 6, in <module>
File "__main__.py", line 128, in <module>
File "__main__deluge-debug__.py", line 8, in <module>
File "deluge\main.py", line 132, in start_ui
File "deluge\ui\ui.py", line 150, in __init__
File "deluge\ui\gtkui\gtkui.py", line 225, in __init__
File "deluge\ui\gtkui\ipcinterface.py", line 107, in __init__
File "twisted/internet/posixbase.py", line 489, in listenTCP
File "twisted/internet/tcp.py", line 991, in startListening
File "socket.py", line 224, in meth
socket.error [Errno 10035] Uma operação de socket sem bloqueio não pôde ser concluída imediatamente
Does that help in anything ?
Re: Deluge wont start
Posted: Wed May 15, 2013 1:55 am
by Cas
Re: Deluge wont start
Posted: Sat May 18, 2013 7:44 am
by bek
Same error with clean configs.
Even with full reinstall of deluge and clean settings.
Re: Deluge wont start
Posted: Sat Jun 15, 2013 6:53 pm
by osts
Has this problem been solved? I can not get running Deluge 1.3.6 on Win7 x64. I get the error:
Code: Select all
C:\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 8, in <module>
File "deluge\main.py", line 132, in start_ui
File "deluge\ui\ui.py", line 150, in __init__
File "deluge\ui\gtkui\gtkui.py", line 225, in __init__
File "deluge\ui\gtkui\ipcinterface.py", line 107, in __init__
File "twisted/internet/posixbase.py", line 476, in listenTCP
File "twisted/internet/tcp.py", line 980, in startListening
File "<string>", line 1, in getsockname
socket.error: [Errno 10035] A non-blocking socket operation could not be complet
ed immediately.
I've tried several versions of the Deluge, and the GTK.
Perhaps the reason is that it is also installed Gimp 2.8.2 (conflict with GIMP Python version)?
Re: Deluge wont start
Posted: Sat Jun 15, 2013 8:13 pm
by Cas
No this an error in Twisted and there is no current solution.