httpie / httpie-http2

(DEPRECATED) Experimental HTTP/2 plugin for HTTPie
https://httpie.org
Other
68 stars 4 forks source link

TypeError: sequence item 0: expected str instance, bytes found #14

Open tx0c opened 2 years ago

tx0c commented 2 years ago

https://github.com/httpie/httpie/issues/692#issuecomment-1118766744

this httpie-http2 is just broken, does not work at all for anything, have to uninstall:

$ httpie --verbose https://h2book.com
GET / HTTP/1.1
Accept-Encoding: gzip, deflate
Accept: */*
Connection: keep-alive
User-Agent: HTTPie/3.1.0
Host: h2book.com

__main__.py: error: TypeError: sequence item 0: expected str instance, bytes found

➸ python3 -V
Python 3.9.7