Posts: 41
Joined: Jun 2012
Reputation:
0
Thanks Pghpunkid for your examples....the examples on the wiki are not as straightforward for the less technically minded!
Only problem is...when I tried them thorugh the web browser I get this message returned regardless to the example I use:
"JSONRPC active and working"
Any idea why it's returning this instead of what's been requesting? I've selected all the options in XBMC network-settings.
Posts: 5,184
Joined: Jan 2009
Reputation:
131
You're version of XBMC is probably too old and doesn't support JSON-RPC requests using HTTP GET (only POST). Otherwise it should return the whole JSON schema API description if you just do a HTTP GET request to http://<ip>:<port>/jsonrpc.
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.
Posts: 5,184
Joined: Jan 2009
Reputation:
131
Did you actually MD5 encode your password or did you just add "encryption": "md5"?
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.
Posts: 5,184
Joined: Jan 2009
Reputation:
131
It should but TBH I didn't write the code and I've never used XBMC profiles in my life so I'd have to take some time to look into it. Did it work with the encoded password?
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.
Posts: 254
Joined: May 2011
Reputation:
2
yallah
Senior Member
Posts: 254
{"jsonrpc":"2.0","method":"Profiles.LoadProfile","params":{"profile":"Master%20user","password":{"value":"827ccb0eea8a706c4c34a16891f84e7b","encryption":"md5"}},"id":1}
same issue ://
Posts: 17,859
Joined: Jul 2011
Reputation:
371
Please start a new thread..... This has nothing to do with examples anymore
(can a mod split this into a new one? )
Posts: 1
Joined: Jun 2014
Reputation:
0
Example for turning off system?