joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2016
02:21 PM
ROKU Time servers down?
Trying to set the time on roku automatically and it's failing; are the time servers used by roku down? This would be urgent for apps that are time-based.
"The time could not be set from the network and will not be displayed. Please check your network connection.
Note that some channels will not work correctly until the time has been set."
I checked my network connection and it's fine. Anyone know what's going on?
"The time could not be set from the network and will not be displayed. Please check your network connection.
Note that some channels will not work correctly until the time has been set."
I checked my network connection and it's fine. Anyone know what's going on?
aspiring
14 REPLIES 14
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2016
09:21 AM
Re: ROKU Time servers down?
Update: whatever the issue was appears resolved today, getting the correct time now, whereas yesterday it was a good 10+ days in the past.
aspiring
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2016
06:03 PM
Re: ROKU Time servers down?
spoke to soon, still seeing an issue when running roku through a web proxy and rebooting, the time is many days in the past. This wasn't happening last week, something changed
aspiring
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2016
06:22 PM
Re: ROKU Time servers down?
What does this even mean, "Trying to set the time on roku automatically and it's failing"? I thought Roku always fetches its own time. No idea where you are seeing that error msg and by whom either. Maybe posting a screenshot would have helped?
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2016
06:26 PM
Re: ROKU Time servers down?
Sorry for being unclear, that was under Settings -> System -> Time -> Time zone -> Set automatically
I tried that after seeing dates from roDateTime as several days in the past. seems it's only happening when running through a web proxy.
I tried that after seeing dates from roDateTime as several days in the past. seems it's only happening when running through a web proxy.
aspiring
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2016
07:04 PM
Re: ROKU Time servers down?
date = CreateObject("roDateTime")
print "The date is now "; date.AsDateString("long-date") + " "; date.GetHours(); ":"; date.GetMinutes(); ":"; date.GetSeconds()
I run that after disconnect from the proxy and reboot roku
output: The date is now Wednesday December 9, 2015 23:56:12
then going to home screen and run a few minutes later, it gets the correct time
output: The date is now Wednesday January 20, 2016 2:55:40
last week the time was correct through the proxy, so at first I thought it was a more widespread issue
aspiring

RokuMarkn
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2016
07:37 AM
Re: ROKU Time servers down?
If the Roku is not able to connect to the time server, it will boot with a date in the past (actually the date the software was built).
I think the IP address of the time servers changed on the day you were having trouble. Maybe stale DNS information? Perhaps related to your proxy server?
--Mark
I think the IP address of the time servers changed on the day you were having trouble. Maybe stale DNS information? Perhaps related to your proxy server?
--Mark
edskitter
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2016
08:37 AM
Re: ROKU Time servers down?
Concerning the time server, I am setting a demo for a Roku that will not have access to the internet. The Roku is for a trade show that will not have internet access. The time does not get set correctly and is set to November 11,2015.
Could you provide the ntp address for the Roku? Or how could we set the datetime as our client relies on the datetime for guide data. We could then setup a ntp server on our local server to give the correct time to the Roku.
Thanks for any help on this matter.
Could you provide the ntp address for the Roku? Or how could we set the datetime as our client relies on the datetime for guide data. We could then setup a ntp server on our local server to give the correct time to the Roku.
Thanks for any help on this matter.

RokuMarkn
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2016
08:45 AM
Re: ROKU Time servers down?
That's not really possible. The system is deliberately designed so that only the actual Roku time server can set the time.
--Mark
--Mark
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2016
09:42 AM
Re: ROKU Time servers down?
"edskitter" wrote:
how could we set the datetime as our client relies on the datetime for guide data.
I was thinking we could hit an API that would give the current time on app launch and then retain the offset from the roku's time as a global var to be used whenever the time is needed. Hopefully won't need to do that but maybe it would work for your situation.
aspiring