Closed OliviaZ12 closed 4 weeks ago
looks like an python value error, maybe could have a check process if isinstance(value, str): value = int(value)
my fault, I forgot to cast heart rate type before sending it to backend
I finally figured out that the dashboard page didn't work properly because I didn't call api.py correctly. Now I have solved this problem.
The problem with uploading data now is that it can succeed without uploading heart rate information, but an error will still be reported if heart rate information is uploaded.
My computer system is in Chinese, so the upload part displays Chinese. This is a system issue, not related to other languages in the code.
I've written some js code to make the calendar on the dashboard clickable, but it didn't work—possibly due to minor issues with the database connection. I tried uploading data, but it failed. It might be because my computer is malfunctioning, as it has been acting strangely with various issues over the past few days. Could someone else please check if data upload works normally? Thanks!! Image