Skip to content
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

Server error: unable to find dialog for dialog id provided #157

Open
jeffwhelpley opened this issue Sep 19, 2023 · 1 comment
Open

Server error: unable to find dialog for dialog id provided #157

jeffwhelpley opened this issue Sep 19, 2023 · 1 comment

Comments

@jeffwhelpley
Copy link

I am not sure exactly how this happens, but we get about a dozen of these errors per hour. The errors are caught by our node.js process that connects to Drachtio listening for events. In Sentry, it is recorded as an Unhandled Error Error DrachtioAgent.<anonymous>(drachtio-srf.lib:drachtio-agent) with a stack trace of:

/src/ng2/backend/node_modules/drachtio-srf/lib/drachtio-agent.js in DrachtioAgent.<anonymous> at line 315:21

const err = new Error(token[1] || 'request failed');

It looks like these errors happen immediately after a call ends so it must be something with the cleanup process. These errors don't affect our users since it happens after the call ends, but I am not sure if this may cause some unintended consequences in the future.

@javibookline
Copy link

Same here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants