For testing I am using a wireless and wired network. I will sideload a channel over the wireless, then I switch the network settings on the Roku 4 device to wired.
After that, when I launch my channel the device will typically lock up and require a reboot. I’ve been experiencing this consistently for some time.
A new issue that arose today is that when I switched to the wired network (a proxied mac for monitoring and troubleshooting) the time returned by roDateTime is significantly off (currently about a day in the past) and is causing problems with time-based functions in the app.
EDIT: When trying to set the time automatically, it’s not working. Are Roku’s time servers down? I’m going make a separate post since this seems like a pretty serious issue, at least for our application.
Does anyone have any insight into either of these issues?
tyvmia
Joe
sideload the app - notice that debug interface cannot be connected.
Sounds as if the console is still listening the old connection that was open, on the now down eth0 inteface? Those services are singletons
(not saying crashing is okay just maybe the road not taken)
sideload the app - notice that debug interface cannot be connected.
Sounds as if the console is still listening the old connection that was open, on the now down eth0 inteface? Those services are singletons
(not saying crashing is okay just maybe the road not taken)
Yes it must be that. If I totally kill the debug and wait a few minutes before switching, then it usually doesn’t crash. Just need to be more patient, or switch network less often. thanks