Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Unexpected body hash mismatch error #1

@s0undt3ch

Description

@s0undt3ch

Followed your readme instructions.
I'm using Py 3.6.4 and created a virtualenv for your class where I installed your provided requirements file.

❯ export FLASK_APP=server.py
❯ export FLASK_ENV=development
❯ flask run
 * Serving Flask app "server"
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
❯ export FLASK_APP=server.py
❯ export FLASK_ENV=development
❯ python client.py
REQUEST:

=== No Request ===

RESPONSE:

Traceback (most recent call last):
  File "client.py", line 153, in <module>
    _verify_response(response)
  File "client.py", line 134, in _verify_response
    raise Exception("Unexpected response body_hash")
Exception: Unexpected response body_hash

Need any extra details?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions