From 428a87ca3e2d4bc8ca2db1047e519bf7d20f6718 Mon Sep 17 00:00:00 2001 From: Alex Ermolaev Date: Sun, 31 Jul 2022 18:26:57 +0300 Subject: [PATCH] Updated README Updated README with the information about websocket error and possible fix --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cdd5ba4e..a0f50f3e 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,8 @@ Common errors we've seen: * `TypeError: __init__() got an unexpected keyword argument 'json'` * This is caused by an outdated version of `requests`. Run `pip install -U requests` to update. +* `__on_error() takes 2 positional arguments but 3 were given` + * This can be resolved by installing `websocket-client` with `pip install -U websocket-client` ## Compatibility