-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to parse response: #257
Comments
Hi! Thanks for your issue, we will deal with your issue as soon as possible. |
ERROR:root:No |
I am using hugchat 0.4.9 |
This issue was marked as stale because of inactivity. |
This issue was closed because of inactivity. |
Describe the bug
unable to get respone , previously 2 weeks back everything worked fine, but all of a sudden facing Failed to parse response:: {"message":"An error occurred","errorId":"8f9975a9-2ad5-4688-9284-bc085d65c4bf"}
To Reproduce
, line 108, in _filterResponse
raise ChatError(f"Server returns an error: {obj['message']}")
hugchat.exceptions.ChatError: Server returns an error: An error occurred
after hitting the get response froma. streamlit app , having this indeside /hugchat/message.py"
Expected behavior
response should be normal previously but now having this issue
Screenshots
Additional context
What Operating System are you using?- mac os, m2 chip
What Python version are you using? python 3.9
What version of hugchat are you using? 0.4.11
The text was updated successfully, but these errors were encountered: