Error: socket hang up #4352
Unanswered
ala85
asked this question in
Troubleshooting
Replies: 1 comment 2 replies
-
There is no way to reproduce this from the report. Are you able to use file attachment features at all? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
Sometimes, when not interacting with the chat after a few successful prompts with Bedrock, I get the error:
AI response error; aborting request: TypeError: Cannot read properties of undefined (reading 'status')
This is not though the real cause (a null pointer exception), but rather a consequence of Axios not being able to handle the connection.
The underlining reason of this bug is due to Error: socket hang up
The /query endpoint seems the one causing it.
I tried to setup explicitly the httpAgent and httpsAgent as below:
but didnt help much.
Is this a common issue?
Steps to Reproduce
What browsers are you seeing the problem on?
Chrome
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions