Open leoffx opened 2 months ago
I have got 401 error also. last week was okay
same problem
I'm getting same error. Any toughts or solution?
First time trying to use this library and I couldn't even connect, unfortunately :/
Problem in your code, use it correctly as stated in the documentation.
@bobslavtriev I'm using the code provided in the example file. Can you show a better example?
This bug seems to be related to sending media (images) in base64. Looking at my logs, the instances always crashed whenever I tried to send a payload containing an image. It's probably due to the size of these images converted to base64. I disabled media sending, and so far, none of my instances have crashed.
@saulowilson for me it's happening even with no images, so your solution doesn't always work
Describe the bug
I'm getting these errors {"statusCode":401,"error":"Unauthorized","message":"Stream Errored (conflict)"} very constantly nowadays, and I've heard multiple people are also suffering from it.
I'm not using the same auth session twice, and some user reported that this started happening on version 2.3000. It's sometimes happening after sending a message.
Since this error also happens because of auth state, I tried implementing an auth state that did nothing, and I still have this frequently happening. Some numbers seem to have this happening more often than others.
To Reproduce Steps to reproduce the behavior:
Expected behavior This error should not happen.
Environment (please complete the following information):
connectOptions
look like?