Deluge.app (GTK-OSX based)

Support for Deluge on Apple Mac OS
arugula-375
New User
New User
Posts: 3
Joined: Tue Nov 01, 2011 2:06 pm

Re: Deluge.app build using GTK-OSX **Test Release Available*

Post by arugula-375 »

Lol, I cannot believe I didn't know about the Cmd+H (Hide) functionality.
Somehow I always thought that this was just a sinonym for windows's 'minimize'.
That solves all the problems ;)
pauligrinder
New User
New User
Posts: 5
Joined: Mon Aug 01, 2011 6:15 pm

Re: Deluge.app build using GTK-OSX **Test Release Available*

Post by pauligrinder »

Massive thanks, carbncl! Works flawlessly so far!

I was just getting depressed as my MacPorts upgrade of Deluge failed, so I decided to check the forum for a solution ... And what did I find? Something 10 000 times better :) Once again, thanks, this totaly made my day :mrgreen:

I'm running it as client only, connecting to my Arch Linux server, which is running the latest version of Deluged. No problems so far, I didn't even have to configure it separately as it found my old macports-deluges configuration :)
Last edited by pauligrinder on Fri Nov 11, 2011 3:02 pm, edited 1 time in total.
allonblack
New User
New User
Posts: 9
Joined: Mon Nov 22, 2010 10:19 pm

Re: Deluge.app build using GTK-OSX **Test Release Available*

Post by allonblack »

I'm unable to connect to another server, nor able to launch the daemon on my local box using this. I'm running OSX Lion and the 1.3.3-2 package. Here's what I'm seeing:

Attempting to start the Daemon -

Code: Select all

11/11/11 6:50:45.613 AM [0x0-0x63f63f].org.deluge: nohup: deluged: No such file or directory
I looked in the package itself and noticed that there was no deluged.

Attempting to connect to a running server (My older 1.3.1 install on my Mac mini) -

Code: Select all

11/11/11 6:52:56.997 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:52:56.997 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/gtkui/connectionmanager.py", line 480, in on_button_connect_clicked
11/11/11 6:52:56.997 AM [0x0-0x641641].org.deluge:     client.disconnect().addCallback(do_connect)
11/11/11 6:52:56.998 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'addCallback'
11/11/11 6:52:57.795 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:52:57 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:57.795 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:52:57.795 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:52:57.795 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:52:57.795 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:57.795 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:52:57.795 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:52:57.795 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:52:57.795 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:57.797 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:52:57 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:57.797 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:52:57.797 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:52:57.797 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:52:57.797 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:57.797 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:52:57.797 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:52:57.797 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:52:57.797 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:58.806 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:52:58 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:58.806 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:52:58.806 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:52:58.806 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:52:58.806 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:58.806 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:52:58.806 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:52:58.806 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:52:58.806 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:58.806 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:52:58 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:58.806 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:52:58.806 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:52:58.806 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:52:58.806 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:58.807 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:52:58.807 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:52:58.807 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:52:58.807 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:58.807 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:52:58 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:58.807 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:52:58.807 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:52:58.807 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:52:58.807 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:58.807 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:52:58.807 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:52:58.807 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:52:58.807 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:59.797 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:52:59 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:59.797 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:52:59.797 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:52:59.797 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:52:59.797 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:52:59.797 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:52:59.797 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:52:59.797 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:52:59.797 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:01.794 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:53:01 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:01.794 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:01.794 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:53:01.794 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:53:01.794 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:01.794 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:53:01.794 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:53:01.794 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:01.794 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:01.797 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:53:01 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:01.797 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:01.797 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:53:01.797 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:53:01.797 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:01.797 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:53:01.797 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:53:01.797 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:01.797 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:53:01 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:53:01 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:53:01 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:01.806 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:53:01.807 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:53:01.807 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:01.807 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:03.798 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:53:03 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:03.798 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:03.798 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:53:03.798 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:53:03.798 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:03.798 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:53:03.798 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:53:03.798 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:03.798 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:04.806 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:53:04 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:04.806 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:04.806 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:53:04.806 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:53:04.806 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:04.807 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:53:04.807 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:53:04.807 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:04.807 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:04.807 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:53:04 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:04.807 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:04.807 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:53:04.807 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:53:04.807 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:04.807 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:53:04.807 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:53:04.807 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:04.807 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:04.808 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:53:04 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:04.808 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:04.808 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:53:04.808 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:53:04.808 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:04.808 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:53:04.808 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:53:04.808 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:04.808 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:05.794 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:53:05 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:05.794 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:05.794 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:53:05.794 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:53:05.794 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:05.794 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:53:05.794 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:53:05.794 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:05.794 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:05.797 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:53:05 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:05.797 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:05.797 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:53:05.797 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:53:05.797 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:05.797 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:53:05.797 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:53:05.797 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:05.797 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:07.798 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:53:07 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:07.798 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:07.798 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:53:07.798 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:53:07.798 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:07.798 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:53:07.798 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:53:07.798 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:07.798 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:07.806 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:53:07 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:07.806 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:07.806 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:53:07.806 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:53:07.806 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:53:07 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: [ERROR   ] 06:53:07 __init__:1164 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/client.py", line 452, in call
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge:     m = self.__daemon.rpcserver.get_object_method(method)
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: Unhandled error in Deferred:
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: Unhandled Error
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: Traceback (most recent call last):
11/11/11 6:53:07.807 AM [0x0-0x641641].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
Would appreciate any assistance, this is a brilliant project and about the only thing that's keeping me considering Deluge any longer.

Cheers!
carbncl
Leecher
Leecher
Posts: 92
Joined: Sun Nov 28, 2010 7:36 pm

Re: Deluge.app build using GTK-OSX **Test Release Available*

Post by carbncl »

allonblack wrote:I'm unable to connect to another server, nor able to launch the daemon on my local box using this. I'm running OSX Lion and the 1.3.3-2 package. Here's what I'm seeing:
Attempting to start the Daemon -

Code: Select all

11/11/11 6:50:45.613 AM [0x0-0x63f63f].org.deluge: nohup: deluged: No such file or directory
I looked in the package itself and noticed that there was no deluged.
How do you try to start the daemon? Did you try classic mode? (Classic mode works for me)
allonblack wrote:Attempting to connect to a running server (My older 1.3.1 install on my Mac mini) -
Would appreciate any assistance, this is a brilliant project and about the only thing that's keeping me considering Deluge any longer.
I mostly use Deluge to connect to a remote linux server... which also works for me...
What's your client OS version / architecture (CPU, i386 or x86_64?)
Could you please activate debug log and repost logs? (by uncommenting the end of script : Deluge.app/Contents/MacOS/Deluge , adding -L debug)
allonblack
New User
New User
Posts: 9
Joined: Mon Nov 22, 2010 10:19 pm

Re: Deluge.app build using GTK-OSX **Test Release Available*

Post by allonblack »

carbncl wrote:
allonblack wrote:I'm unable to connect to another server, nor able to launch the daemon on my local box using this. I'm running OSX Lion and the 1.3.3-2 package. Here's what I'm seeing:
Attempting to start the Daemon -

Code: Select all

11/11/11 6:50:45.613 AM [0x0-0x63f63f].org.deluge: nohup: deluged: No such file or directory
I looked in the package itself and noticed that there was no deluged.
How do you try to start the daemon? Did you try classic mode? (Classic mode works for me)
I'm opening connection manager and pressing "Start Daemon" with localhost selected.

I do see that simply adding a torrent to the client functions as expected.
carbncl wrote:
allonblack wrote:Attempting to connect to a running server (My older 1.3.1 install on my Mac mini) -
Would appreciate any assistance, this is a brilliant project and about the only thing that's keeping me considering Deluge any longer.
I mostly use Deluge to connect to a remote linux server... which also works for me...
What's your client OS version / architecture (CPU, i386 or x86_64?)
Could you please activate debug log and repost logs? (by uncommenting the end of script : Deluge.app/Contents/MacOS/Deluge , adding -L debug)
Mac OS X 10.7.2 (11C74) - 64-bit Kernel and Extensions: Yes

