Settings.json overwritten on each launch or quit

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
jackxujh
Posts: 2
Joined: Fri Jan 19, 2018 5:28 pm

Settings.json overwritten on each launch or quit

Post by jackxujh »

I am using Transmission on a new Fedora Linux server. I don't know why, but Transmission seems to be working oddly on this machine.

First of all, some records in `settings.json` are shown twice. Like this:

Code: Select all

     "rpc-whitelist": "127.0.0.1",
    "rpc-whitelist": "127.0.0.1",
    "rpc-whitelist-enabled": false,
    "rpc-whitelist-enabled": true,
Second, when I launch Transmission or stop it via the command below, Transmission modifies settings.json. And the two records of rpc-whitelist-enabled are not consistent (as you can see from the digest of settings above), making it not possible to access the RPC page.

Code: Select all

# systemctl start/stop transmission-daemon
I don't know what is happening to Transmission? What should I do? Thanks!!
Nyaran
Posts: 2
Joined: Fri Jan 19, 2018 10:13 pm

Re: Settings.json overwritten on each launch or quit

Post by Nyaran »

Same problem here since yesterday. I tried removing duplicated lines from the json, but it appears again when I start transmission.
Nyaran
Posts: 2
Joined: Fri Jan 19, 2018 10:13 pm

Re: Settings.json overwritten on each launch or quit

Post by Nyaran »

Ok, so is Fedora compilation problem. Waiting for a new update. Thanks!
Post Reply