Please comment with your own questions below!
Last active
February 22, 2022 19:29
-
-
Save eliyap/7c789448ca2f113eb7ac30646a14cc7c to your computer and use it in GitHub Desktop.
Why is it failing with EOFError
?
- this is because the pickle file is not present
- you need to catch this error and ignore it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why is my callback failing with
returned None etc.
If you forget to
return Response
, this error happens.