Skip to content

Can't exit transmission cleanly when using custom RPC settings #80

@gxfxyz

Description

@gxfxyz

I noticed my transmission won't save setting changes made via the GUI to the settings.json file when stopping the container.

After some digging, I found out it's because I have some custom RPC settings in my settings.json.

This container uses /usr/bin/transmission-remote --exit command to exit transmission cleanly via RPC protocol. But it won't work if the default related RPC settings have changed.

  1. Change rpc-port from 9091 to something else:

Screen Shot 2019-08-21 at 12 52 31

  1. Enable rpc-authentication-required:

Screen Shot 2019-08-21 at 12 53 37

Have to disable rpc-authentication-required to make it work:

Screen Shot 2019-08-21 at 13 02 37

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions