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
(node:58749) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'exec' of undefined
at Client._sendIpcCommand (/.../node_modules/tdl-multiprocess/lib/Client.js:114:37)
at Client.connectAndLogin (/.../node_modules/tdl-multiprocess/lib/Client.js:93:17)
the current proxy implementation is clearly incorrect:
connectAndLogin crashes:
the current proxy implementation is clearly incorrect:
tdl-multiprocess/lib/Client.js
Lines 92 to 94 in 01fde12
tdl-multiprocess/lib/Client.js
Lines 112 to 114 in 01fde12
because
this._ipc
is only constructed inlogin
.The text was updated successfully, but these errors were encountered: