Dear Maintainer,
Suddenly transmission-remote-gtk refuses to start. The error message I can see
is
ERROR **: JSON decoding error: <data>:1:1493: Parse error: unexpected character
`}', expected character `,'
I tried to remove the config.json file and generate a new one.
Once without config file, the program starts and I try to configure the
connection. Applying the new configuration and pressing the "connect" button
gcauses the program to stop/crash and the JSON parsing error to be shown again.
Inlined the config.json file created by thep program.
{
"profiles" : [
{
"profile-name" : "Default",
"hostname" : "10.10.10.2",
"port" : 9091,
"rpc-url-path" : "/transmission/rpc",
"username" : "",
"password" : "",
"auto-connect" : true,
"ssl" : false,
"timeout" : 40,
"retries" : 3,
"update-active-only" : false,
"activeonly-fullsync-enabled" : false,
"activeonly-fullsync-every" : 2,
"update-interval" : 3,
"min-update-interval" : 3,
"session-update-interval" : 60,
"exec-commands" : [
],
"destinations" : [
]
}
],
"profile-id" : 0,
"tree-views" : {
"TrgTorrentTreeView" : {
},
"TrgTrackersTreeView" : {
},
"TrgFilesTreeView" : {
},
"TrgPeersTreeView" : {
}
},
"start-paused" : false,
"add-options-dialog" : true,
"delete-local-torrent" : false,
"show-state-selector" : true,
"filter-dirs" : true,
"filter-trackers" : true,
"show-notebook" : false,
"system-tray" : false,
"system-tray-minimise" : false,
"add-notify" : false,
"complete-notify" : false
}