need help pls with plugin for "deluge"

Status
Not open for further replies.

Dam0

Cadet
Joined
Oct 14, 2018
Messages
5
got the addon installed fine, web-gui access was fine, setup mount points fine, then setup self signed ssl cert and key files, and "tried" to link them using the webgui.

now, web-gui closes on start of plugin and displays

Code:
deluge syslogd: exiting on signal 15


when i start deluge via ssh, i get this gem...

Code:
root@deluge:~ # deluge
[ERROR   ] 17:28:13 ui:171 No module named gobject
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/deluge/ui/ui.py", line 152, in __init__
	from deluge.ui.gtkui.gtkui import GtkUI
  File "/usr/local/lib/python2.7/site-packages/deluge/ui/gtkui/__init__.py", line 1, in <module>
	from gtkui import start
  File "/usr/local/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 37, in <module>
	import gobject
ImportError: No module named gobject
[ERROR   ] 17:28:13 ui:172 There was an error whilst launching the request UI: gtk
[ERROR   ] 17:28:13 ui:173 Look at the traceback above for more information.
root@deluge:~ #


a small google and i find that gobject is not avail for python2.7 ??

any help will be much appreciated,

thx in advance,
Damien

sorry forgot, rc1
 

Dam0

Cadet
Joined
Oct 14, 2018
Messages
5
nm, found location for deluge

/usr/local/etc/deluge/ssl

copied cert and key file to correct location.
 
Status
Not open for further replies.
Top