You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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: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.
The text was updated successfully, but these errors were encountered: