PyBites-Open-Source / eatlocal

This package helps users solve PyBites code challenges on their local machine.
MIT License
20 stars 9 forks source link

Status of bite on platform not updated after eatllocal submit. #57

Open NielsU opened 9 hours ago

NielsU commented 9 hours ago

Eatlocal indicates "Congrats, you passed this Bite!" after submit, the points seem to be rewarded but the bite status checkmark is missing/not there.

Status can be updated by using run tests from the browser on the platform.

Perhaps this is behaviour is as intended?

rhelmstedter commented 1 hour ago

Certainly not the intended behavior. :)

I was able to recreate the issue.

Code is posted to the platform, points are rewarded, but no checkmark. If I manually click "Run Tests" after submitting with eatlocal, the Congrats banner appears, and the check mark shows up on the exercises list.

Alternatively, logging out and logging back in also shows the checkmark without having to click the "Run tests" button.

This seems like a platform session / caching issue.