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
Describe the bug
When the user attempts to run a parson program, the store_parsons_order endpoint is called and it currently it fails, always. The issue is that the request does not conform to the type declarations of the parsons table. The request sends the level, exercise and timestamp as integers, while the table definition expects a string for level and exercise and a list for timestamp:
Describe the bug
When the user attempts to run a parson program, the store_parsons_order endpoint is called and it currently it fails, always. The issue is that the request does not conform to the type declarations of the parsons table. The request sends the level, exercise and timestamp as integers, while the table definition expects a string for level and exercise and a list for timestamp:
How to reproduce
Open the Puzzle of any level and click the Run button. In your network tab you will see that the store_parsons_order call fails.
The text was updated successfully, but these errors were encountered: