1. No user installed addons are supported, python or otherwise.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again

Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.

Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.

Team MrMC.

official kodi remote for iOS

Stuff that doesn't belong anywhere else
cosmoxl
Posts: 1759
Joined: 12 Dec 2015, 14:16

official kodi remote for iOS

Post by cosmoxl »

I just updated to the latest version of kodi's remote app and suddenly long-pressing the "i" no longer brings up codec info. :(
cosmoxl
Posts: 1759
Joined: 12 Dec 2015, 14:16

Re: official kodi remote for iOS

Post by cosmoxl »

tried to use curl on windows to issue the command for codec info and got this error.

{"error":{"code":-32700,"message":"Parse error."},"id":null,"jsonrpc":"2.0"}
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: official kodi remote for iOS

Post by davilla »

curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"Input.ShowCodec","id":1}' http://192.168.2.93:8080/jsonrpc
cosmoxl
Posts: 1759
Joined: 12 Dec 2015, 14:16

Re: official kodi remote for iOS

Post by cosmoxl »

davilla wrote:curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"Input.ShowCodec","id":1}' http://192.168.2.93:8080/jsonrpc
that's what I tried, changing IP address of course. any help in understanding that error?

or do you know why the app doesn't work anymore?
User avatar
amet
Team MrMC
Posts: 3787
Joined: 26 Oct 2015, 16:59
Location: Dubai/Novi Sad

Re: official kodi remote for iOS

Post by amet »

Do you see any error in debuglog when you issue that from windows?
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: official kodi remote for iOS

Post by davilla »

I use it all the time from osx/linux, never fails.
cosmoxl
Posts: 1759
Joined: 12 Dec 2015, 14:16

Re: official kodi remote for iOS

Post by cosmoxl »

http://pastebin.com/nbiA9mLi

near the end of the log there is just one line about failing to parse the command
cosmoxl
Posts: 1759
Joined: 12 Dec 2015, 14:16

Re: official kodi remote for iOS

Post by cosmoxl »

22:26:09 T:6141276160 DEBUG: JSONRPC: Value does not match any of the enum values in type action

that's the line in the log that corresponds with long-pressing i in the remote app.
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: official kodi remote for iOS

Post by davilla »

Debug Print: JSONRPC: Incoming request: {"jsonrpc":"2.0","method":"Input.ShowCodec","id":1}
cosmoxl
Posts: 1759
Joined: 12 Dec 2015, 14:16

Re: official kodi remote for iOS

Post by cosmoxl »

davilla wrote: 03 Mar 2017, 04:37 Debug Print: JSONRPC: Incoming request: {"jsonrpc":"2.0","method":"Input.ShowCodec","id":1}
you find anything out about this not working from windows curl?
Post Reply