toyai / python-playground

Interactive Playground for Python
https://python-playground.netlify.app
MIT License
12 stars 1 forks source link

Response errors from backend #49

Closed ydcjeff closed 3 years ago

ydcjeff commented 3 years ago

Clear and concise description of the problem

Currently response are returned with only successful execution from python. If error, response becomes Internal server error.

Suggested solution

Catch those errors and response the result as readable error (just like normal python exceptions).

Alternative

N/A

Additional context

N/A