rndusr / stig

TUI and CLI for the BitTorrent client Transmission
GNU General Public License v3.0
554 stars 24 forks source link

can't connect to tranmission-daemon #191

Closed ralyodio closed 3 years ago

ralyodio commented 3 years ago

Error:

18:26:21.243: [client.aiotransmission.rpc] Caught during connection test: ConnectionError('Failed to connect: http://localhost:9093/transmission/rpc')

transmissionrc

  1 [Connection]
  2 password = asdfasdf
  3 username = transmission
  4 port = 9093
  5 host = localhost
  6 path = /transmission/rpc
  7 ssl = False

stigrc:

  1 # Host that runs Transmission daemon
  2 set connect.host localhost
  3 set connect.port 9093
  4 set connect.user transmission
  5 set connect.password asdfasdf

I am not sure if its set connet.user as i don't see it documented anywhere.

rndusr commented 3 years ago

I don't see why that wouldn't work.

ralyodio commented 3 years ago

so i forgot (this drives me nuts everytime) that transmission-daemon will overwrite settings.json on quit.