You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit the json file to corrupt the data first.
Edit the json file again to correct the data back to how it was.
Try to load the same json file.
Expected
Should be able to load or show error.
Actual
Loading file from ...
Screenshot
Explanation: the top i first corrupted the data (edited grades in json to become -50)
then i saw error and edited it back to -1, and tried to load the file
Potential improvement
Add error detection / handling
The text was updated successfully, but these errors were encountered:
Problem
As title.
Steps to reproduce
Edit the json file to corrupt the data first.
Edit the json file again to correct the data back to how it was.
Try to
load
the same json file.Expected
Should be able to load or show error.
Actual
Loading file from ...
Screenshot
Explanation: the top i first corrupted the data (edited grades in json to become -50)
then i saw error and edited it back to -1, and tried to load the file
Potential improvement
Add error detection / handling
The text was updated successfully, but these errors were encountered: