You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes happens when using the same client for a while. Traceback:
File "/home/echobot-connector/.local/lib/python3.8/site-packages/zucker/model/view.py", line 532, in __anext__
new_records = await self.view._module.get_client().bulk(
File "/home/echobot-connector/.local/lib/python3.8/site-packages/zucker/client/base.py", line 619, in bulk
await self._ensure_authentication()
File "/home/echobot-connector/.local/lib/python3.8/site-packages/zucker/client/base.py", line 426, in _ensure_authentication
self._finalize_authentication(auth_job_name, response_code, response_json)
File "/home/echobot-connector/.local/lib/python3.8/site-packages/zucker/client/base.py", line 234, in _finalize_authentication
raise ZuckerException(
zucker.exceptions.ZuckerException: authentication token renewal failed with status code 400
Sometimes happens when using the same client for a while. Traceback:
Relevant code:
zucker/zucker/client/base.py
Lines 236 to 239 in b45324d
The text was updated successfully, but these errors were encountered: