Advertisement
Guest User

XBMC on iMON debug log

a guest
Apr 2nd, 2013
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.35 KB | None | 0 0
  1. 3/04/2013 3:42:47 PM [GUI] Settings successfully applied to the GUI
  2. 3/04/2013 3:42:47 PM [GUI] Setting up iMON
  3. 3/04/2013 3:42:47 PM [Display Handler] Start working
  4. 3/04/2013 3:42:47 PM [GUI] Setting up XBMC connection to 192.168.1.1:8090
  5. 3/04/2013 3:42:47 PM [GUI] Auto-connecting to XBMC at startup
  6. 3/04/2013 3:42:47 PM [XBMC] XbmcJsonRpcConnection.IsAlive
  7. 3/04/2013 3:42:47 PM [GUI] Asynchronous starting to connect with XBMC
  8. 3/04/2013 3:42:47 PM [GUI] Minimizing application to tray at startup
  9. 3/04/2013 3:42:48 PM [XBMC] Opening a connection to XBMC
  10. 3/04/2013 3:42:48 PM [XBMC] XbmcJsonRpcConnection.IsAlive
  11. 3/04/2013 3:42:48 PM [XBMC] XbmcJsonRpc.Ping()
  12. 3/04/2013 3:42:48 PM [XBMC] Calling JSON RPC method "JSONRPC.Ping"...
  13. 3/04/2013 3:42:49 PM [XBMC] ERROR Error while calling JSON RPC method "JSONRPC.Ping"
  14. WebException: Unable to connect to the remote server
  15. at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
  16. at System.Net.HttpWebRequest.GetRequestStream()
  17. at XBMC.JsonRpc.JsonRpcClient.Call(String method, Object args)
  18. 3/04/2013 3:42:49 PM [XBMC] ERROR JSONRPC.Ping: Invalid response
  19. 3/04/2013 3:42:49 PM [XBMC] Closing the connection
  20. 3/04/2013 3:42:49 PM [GUI] Connection with XBMC failed
  21. 3/04/2013 3:43:09 PM [GUI] Trying to auto-connect with XBMC
  22. 3/04/2013 3:43:09 PM [XBMC] XbmcJsonRpcConnection.IsAlive
  23. 3/04/2013 3:43:09 PM [GUI] Asynchronous starting to connect with XBMC
  24. 3/04/2013 3:43:09 PM [XBMC] Opening a connection to XBMC
  25. 3/04/2013 3:43:09 PM [XBMC] XbmcJsonRpcConnection.IsAlive
  26. 3/04/2013 3:43:09 PM [XBMC] XbmcJsonRpc.Ping()
  27. 3/04/2013 3:43:09 PM [XBMC] Calling JSON RPC method "JSONRPC.Ping"...
  28. 3/04/2013 3:43:09 PM [XBMC] JSON RPC call: {
  29. "jsonrpc": "2.0",
  30. "method": "JSONRPC.Ping",
  31. "id": 1
  32. }
  33. 3/04/2013 3:43:10 PM [XBMC] JSON RPC response: {"id":1,"jsonrpc":"2.0","result":"pong"}
  34. 3/04/2013 3:43:10 PM [XBMC] XbmcPlayer.GetActivePlayers()
  35. 3/04/2013 3:43:10 PM [XBMC] Calling JSON RPC method "Player.GetActivePlayers"...
  36. 3/04/2013 3:43:10 PM [XBMC] JSON RPC call: {
  37. "jsonrpc": "2.0",
  38. "method": "Player.GetActivePlayers",
  39. "id": 2
  40. }
  41. 3/04/2013 3:43:10 PM [XBMC] JSON RPC response: {"id":2,"jsonrpc":"2.0","result":[]}
  42. 3/04/2013 3:43:10 PM [XBMC] ERROR Error while calling JSON RPC method "Player.GetActivePlayers"
  43. InvalidCastException: Unable to cast object of type 'Newtonsoft.Json.Linq.JArray' to type 'Newtonsoft.Json.Linq.JValue'.
  44. at Newtonsoft.Json.Linq.Extensions.Convert[T,U](T token, Boolean cast)
  45. at Newtonsoft.Json.Linq.Extensions.Convert[T,U](T token)
  46. at Newtonsoft.Json.Linq.Extensions.Value[T,U](IEnumerable`1 value)
  47. at Newtonsoft.Json.Linq.Extensions.Value[U](IEnumerable`1 value)
  48. at XBMC.JsonRpc.JsonRpcClient.parseResponse(StreamReader reader)
  49. at XBMC.JsonRpc.JsonRpcClient.Call(String method, Object args)
  50. 3/04/2013 3:43:10 PM [XBMC] ERROR Player.GetActivePlayers(): Invalid response
  51. 3/04/2013 3:43:10 PM [XBMC Handler] Start working
  52. 3/04/2013 3:43:10 PM [XBMC Handler] Update
  53. 3/04/2013 3:43:10 PM [XBMC] XbmcJsonRpcConnection.IsAlive
  54. 3/04/2013 3:43:10 PM [XBMC] XbmcJsonRpc.Ping()
  55. 3/04/2013 3:43:10 PM [XBMC] Calling JSON RPC method "JSONRPC.Ping"...
  56. 3/04/2013 3:43:10 PM [XBMC] JSON RPC call: {
  57. "jsonrpc": "2.0",
  58. "method": "JSONRPC.Ping",
  59. "id": 3
  60. }
  61. 3/04/2013 3:43:10 PM [XBMC] JSON RPC response: {"id":3,"jsonrpc":"2.0","result":"pong"}
  62. 3/04/2013 3:43:10 PM [GUI] Connection with XBMC established
  63. 3/04/2013 3:43:10 PM [XBMC] XbmcGeneral.BuildVersion
  64. 3/04/2013 3:43:10 PM [XBMC] XBMC.GetInfoLabel(System.BuildVersion)
  65. 3/04/2013 3:43:10 PM [XBMC] Calling JSON RPC method "XBMC.GetInfoLabels"...
  66. 3/04/2013 3:43:10 PM [XBMC] JSON RPC call: {
  67. "jsonrpc": "2.0",
  68. "method": "XBMC.GetInfoLabels",
  69. "params": {
  70. "labels": [
  71. "System.BuildVersion"
  72. ]
  73. },
  74. "id": 4
  75. }
  76. 3/04/2013 3:43:10 PM [XBMC] JSON RPC response: {"id":4,"jsonrpc":"2.0","result":{"System.BuildVersion":"12.0 Git:20130127-fb595f2"}}
  77. 3/04/2013 3:43:10 PM [XBMC] XbmcGeneral.BuildDate
  78. 3/04/2013 3:43:10 PM [XBMC] XBMC.GetInfoLabel(System.BuildDate)
  79. 3/04/2013 3:43:10 PM [XBMC] Calling JSON RPC method "XBMC.GetInfoLabels"...
  80. 3/04/2013 3:43:10 PM [XBMC] JSON RPC call: {
  81. "jsonrpc": "2.0",
  82. "method": "XBMC.GetInfoLabels",
  83. "params": {
  84. "labels": [
  85. "System.BuildDate"
  86. ]
  87. },
  88. "id": 5
  89. }
  90. 3/04/2013 3:43:10 PM [XBMC] JSON RPC response: {"id":5,"jsonrpc":"2.0","result":{"System.BuildDate":"Jan 28 2013"}}
  91. 3/04/2013 3:43:10 PM [GUI] Initializing iMON
  92. 3/04/2013 3:43:10 PM [iMON] IMON_Display_Init(525162, 37428)
  93. 3/04/2013 3:43:10 PM [iMON] Message received: PluginSuccess(1)
  94. 3/04/2013 3:43:10 PM [iMON] State changed
  95. 3/04/2013 3:43:10 PM [GUI] iMON VFD initialized
  96. 3/04/2013 3:43:10 PM [Display Handler] Start working
  97. 3/04/2013 3:43:11 PM [Display Handler] Setting text to "XBMC"
  98. 3/04/2013 3:43:11 PM [Display Handler] VFD.SetText: XBMC; 3:43:11 PM
  99. 3/04/2013 3:43:11 PM [iMON] IMON_Display_SetVfdText( XBMC, 3:43:11 PM)
  100. 3/04/2013 3:43:12 PM [Display Handler] Setting text to "XBMC"
  101. 3/04/2013 3:43:12 PM [Display Handler] VFD.SetText: XBMC; 3:43:12 PM
  102. 3/04/2013 3:43:12 PM [iMON] IMON_Display_SetVfdText( XBMC, 3:43:12 PM)
  103. 3/04/2013 3:43:13 PM [Display Handler] Setting text to "XBMC"
  104. 3/04/2013 3:43:13 PM [Display Handler] VFD.SetText: XBMC; 3:43:13 PM
  105. 3/04/2013 3:43:13 PM [iMON] IMON_Display_SetVfdText( XBMC, 3:43:13 PM)
  106. 3/04/2013 3:43:14 PM [Display Handler] Setting text to "XBMC"
  107. 3/04/2013 3:43:14 PM [Display Handler] VFD.SetText: XBMC; 3:43:14 PM
  108. 3/04/2013 3:43:14 PM [iMON] IMON_Display_SetVfdText( XBMC, 3:43:14 PM)
  109. 3/04/2013 3:43:15 PM [Display Handler] Setting text to "XBMC"
  110. 3/04/2013 3:43:15 PM [Display Handler] VFD.SetText: XBMC; 3:43:15 PM
  111. 3/04/2013 3:43:15 PM [iMON] IMON_Display_SetVfdText( XBMC, 3:43:15 PM)
  112. 3/04/2013 3:43:16 PM [Display Handler] Setting text to "XBMC"
  113. 3/04/2013 3:43:16 PM [Display Handler] VFD.SetText: XBMC; 3:43:16 PM
  114. 3/04/2013 3:43:16 PM [iMON] IMON_Display_SetVfdText( XBMC, 3:43:16 PM)
  115. 3/04/2013 3:43:17 PM [Display Handler] Setting text to "XBMC"
  116. 3/04/2013 3:43:17 PM [Display Handler] VFD.SetText: XBMC; 3:43:17 PM
  117. 3/04/2013 3:43:17 PM [iMON] IMON_Display_SetVfdText( XBMC, 3:43:17 PM)
  118. 3/04/2013 3:43:18 PM [Display Handler] Setting text to "XBMC"
  119. 3/04/2013 3:43:18 PM [Display Handler] VFD.SetText: XBMC; 3:43:18 PM
  120. 3/04/2013 3:43:18 PM [iMON] IMON_Display_SetVfdText( XBMC, 3:43:18 PM)
  121. 3/04/2013 3:43:19 PM [Display Handler] Setting text to "XBMC"
  122. 3/04/2013 3:43:19 PM [Display Handler] VFD.SetText: XBMC; 3:43:19 PM
  123. 3/04/2013 3:43:19 PM [iMON] IMON_Display_SetVfdText( XBMC, 3:43:19 PM)
  124. 3/04/2013 3:43:20 PM [XBMC] JSON RPC Announcement received: HTTP/1.1 408 Request Timeout
  125. Content-Length: 0
  126. Content-Type: text/plain
  127.  
  128.  
  129. 3/04/2013 3:43:20 PM [Display Handler] Setting text to "XBMC"
  130. 3/04/2013 3:43:20 PM [Display Handler] VFD.SetText: XBMC; 3:43:20 PM
  131. 3/04/2013 3:43:20 PM [iMON] IMON_Display_SetVfdText( XBMC, 3:43:20 PM)
  132. 3/04/2013 3:43:21 PM [Display Handler] Setting text to "XBMC"
  133. 3/04/2013 3:43:21 PM [Display Handler] VFD.SetText: XBMC; 3:43:21 PM
  134. 3/04/2013 3:43:21 PM [iMON] IMON_Display_SetVfdText( XBMC, 3:43:21 PM)
  135. 3/04/2013 3:43:22 PM [Display Handler] Setting text to "XBMC"
  136. 3/04/2013 3:43:22 PM [Display Handler] VFD.SetText: XBMC; 3:43:22 PM
  137. 3/04/2013 3:43:22 PM [iMON] IMON_Display_SetVfdText( XBMC, 3:43:22 PM)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement