-
Notifications
You must be signed in to change notification settings - Fork 128
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
Too Many Message Exception Error #275
Comments
@Soulter Looks like there has been a server-side issue and HC isn't closing off the event streams with "finalAnswer". I tested in the HC UI and it's the same:
I created a convo in the REPL and sent a simple "Hello Again". The result:
...etc... As there is no "finalAnswer" event in the stream.. the Message generator re-sends "Hello Again" and it loops until message limit thresholds are hit. Hence.. "You are sending too many messages" Error. Not sure there is an easy fix for this unless HC fix the event stream closures. |
When it will be fixed |
Thanks for sharing the solution! @helqasem I will fix it soon.. |
Pushed a patch that can fix this error. |
But still receives same error |
Thanks, Now it is working |
hugchat.exceptions.ChatError: Failed to parse response: {"message":"You are sending too many messages. Try again later."}
Now hugchat Model is receiving this error
The text was updated successfully, but these errors were encountered: