Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
TheEndless
Channel Surfer

Channel freezes at startup splash screen...

Have you tried pointing the dev channel to an invalid URL (or even better, disconnecting from the network) on startup to see if you see the same behavior? That would give you a better idea of what the cause might be.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos
3 REPLIES 3
agmark
Visitor

Re: Channel freezes at startup splash screen...

You could also call a secondary xml feed if the first one returns as invalid. It seems doubtful that it's the channel if it's working most of the time, but maybe you want to pop up a can't connect at this time message.
0 Kudos
agmark
Visitor

Re: Channel freezes at startup splash screen...

Sure. I'm stuck with just my phone for the time being but I can post a simple function when I get back unless someone beats me to it. Basically it just uses asyncgettostring to get the response code. If the response is not 200 then move on to the secondary feed. You could also pop up a one line dialog message if you don't get a 200 response. That way the user can tell you how often they see the warning message. If they see it frequently but are able to connect to the second feed then you can assume there's some connectivity issue between them and your server. Be sure to put your secondary feed and images on a server with a different domain. In fact you could just use dropbox as your backup for testing purposes.
0 Kudos
agmark
Visitor

Re: Channel freezes at startup splash screen...

Ok, here's a function from belltown that will check the validity of a url:
http://forums.roku.com/viewtopic.php?f=34&t=47659&hilit=getadurl&start=30#p327128

Just add your backup url in the "else" statement and if your first feed fails it will use your backup.

mark
0 Kudos