Code: Select all

11/13/11 10:31:14.277 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:14.277 AM [0x0-0x1a41a4].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/gtkui/connectionmanager.py", line 577, in on_hostlist_row_activated
11/13/11 10:31:14.333 AM [0x0-0x1a41a4].org.deluge:     self.on_button_connect_clicked()
11/13/11 10:31:14.333 AM [0x0-0x1a41a4].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/gtkui/connectionmanager.py", line 480, in on_button_connect_clicked
11/13/11 10:31:14.333 AM [0x0-0x1a41a4].org.deluge:     client.disconnect().addCallback(do_connect)
11/13/11 10:31:14.333 AM [0x0-0x1a41a4].org.deluge: AttributeError: 'NoneType' object has no attribute 'addCallback'
11/13/11 10:31:15.737 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:15.737 AM [0x0-0x1a41a4].org.deluge:   File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/gtkui/connectionmanager.py", line 480, in on_button_connect_clicked
11/13/11 10:31:15.737 AM [0x0-0x1a41a4].org.deluge:     client.disconnect().addCallback(do_connect)
11/13/11 10:31:15.738 AM [0x0-0x1a41a4].org.deluge: AttributeError: 'NoneType' object has no attribute 'addCallback'
11/13/11 10:31:15.995 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:15.995 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:15.995 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:15.995 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:15.997 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:15.997 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:15.997 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:15.997 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:15.997 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:15.997 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:15.997 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:15.997 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:15.997 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:15.998 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:15.998 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:15.998 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:17.933 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:17.933 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:17.933 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:17.933 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:17.935 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:17.935 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:17.935 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:17.935 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:18.945 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:18.945 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:18.945 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:18.945 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:18.945 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:18.945 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:18.945 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:18.945 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:18.946 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:18.946 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:18.946 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:18.946 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:19.935 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:19.935 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:19.935 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:19.935 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:21.933 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:21.933 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:21.933 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:21.933 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:21.934 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:21.934 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:21.934 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:21.934 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:21.947 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:21.947 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:21.947 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:21.947 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:21.947 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:21.947 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:21.947 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:21.947 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:21.947 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:21.947 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:21.947 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:21.947 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:23.936 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:23.936 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:23.936 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:23.936 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:24.945 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:24.945 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:24.945 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:24.945 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:24.945 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:24.945 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:24.945 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:24.945 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:24.946 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:24.946 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:24.946 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:24.946 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:25.932 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:25.932 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:25.932 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:25.932 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:25.935 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:25.935 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:25.935 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:25.935 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:27.936 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:27.936 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:27.936 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:27.936 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:27.945 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:27.945 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:27.945 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:27.945 [code]
AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:27.945 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:27.945 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:27.945 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:27.946 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
11/13/11 10:31:27.946 AM [0x0-0x1a41a4].org.deluge: Unhandled error in Deferred:
11/13/11 10:31:27.946 AM [0x0-0x1a41a4].org.deluge: Unhandled Error
11/13/11 10:31:27.946 AM [0x0-0x1a41a4].org.deluge: Traceback (most recent call last):
11/13/11 10:31:27.946 AM [0x0-0x1a41a4].org.deluge: Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
[/code]

Also I found this today as well -

When attempting to start the WebUI and then connect to it via http://localhost:8112 I receive this in the browser

Code: Select all

web.Server Traceback (most recent call last):
<type 'exceptions.ImportError'>: cannot import name cache

twisted/web/server.pyc, line 127 in process
125    N(R¸tappend(R"tcallback((stwisted/web/server.pyctnotifyOnExpire’scCsi|jj|j=x|jD]
126}|ƒqWg|_|jre|jjƒre|jjƒd|_ndS(s/
127    Expire/logout of the session.
128    N(R(tsessionsR“R¸RÁtactivetcancelR®(R"tc((stwisted/web/server.pycRÀ™s        
twisted/web/server.pyc, line 147 in render
145    rendered pages. Default to C{True}.
146  @ivar sessionFactory: factory for sessions objects. Default to L{Session}.
147  @ivar sessionCheckTime: Deprecated. See L{Session.sessionTimeout} instead.
148  iii<icCs2tjj|d|d|ƒi|_||_dS(s
Globals
Session	<class twisted.web.server.Session at 0x10ba816d0>
/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/web/server.py, line 573 in render
571    scripts.insert(0, "gettext.js")
572
573    template = Template(filename=rpath("index.html"))
574    request.setHeader("content-type", "text/html; charset=utf-8")
Locals
scripts	List instance @ 0x1087c2908
'gettext.js'
'js/ext-base.js'
'js/ext-all.js'
'js/ext-extensions.js'
'js/deluge-all.js'
request	
twisted.web.server.Request instance @ 0x1086e1638
<GET / HTTP/1.1>
Globals
rpath	function rpath in file /Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.3-py2.7.egg/deluge/ui/web/server.py at line 120
gettext	<module 'gettext' from '/Applications/Deluge.app/Contents/Resources/lib/python/gettext.pyc'>
Template	<class 'deluge.ui.web.common.Template'>
mako/template.pyc, line 224 in __init__
222identifiertlexertnodeRRtcidR.R?((smako/template.pycR&Ýs0                                                                                c
223Cs|j}t||d|jd|jd|jƒ}|jƒ}tj||j|d|j        d|j
224d|jd|jdt
225d|jd        |jƒ}tjd
mako/template.pyc, line 268 in _compile_from_file
266
267
268
269
mako/template.pyc, line 502 in _compile_text
500
501
502
503
_Applications_Deluge_app_Contents_Resources_lib_python2_7_deluge_1_3_3_py2_7_egg_deluge_ui_web_index_html, line 1 in
-1
0
1
2
<type 'exceptions.ImportError'>: cannot import name cache
carbncl
Leecher
Leecher
Posts: 92
Joined: Sun Nov 28, 2010 7:36 pm

Re: Deluge.app build using GTK-OSX **Test Release Available*

Post by carbncl »

allonblack wrote:I'm opening connection manager and pressing "Start Daemon" with localhost selected.
Ok I guess I understand what's going on... The real issue is that in classic mode, you should not be able to have access to connection manager.
Which is possible via OSX menubar because it is not "synced" with GTK one... Will look for a fix. And in classic mode:
  • You do not need to start local daemon, it is already started (just add a torrent... that should just work)
  • You can't connect to a remote server, getting such errors
So could try to uncheck classic mode in settings and then restart deluge... you should then be able to remote your mac mini.
allonblack wrote:When attempting to start the WebUI and then connect to it via http://localhost:8112 I receive this in the browser
Yup, WebUI doesn't work yet. Still got some work on this...
allonblack
New User
New User
Posts: 9
Joined: Mon Nov 22, 2010 10:19 pm

Re: Deluge.app build using GTK-OSX **Test Release Available*

Post by allonblack »

carbncl wrote: So could try to uncheck classic mode in settings and then restart deluge... you should then be able to remote your mac mini.
That fixed it. Thank you, that saves me a lot of effort of rebuilding Deluge for my new Lion install.
carbncl wrote:Yup, WebUI doesn't work yet. Still got some work on this...
Does this mean you're working on it? That's great news, I use the webUI a lot.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge.app build using GTK-OSX **Test Release Available*

Post by Cas »

carbncl wrote:Yup, WebUI doesn't work yet. Still got some work on this...
Whats the issue with the webui?
carbncl
Leecher
Leecher
Posts: 92
Joined: Sun Nov 28, 2010 7:36 pm

Re: Deluge.app build using GTK-OSX **Test Release Available*

Post by carbncl »

Cas wrote:Whats the issue with the webui?
From memory, current package miss some mako file (mako.cache I guess). That issue is already fixed, but not released yet.
I'm kinda stuck on 32bits packaging, and didn't have time recently to work on this.
Gordon67

Re: Deluge.app build using GTK-OSX **Test Release Available*

Post by Gordon67 »

Which version has a working webUI? I'm new to deluge and it seems to have all the features I need but without webUI it's not usable for me.
Locked