Transmission not working 1.12.0
Moderator: Moderators
Re: Transmission not working 1.12.0
See where you have the .json file and delete the file there (but you must stop the daemon first, otherwise the daemon will save your configuration as it was!)
The .json configuration file can be found in the directory here:
option config_dir '/tmp/transmission'
The .json configuration file can be found in the directory here:
option config_dir '/tmp/transmission'
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Re: Transmission not working 1.12.0
I've stopped the transmission, deleted the file from /tmp/usb_mount/0fc81890-01/transmission/settings.json and started the transmission. The file is the same as before.RomanHK wrote: ↑Tue Feb 25, 2020 6:23 amSee where you have the .json file and delete the file there (but you must stop the daemon first, otherwise the daemon will save your configuration as it was!)
The .json configuration file can be found in the directory here:
option config_dir '/tmp/transmission'
Re: Transmission not working 1.12.0
Practically this is not possible. The .json file is generated from /etc/config/transmission using the /etc/init.d/transmission startup script.
Do you run it like this? /etc/init.d/transmission start
Do you run it like this? /etc/init.d/transmission start
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Re: Transmission not working 1.12.0
Hmmm, then only proceed as follows:
1. Edit the /etc/config/transmission file as required
2. Delete the .json file
3. Restart the router
1. Edit the /etc/config/transmission file as required
2. Delete the .json file
3. Restart the router
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Re: Transmission not working 1.12.0
Paste the entire configuration file from /etc/config/transmission here (if you have passwords there, delete them here).
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Re: Transmission not working 1.12.0
I've restored the default settings and reinstalled everything. configured with the default +user and pw added. now it's working fine. Thanks for your time and help!Much appreciated!
Re: Transmission not working 1.12.0
Now I have noticed that this line is wrong:
option rpc_url '/transmission/
( viewtopic.php?p=55706#p55706 )
You miss the character ' and it will do the wrong configuration at the end, it will probably be the problem - beware of these manual typos!
O.K., especially it goes, good luck with torrents ...
option rpc_url '/transmission/
( viewtopic.php?p=55706#p55706 )
You miss the character ' and it will do the wrong configuration at the end, it will probably be the problem - beware of these manual typos!
O.K., especially it goes, good luck with torrents ...
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Re: Transmission not working 1.12.0
Thank you!RomanHK wrote: ↑Tue Feb 25, 2020 8:24 amNow I have noticed that this line is wrong:
option rpc_url '/transmission/
( viewtopic.php?p=55706#p55706 )
You miss the character ' and it will do the wrong configuration at the end, it will probably be the problem - beware of these manual typos!
O.K., especially it goes, good luck with torrents ...