eonpatapon/gnome-shell-extension-transmission-daemon

Not working, no meaningful message

Closed this issue · 7 comments

Hi,

gsetd doesn't work, and just says something like "can't connect to Transmission" (in French, so it's probably not the same message in English). It's got exactely the same settings as transmission-remote which works perfectly.
Maybe there should be a way to have more diagnostic when it doesn't work.
Bonus points for it to actually work out-of-the-box ;)

Here are the settings windows for gsetd and transmission-remote.
capture d cran de 2013-11-19 17 01 25
capture d cran de 2013-11-19 17 01 22

How have you done your SSL configuration on the server ?

Le dimanche 16 mars 2014 à 03:42 -0700, Jean-Philippe Braun a écrit :

How have you done your SSL configuration on the server ?

Plain daemon on port 9099, then an stunnel daemon forwarding from port
9091 to port 9099.
Here's an excerpt of stunnel's config:

[transmission]
accept = 9091
connect = 9099

and transmission's relevant part:

"rpc-port": 9099,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,

HTH,
Xav

Ok. I have to add an option to enable SSL and I think it will work for you.

Le dimanche 16 mars 2014 à 07:49 -0700, Jean-Philippe Braun a écrit :

Ok. I have to add an option to enable SSL and I think it will work for
you.

Thanks !
Is there an easy way to update extensions ?

Xav

You'll need to test using git because I didn't upload the extention update to extensions.gnome.org yet.

Let me know

Latest version is now on extensions.gnome.org, it should work with your SSL configuration (just check use SSL in the preferences)

BTW yes it did work. Thanks !