PyBites-Open-Source / eatlocal

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

Eatlocal livelocks when submitting a bite if git has not been configured. #20

Closed rhelmstedter closed 3 weeks ago

rhelmstedter commented 2 years ago

Issue: On a new machine (Ubuntu linux), I tried submitting bite 136. eatlocal gets stuck trying to submit. I have to abort with \<C-c>. While attempting to manually add and commit the bite with git, I got a Author identity unknown.

Expected behavior: catch error using git python, pass the error onto the user and exit program.

WillCodesThings commented 1 year ago

Maybe implement a timer feature, if too much time has passed a certain threshold then just tell user that it is currently unable to submit answer and give them a debug statement?

rhelmstedter commented 3 weeks ago

No longer relying on git to submit bites.