Julien Mailleret

Results 33 comments of Julien Mailleret

Hi @defnull, thanks for the quick answer and explanation. >bottle sets the Content-Encoding header in addition to Content-Type and most HTTP clients will decompress the body automatically. Indeed `requests` is...

I had the same error, calling PDB from pytest using `pytest --pdb`, with `import pytest; pytest.set_trace()` in my code instead of `import pdb; pdb.set_trace()` fixed it for me.

@jsvd can you take a look 🙏🏻