Flask on RPI ValueError: timestamp out of range for platform time_t
问题 I wanted my flask server to run when the RPI starts up. when it starts up, the script runs as normal, however when I go to visit the site, it gets a ValueError: timestamp out of range for platform time_t error. This is weird because I don't get this error if I run it manually, only when the RPI starts it up on boot automatically.enter image description here 回答1: Lol, the problem was actually that I hadn't cleared my browsing data on chrome. that was the issue. 来源: https://stackoverflow.com