Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. Trying 192.168.1.2...
  2. Connected to 192.168.1.2.
  3. Escape character is '^]'.
  4. 12-23 18:37:05.882 [beacon.signal] |AppLaunchInitiate ---------> TimeBase(0)
  5. 12-23 18:37:05.882 [beacon.signal] |AppCompileInitiate --------> TimeBase(0 ms)
  6. 12-23 18:37:05.882 [scrpt.cmpl] Compiling 'Jellyfin', id 'dev'
  7. 12-23 18:37:05.887 [scrpt.load.mkup] Loading markup dev 'Jellyfin'
  8. 12-23 18:37:05.889 [scrpt.unload.mkup] Unloading markup dev 'Jellyfin'
  9. 12-23 18:37:05.908 [scrpt.parse.mkup.time] Parsed markup dev 'Jellyfin' in 21 milliseconds
  10.  
  11. ------ Compiling dev 'Jellyfin' ------
  12. 12-23 18:37:05.928 [scrpt.ctx.cmpl.time] Compiled 'Jellyfin', id 'dev' in 19 milliseconds
  13. 12-23 18:37:06.002 [scrpt.proc.mkup.time] Processed markup dev 'Jellyfin' in 71 milliseconds
  14. 12-23 18:37:06.003 [beacon.signal] |AppCompileComplete --------> Duration(120 ms), 232.90 KiP
  15. 02-25 06:58:06.412 [ui.frm.plugin.running.enter] Entering PLUGIN_RUNNING for dev
  16. 02-25 06:58:06.412 [beacon.signal] |AppLaunchInitiate ---------> TimeBase(0)
  17. 02-25 06:58:07.788 [scrpt.ctx.run.enter] UI: Entering 'Jellyfin', id 'dev'
  18.  
  19. ------ Running dev 'Jellyfin' main ------
  20. [RALE][INFO] - Roku Advanced Layout Editor v.2.0.9
  21. [RALE][INFO] - TrackerTask run
  22. [RALE][INFO] - Waiting on ECP input request
  23. BRIGHTSCRIPT: ERROR: roSGNode.AddReplace: "currentpage": Type mismatch: pkg:/components/Pager.brs(79)
  24. =================================================================
  25. Warning occurred while setting a field of an RoSGNode
  26. -- Tried to set nonexistent field "overview" of a "CollectionData" node
  27. at line 6 of file pkg:/components/data/collection.brs
  28. =================================================================
  29. =================================================================
  30. Warning occurred while setting a field of an RoSGNode
  31. -- Tried to set nonexistent field "overview" of a "CollectionData" node
  32. at line 6 of file pkg:/components/data/collection.brs
  33. =================================================================
  34. =================================================================
  35. Warning occurred while setting a field of an RoSGNode
  36. -- Tried to set nonexistent field "overview" of a "CollectionData" node
  37. at line 6 of file pkg:/components/data/collection.brs
  38. =================================================================
  39. =================================================================
  40. Warning occurred while setting a field of an RoSGNode
  41. -- Tried to set nonexistent field "overview" of a "CollectionData" node
  42. at line 6 of file pkg:/components/data/collection.brs
  43. =================================================================
  44. ^CBRIGHTSCRIPT: ERROR: roUrlTransfer.GetToString: Sync-wait interrupted: pkg:/source/api/baserequest.brs(63)
  45.  
  46. BrightScript Micro Debugger.
  47. Enter any BrightScript statement, debug commands, or HELP.
  48.  
  49. Suspending threads...
  50. Thread selected: 0* pkg:/source/api/baserequest.brs(63) data = req.GetToString()
  51.  
  52. Current Function:
  53. 060: function getJson(req)
  54. 061: 'req.retainBodyOnError(True)
  55. 062: 'print req.GetToString()
  56. 063:* data = req.GetToString()
  57. 064: if data = invalid or data = ""
  58. 065: return invalid
  59. 066: end if
  60. 067: json = ParseJson(data)
  61. Break in 63
  62. 063: data = req.GetToString()
  63. Backtrace:
  64. #6 Function getjson(req As Dynamic) As Dynamic
  65. file/line: pkg:/source/api/baserequest.brs(63)
  66. #5 Function itemimages(id As String, params As Object) As Dynamic
  67. file/line: pkg:/source/api/Image.brs(5)
  68. #4 Function posterimage(id As String, params As Object) As Dynamic
  69. file/line: pkg:/source/api/Image.brs(20)
  70. #3 Function itemlist(library_id As String, params As Dynamic) As Dynamic
  71. file/line: pkg:/source/api/Items.brs(130)
  72. #2 Function collectionlister(group As Dynamic, page_size As Dynamic) As Dynamic
  73. file/line: pkg:/source/ShowScenes.brs(389)
  74. #1 Function createcollectionslist(library As Dynamic) As Dynamic
  75. file/line: pkg:/source/ShowScenes.brs(301)
  76. #0 Function main() As Void
  77. file/line: pkg:/source/Main.brs(96)
  78. Local Variables:
  79. req roUrlTransfer refcnt=2
  80. global Interface:ifGlobal
  81. m roAssociativeArray refcnt=8 count:6
  82. data <uninitialized>
  83. json <uninitialized>
  84. Threads:
  85. ID Location Source Code
  86. 0* pkg:/source/api/baserequest.brs(63) data = req.GetToString()
  87. 1 pkg:/components/TrackerTask.xml(1733) msg = wait(0, inputPort)
  88. *selected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement