Advertisement
Wuolennaj

XBMC in iMon display error

Mar 5th, 2012
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. 5-3-2012 22:36:26 [XBMC] Error while calling JSON RPC method "Player.GetActivePlayers"
  2. InvalidCastException: Unable to cast object of type 'Newtonsoft.Json.Linq.JArray' to type 'Newtonsoft.Json.Linq.JValue'.
  3. at Newtonsoft.Json.Linq.Extensions.Convert[T,U](T token, Boolean cast)
  4. at Newtonsoft.Json.Linq.Extensions.Convert[T,U](T token)
  5. at Newtonsoft.Json.Linq.Extensions.Value[T,U](IEnumerable`1 value)
  6. at Newtonsoft.Json.Linq.Extensions.Value[U](IEnumerable`1 value)
  7. at XBMC.JsonRpc.JsonRpcClient.parseResponse(StreamReader reader)
  8. at XBMC.JsonRpc.JsonRpcClient.Call(String method, Object args)
  9. 5-3-2012 22:36:26 [XBMC] Player.GetActivePlayers(): Invalid response
  10. 5-3-2012 22:36:26 [XBMC] {
  11. "code": -32601,
  12. "message": "Method not found."
  13. }
  14. 5-3-2012 22:36:26 [XBMC] Error while calling JSON RPC method "System.GetInfoLabels"
  15. JsonRpcErrorException: Method not found.
  16. at XBMC.JsonRpc.JsonRpcClient.parseError(JObject error)
  17. at XBMC.JsonRpc.JsonRpcClient.parseResponse(StreamReader reader)
  18. at XBMC.JsonRpc.JsonRpcClient.Call(String method, Object args)
  19. 5-3-2012 22:36:26 [XBMC] System.GetInfoLabels(System.Time(hh), System.Time(mm), System.Time(ss)): invalid response
  20. 5-3-2012 22:36:26 [XBMC] Could not get current time
  21. KeyNotFoundException: The given key was not present in the dictionary.
  22. at System.ThrowHelper.ThrowKeyNotFoundException()
  23. at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
  24. at iMon.XBMC.XbmcHandler.xbmcConnected(Object sender, EventArgs e)
  25. 5-3-2012 22:36:26 [XBMC] {
  26. "code": -32601,
  27. "message": "Method not found."
  28. }
  29. 5-3-2012 22:36:26 [XBMC] Error while calling JSON RPC method "System.GetInfoLabels"
  30. JsonRpcErrorException: Method not found.
  31. at XBMC.JsonRpc.JsonRpcClient.parseError(JObject error)
  32. at XBMC.JsonRpc.JsonRpcClient.parseResponse(StreamReader reader)
  33. at XBMC.JsonRpc.JsonRpcClient.Call(String method, Object args)
  34. 5-3-2012 22:36:26 [XBMC] System.GetInfoLabels(System.BuildVersion): invalid response
  35. 5-3-2012 22:36:26 [XBMC] {
  36. "code": -32601,
  37. "message": "Method not found."
  38. }
  39. 5-3-2012 22:36:26 [XBMC] Error while calling JSON RPC method "System.GetInfoLabels"
  40. JsonRpcErrorException: Method not found.
  41. at XBMC.JsonRpc.JsonRpcClient.parseError(JObject error)
  42. at XBMC.JsonRpc.JsonRpcClient.parseResponse(StreamReader reader)
  43. at XBMC.JsonRpc.JsonRpcClient.Call(String method, Object args)
  44. 5-3-2012 22:36:26 [XBMC] System.GetInfoLabels(System.BuildDate): invalid response
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement