You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
So it looks like the await res.json() is returning None for the payload. Not sure why that is, but the one suspicious but below about the response says **** Binary content ****.
When @rpappalax and I were testing this API using cURL, we were getting some JSON back -- so not sure if this is me not passing the right headers through molotov, or if molotov is adding some unwanted headers which is giving me back gzipped binary back instead of the JSON payload.
Ref: #23
In my
@global_setup()
, we're uploading 2 images (so we can test the load on list_shots retrieval). Then, in the asynclist_shots()
, we do:So it looks like the
await res.json()
is returningNone
for the payload. Not sure why that is, but the one suspicious but below about the response says**** Binary content ****
.When @rpappalax and I were testing this API using cURL, we were getting some JSON back -- so not sure if this is me not passing the right headers through molotov, or if molotov is adding some unwanted headers which is giving me back gzipped binary back instead of the JSON payload.
/cc @tarekziade
The text was updated successfully, but these errors were encountered: