This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 164
Getting TypeError in the log on each request #39
Comments
I also have same error. Is this because of we using python3? |
I also have this error, I am also using python3. |
I also confirm this with Python 3. Runs good with Python 2. I'll take a look.
|
Any update? I'm getting it on python3 also. |
Maybe this would be a solution: https://www.mkyong.com/python/python-3-typeerror-str-does-not-support-the-buffer-interface/ |
I too have the same issue with TypeError on python 3. |
the example seems to be incorrect, should be
|
Still having this issue. It's 2020 and it breaks in python 3 -_- |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Even when just trying the first example ("simple usage"), I get the following exception on each request:
the strange thing is, the http requests work fine. I did not try the websocket route yet, as I first wanted to know if I'm doing something wrong or is this a bug?
The text was updated successfully, but these errors were encountered: