Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. ------ Running dev 'Comedy Central' main ------
  2. BRIGHTSCRIPT: ERROR: ParseJSON: Unterminated string: pkg:/components/Managers/PersonalizationManager/PersonalizationManager.brs(65)
  3. %3Crss%20version%3D%222.0%22%20xmlns%3Amedia%3D%22http%3A%2F%2Fsearch.yahoo.com%2Fmrss%2F%22%3E%3Cchannel%3E%3Ctitle%3EComedyCentral%3C%2Ftitle%3E%3Citem%3E%3Ctitle%3ENA%3C%2Ftitle%3E%3Cguid%3ENA%3C%2Fguid%3E%3Cmedia%3Arating%20scheme%3D%22urn%3Av-chip%22%3ENA%3C%2Fmedia%3Arating%3E%3C%2Fitem%3E%3C%2Fchannel%3E%3C%2Frss%3E%0A
  4.  
  5. [RAF] Roku_Ads Framework version 2.0630
  6. BRIGHTSCRIPT: ERROR: ParseJSON: Unterminated string: pkg:/components/Managers/PersonalizationManager/PersonalizationManager.progress.brs(33)
  7.  
  8. BrightScript Micro Debugger.
  9. Enter any BrightScript statement, debug commands, or HELP.
  10.  
  11. Suspending threads...
  12. Thread selected: 1* ...alizationManager.progress.brs(101) if invalid <> playbackHistory.carouselItems
  13.  
  14. Current Function:
  15. 096: function addItemToHistory(playbackHistory, videoData, progress)
  16. 097: item = buildPlaybackItem(videoData, progress)
  17. 098:
  18. 099: if invalid <> item
  19. 100: if invalid <> item.carousel
  20. 101:* if invalid <> playbackHistory.carouselItems
  21. 102: playbackHistory.carouselItems = updateItemsArray(item.carousel, progress, playbackHistory.carouselItems, "carousel")
  22. 103: else if 0 <> progress and not (invalid <> item.carousel.watched AND item.carousel.watched)
  23. 104: playbackHistory.addReplace("carouselitems", [item.carousel])
  24. 105: end if
  25. 'Dot' Operator attempted with invalid BrightScript Component or interface reference. (runtime error &hec) in pkg:/components/Managers/PersonalizationManager/PersonalizationManager.progress.brs(101)
  26. 101: if invalid <> playbackHistory.carouselItems
  27. Backtrace:
  28. #1 Function additemtohistory(playbackhistory As Dynamic, videodata As Dynamic, progress As Dynamic) As Dynamic
  29. file/line: pkg:/components/Managers/PersonalizationManager/PersonalizationManager.progress.brs(101)
  30. #0 Function writetoregistry(event As Dynamic) As Void
  31. file/line: pkg:/components/Managers/PersonalizationManager/PersonalizationManager.progress.brs(37)
  32. Local Variables:
  33. playbackhistory Invalid
  34. videodata roSGNode:ContentManagerData refcnt=2
  35. progress Float (2.1 was roFloat) val:0.0360675
  36. global Interface:ifGlobal
  37. m roAssociativeArray refcnt=3 count:4
  38. item roAssociativeArray refcnt=1 count:2
  39. Threads:
  40. ID Location Source Code
  41. 0 pkg:/source/main.brs(29) msg = wait(0, m.port)
  42. 1* ...alizationManager.progress.brs(101) if invalid <> playbackHistory.carouselItems
  43. 2 ...Tasks/Reporting/adbmobile.brs(1112) msg = wait(1, m._port)
  44. 3 ...SMonitor/TTSMonitor.event.brs(62) event = wait(0, m.port)
  45. 4 ...sks/PMTRequest/PMTRequest.brs(17) msg = wait(0, m.registryPort)
  46. 5 ...s/Tasks/Reporting/VPMTask.brs(80) event = wait(timeout%, request.getPort())
  47. 6[u] ...s/Tasks/Registry/Registry.brs(14) sub determineMethod()
  48. *selected [u]unattached(not debuggable)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement