Skip to content

Instantly share code, notes, and snippets.

@eliyap
Last active February 22, 2022 19:29
Show Gist options
  • Save eliyap/7c789448ca2f113eb7ac30646a14cc7c to your computer and use it in GitHub Desktop.
Save eliyap/7c789448ca2f113eb7ac30646a14cc7c to your computer and use it in GitHub Desktop.

Lab 4 FAQ

Please comment with your own questions below!

@eliyap
Copy link
Author

eliyap commented Feb 16, 2022

Question 1: "What do you notice" is too vague

maybe rephrase as "how is this sent to the server"?

@eliyap
Copy link
Author

eliyap commented Feb 18, 2022

Why is my callback failing with returned None etc.

If you forget to return Response, this error happens.

@eliyap
Copy link
Author

eliyap commented Feb 18, 2022

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