jw-showcase-appletv icon indicating copy to clipboard operation
jw-showcase-appletv copied to clipboard

#Notice #SYSTEM

Open onlyinmystreams opened this issue 7 years ago • 7 comments

I keep getting this when I hit run with a black screen on the simulator. Any thoughts?

2017-03-16 07:43:12.905 jwplayer-for-tv[4019:371242] #T:[Main] #Notice #SYSTEM : Template element: <IKViewElement: 0x7ff698d696c0> 2017-03-16 07:43:12.907 jwplayer-for-tv[4019:371242] #T:[Main] #Notice #SYSTEM : Template controller: <UIViewController: 0x7ff698d6c800>

onlyinmystreams avatar Mar 16 '17 12:03 onlyinmystreams

What is your TVBaseURL and TVConfigURL set to?

RikHeijdens avatar Mar 16 '17 13:03 RikHeijdens

// Uncomment the following line to debug // static let TVBaseURL = "http://s3-us-west-2.amazonaws.com/streamnow-appletv1/jwplayer-appletv-web-app" static let TVBaseURL = "http://s3-us-west-2.amazonaws.com/streamnow-appletv1/jwplayer-appletv-web-app" static let TVConfigURL = "(AppDelegate.TVBaseURL)/resources/configs" static let TVBootURL = "(AppDelegate.TVBaseURL)/js/application.js"

onlyinmystreams avatar Mar 16 '17 14:03 onlyinmystreams

I got the black screen to go away but got a fresh batch of issues below...

2017-03-16 09:25:20.582 jwplayer-for-tv[4459:403670] #T:[Main] #Notice #SYSTEM : Template element: <IKViewElement: 0x7fa611e52580> 2017-03-16 09:25:20.586 jwplayer-for-tv[4459:403670] #T:[Main] #Notice #SYSTEM : Template controller: <UIViewController: 0x7fa611e558f0> 2017-03-16 09:25:22.665 jwplayer-for-tv[4459:403670] #T:[Main] #Notice #SYSTEM : Template element: <IKViewElement: 0x7fa611d20980> 2017-03-16 09:25:22.685 jwplayer-for-tv[4459:403670] #T:[Main] #Notice #SYSTEM : Template controller: <_TVMenuBarController: 0x7fa6120a2000> 2017-03-16 09:25:23.345 jwplayer-for-tv[4459:403670] #T:[Main] #Notice #SYSTEM : Template element: <IKViewElement: 0x7fa61401c030> 2017-03-16 09:25:23.347 jwplayer-for-tv[4459:403670] #T:[Main] #Notice #SYSTEM : Template controller: <_TVStackTemplateController: 0x7fa611e77d20> 2017-03-16 09:25:23.654 jwplayer-for-tv[4459:403733] ITML <Error>: Unsupported tag [div] 2017-03-16 09:25:23.655 jwplayer-for-tv[4459:403733] ITML <Error>: Unsupported tag [div] 2017-03-16 09:25:23.655 jwplayer-for-tv[4459:403733] ITML <Error>: Unsupported tag [div] 2017-03-16 09:25:23.952 jwplayer-for-tv[4459:403733] ITML <Error>: Unsupported tag [div] 2017-03-16 09:25:23.953 jwplayer-for-tv[4459:403733] ITML <Error>: Unsupported tag [div] 2017-03-16 09:25:23.955 jwplayer-for-tv[4459:403733] ITML <Error>: Unsupported tag [div] 2017-03-16 09:25:23.958 jwplayer-for-tv[4459:403670] negative or zero item sizes are not supported in the flow layout 2017-03-16 09:25:23.958 jwplayer-for-tv[4459:403670] negative or zero item sizes are not supported in the flow layout 2017-03-16 09:25:24.158 jwplayer-for-tv[4459:403733] ITML <Error>: Unsupported tag [div] 2017-03-16 09:25:24.160 jwplayer-for-tv[4459:403733] ITML <Error>: Unsupported tag [div] 2017-03-16 09:25:24.179 jwplayer-for-tv[4459:403733] ITML <Error>: Unsupported tag [div] 2017-03-16 09:25:29.330 jwplayer-for-tv[4459:403731] #T:[0x70000019a000] #Notice #NETWORK : New Network State: PhysicalNetworkAvailable:YES InternetAvailable:YES

onlyinmystreams avatar Mar 16 '17 14:03 onlyinmystreams

The Unsupported tag [div] message is a known issue, it's being tracked in https://github.com/jwplayer/jw-showcase-appletv/issues/57. Besides the logged messages are you experiencing any other issues?

RikHeijdens avatar Mar 16 '17 15:03 RikHeijdens

@RikHeijdens I am actually not really sure how to apply what you're saying after looking at #57. I am on the lower end of the spectrum in terms of technical prowess. Can you elaborate at all on this?

onlyinmystreams avatar Mar 16 '17 18:03 onlyinmystreams

Is the application working as expected?

You can safely ignore the Unsupported tag messages. The other messages look like operating system log messages - nothing to worry about.

If you want you can disable the OS log messages by setting OS_ACTIVITY_MODE to disable in XCode's environment variables menu.

RikHeijdens avatar Mar 16 '17 18:03 RikHeijdens

It's pretty much a black screen in the simulator.

onlyinmystreams avatar Mar 16 '17 19:03 onlyinmystreams