jwplayer / jw-showcase-appletv

An Apple TV app builder written in TVJS with support for videos streamed out of the JW Player platform
Other
87 stars 44 forks source link

#Notice #SYSTEM #77

Open onlyinmystreams opened 7 years ago

onlyinmystreams commented 7 years ago

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>

RikHeijdens commented 7 years ago

What is your TVBaseURL and TVConfigURL set to?

onlyinmystreams commented 7 years ago

// 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 commented 7 years ago

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 : Unsupported tag [div] 2017-03-16 09:25:23.655 jwplayer-for-tv[4459:403733] ITML : Unsupported tag [div] 2017-03-16 09:25:23.655 jwplayer-for-tv[4459:403733] ITML : Unsupported tag [div] 2017-03-16 09:25:23.952 jwplayer-for-tv[4459:403733] ITML : Unsupported tag [div] 2017-03-16 09:25:23.953 jwplayer-for-tv[4459:403733] ITML : Unsupported tag [div] 2017-03-16 09:25:23.955 jwplayer-for-tv[4459:403733] ITML : 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 : Unsupported tag [div] 2017-03-16 09:25:24.160 jwplayer-for-tv[4459:403733] ITML : Unsupported tag [div] 2017-03-16 09:25:24.179 jwplayer-for-tv[4459:403733] ITML : 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

RikHeijdens commented 7 years ago

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?

onlyinmystreams commented 7 years ago

@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?

RikHeijdens commented 7 years ago

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.

onlyinmystreams commented 7 years ago

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