I am still using ROS 6.49.19 and I am trying to do a simple thing. Not so simple for me unfortunately. Long story short. I want to reset time on my LG TV developer mode session via link and I want to do that repeatedly using my Mikrotik.
Its LG developer mode on LG TV which has to be enabled If you want to install external application which are not at LG store. I need to extend the time via link automatically otherwise the app will be deleted after developer time session expire (Default is 999h).
BUT I am strugling with policy. When I give to script and scheduler "all" policy (policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon) it works. When I give just policy=test it doesnt work. I read that for fetch only policy=test is needed.
I don't have V6 test system, but in V7 it's generally perfered to use output=none instead of keep-results=no. AFAIK it does not hurt to provide them both if you're trying to troubleshoot, so you can try at the end of you're fetch. As "double protection" that it should not write any output (which you'd need write permissions).
I still think issue is the read rights, since I have to imagine keep-results=no does what it says.