eonpatapon / gnome-shell-extension-transmission-daemon

gnome-shell indicator for transmission-daemon
40 stars 23 forks source link

Not working, no meaningful message #26

Closed bestouff closed 9 years ago

bestouff commented 10 years ago

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

eonpatapon commented 10 years ago

How have you done your SSL configuration on the server ?

bestouff commented 10 years ago

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

eonpatapon commented 10 years ago

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

bestouff commented 10 years ago

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
eonpatapon commented 10 years ago

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

Let me know

eonpatapon commented 10 years ago

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

bestouff commented 9 years ago

BTW yes it did work. Thanks !