Flask on RPI ValueError: timestamp out of range for platform time_t

梦想与她 提交于 2021-01-28 23:49:49

问题


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/questions/54845184/flask-on-rpi-valueerror-timestamp-out-of-range-for-platform-time-t

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!