-
Notifications
You must be signed in to change notification settings - Fork 1
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
User opens popup, and gets this message #6
Comments
After more testing, only happens randomly after a chat has been closed, either because all available sessions have disconnected, or I just reloaded the extension. |
If it's due to an extension reload, that wouldn't be too bad. Start a chat with LiveChat support and see if they can give us some insight and control over lost connections. Ideally, I'd like to be able to respond and force another connection attempt if we lose the connection. |
Interestingly, running LC_API.start_chat(); actually restarts everything, including the chat and the connection. Too bad it's not supported as of right now, but I will look into this more when I hear back from Livechat. |
Very strange. Should we engage LiveChat with this? |
Maybe. I was talking with a support person yesterday, and they pretty much told me that there could potentially be security rules that are blocking things from triggering (on both livechats end and the chrome extensions end), and that's really all they know. That's why our chrome extension doesn't work occasionally. It's hard to talk to a developer, since I get an email only once a day from them that usually isn't too helpful. I still haven't heard back about the start_chat() method, but apparently they will get back to me today. I can engage LiveChat, but I don't think anything useful will come out of it. |
I found a weird thing with this. I initially see I'm connected with an agent, then it switches to the "Connection lost" message. If I type in and send a message super quick, I actually get connected properly. |
Yup I have experienced that before. Reloading the extension does nothing, right? I have no idea how to trigger that. Next time you get that, can you clear the cookies in the developer console, then try again and see if it works? I think that could be a fix. |
That worked. I wonder if we can look for this specific error, then remove all of LiveChat's cookies? |
With a mutation observer, it's possible |
Still attempting to reproduce this issue. |
I've explored this a little more. Jakub from live chat has given me a list of all cookies: |
I just figured out how to reproduce this. As a visitor, start a chat. It may be worth noting that I'm passing these URL params through to the url: name=[email protected]&email=[email protected]. |
LiveChat has been unable to reproduce the issue, but I can still reproduce it. |
Users are reporting this issue now. |
LiveChat can now reproduce. LiveChat is working on resolving it. |
This might be involved with the disconnection issue.
The text was updated successfully, but these errors were encountered: