Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Solved Runscript from a JSON Command
#16
(2020-11-02, 20:45)black_eagle Wrote:
(2020-11-02, 19:42)[email protected] Wrote:  
(2020-11-02, 19:42)[email protected] Wrote: What then remove it altogether?

Yes.  Or at least, it is not part of the parameters so I don't think it should be there.  However, as I don't use Yatse, I could be totally wrong as I don't know how it implements it's JSON calls but I would imagine it sets the id itself.

I tried removing, no dice.  Still does not work.

I get this error:
 {"error":{"code":-32601,"message":"Method not found."},"id":1604345002073,"jsonrpc":"2.0"}
Reply
#17
Yes, that means the method is wrong.  Try Input.ExecuteAction as the method and "action":"pagedown" for the params.  The actual line would be
json:
{"jsonrpc": "2.0", "id": 1, "method":"Input.ExecuteAction", "params":{"action":"pagedown"}}
Learning Linux the hard way !!
Reply
#18
Yatse has its own support community forum. I'd suggest asking there...
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#19
(2020-11-02, 21:58)black_eagle Wrote: Yes, that means the method is wrong.  Try Input.ExecuteAction as the method and "action":"pagedown" for the params.  The actual line would be
json:
{"jsonrpc": "2.0", "id": 1, "method":"Input.ExecuteAction", "params":{"action":"pagedown"}}

still a no go.  I can't believe there is not a list somewhere of the specific syntax Yatse requires
Reply
#20
(2020-11-03, 00:05)DarrenHill Wrote: Yatse has its own support community forum. I'd suggest asking there...

tried that as well
Reply
#21
Yatse is not our product, nor is it supported or endorsed by Team Kodi.

Whilst you're welcome to ask the community here about it, any shortcomings in it or its documentation are not down to us. Hence my previous suggestion, to ask those who are actually responsible for it.
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#22
ok now it works

Method: Input.ExecuteAction
Params: {"action":"pagedown"}

Thank you
Reply
#23
Thread marked solved.
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply

Logout Mark Read Team Forum Stats Members Help
Runscript from a JSON Command0