How to figure out my error type?
#1
I'm using xbmc json/rpc in my android app, every now and then i got error that i can't figure out it's reason because it is represented in Error Codes, for example I'm now getting the following error and don't know how to deal with:

Code:
{"error":{"code":-32603,"message":"Internal error."},"id":1,"jsonrpc":"2.0"}

So, how to get the error reason from the attached code(like -32603), or if there is another way what's that way?
Reply
#2
-32603 means "Internal error" which is what the "message" already tells you.

You'll have to provide the exact request that causes this error.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply

Logout Mark Read Team Forum Stats Members Help
How to figure out my error type?0