Hello, have multiple rasplex devices pulling content from my plex server. All was well until we had a power outage, and the clocks got messed up on the rasplex devices (raspberry pi running rasplex 1.8.0).
Tried hard coding the time zone (no go)
Tried going in and manually changing the time in Busybox 1.25.1 (no go)
The date is stuck on 2017-02-27.
Happy to provide logs, and any other data needed. Thank you guys so much for your help. Love the product, and the community!
Network connection is good… Pinged google.com, no problems.
Downloaded the image again, same issue.
Set the language/region/timezone all that. Its still stuck on being over a year ago in February. So don’t think the timezone settings will fix that.
Have 3 of these rasplex devices running and all have the same issue… All have different SD cards. Would be disappointing, if a thunder storm is all it took to knock these things out… All are behind surge protectors.
Is there any way on plex server, to ignore the timestamp during the auth process. Or just allow anything to connect to it? I have tried manually setting up the plex server location, and no go as well.
I still bet my money its a network problem, something its blocking NTP comunications because Im testing it on the same build as you.
I dont know how its your network setup but you need to open both ways comunications in your firewall on UDP port 123 or build a local NTP server inside your network and have all RPI point to them.
I think you can edit the NTP servers and add google if you want… that is the clean way
the dirty way its just to run it as a script as soon as it boots
Edit or create autostart.sh (default location at “/.config”) with