von-Chaps
von-Chaps
Yep, many thanks. Very useful.
Thanks for posting this. It fixed my issue with failed login too.
FYI, the actual HTTP status codes that are causing this in my case are: 400, 500, 502, 504 However, of course, this is not particularly interesting. The cause is really...
Since there doesn't seem to be any interest in this, here is a diff that mitigates the issue. ``` bash-5.1# diff hive_async_api.py.orig hive_async_api.py --- hive_async_api.py.orig +++ hive_async_api.py @@ -10,7 +10,7...