Replies: 1 comment
-
You can set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have this script that fetches the session alongside with the results of the race in case they exist, if not, it only fetches the event data, and whenever I request that data it throws me a 500 error.
Code (it's a flask application):
Output when calling
/routes/<round>
:It may be the case I've used the wrong error exception, but I'm not sure as some time ago it worked perfectly.
Can someone help me to fix this issue, please?
Beta Was this translation helpful? Give feedback.
All reactions