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
After the babel fixes, i tried to implement emailJS a second time and run into another error
logger.js:25 [ERROR][2018-02-07T16:28:03.156Z][1][m03f3be9][localhost] Could not connect to server TypeError: _net2.default.connect is not a function log @ logger.js:25 error @ logger.js:33 error @ client.js:1028 (anonymous) @ client.js:143 step @ client.js:30 (anonymous) @ client.js:30 t.invoke @ polyfills.js:3 onInvoke @ core.js:4629 t.invoke @ polyfills.js:3 r.run @ polyfills.js:3 (anonymous) @ polyfills.js:3 t.invokeTask @ polyfills.js:3 onInvokeTask @ core.js:4620 t.invokeTask @ polyfills.js:3 r.runTask @ polyfills.js:3 o @ polyfills.js:3 e.invokeTask @ polyfills.js:3 p @ polyfills.js:2 v @ polyfills.js:2 logger.js:19 [DEBUG][2018-02-07T16:28:03.157Z][1][m03f3be9][localhost] Entering state: 5 logger.js:19 [DEBUG][2018-02-07T16:28:03.157Z][1][m03f3be9][localhost] Closing connection... core.js:1350 ERROR Error: Uncaught (in promise): TypeError: _net2.default.connect is not a function TypeError: _net2.default.connect is not a function at new TCPSocket (node-socket.js:53) at Function.open (node-socket.js:27) at Promise (imap.js:143) at new t (polyfills.js:3) at Imap.connect (imap.js:142) at Promise (client.js:155) at new t (polyfills.js:3) at Client._openConnection (client.js:151) at client.js:128 at Generator.next (<anonymous>) at new TCPSocket (node-socket.js:53) at Function.open (node-socket.js:27) at Promise (imap.js:143) at new t (polyfills.js:3) at Imap.connect (imap.js:142) at Promise (client.js:155) at new t (polyfills.js:3) at Client._openConnection (client.js:151) at client.js:128 at Generator.next (<anonymous>) at c (polyfills.js:3) at c (polyfills.js:3) at polyfills.js:3 at t.invokeTask (polyfills.js:3) at Object.onInvokeTask (core.js:4620) at t.invokeTask (polyfills.js:3) at r.runTask (polyfills.js:3) at o (polyfills.js:3) at e.invokeTask [as invoke] (polyfills.js:3) at p (polyfills.js:2)
The File where the error is thrown is node-socket.js
I manually installed the emailJs tcp socket shims with no luck. I guess im doing sth. really stupid wrong. Cause i could not find anybody else running in this error.
What am i missing here?
ty Kevin
The text was updated successfully, but these errors were encountered:
After the babel fixes, i tried to implement emailJS a second time and run into another error
logger.js:25 [ERROR][2018-02-07T16:28:03.156Z][1][m03f3be9][localhost] Could not connect to server TypeError: _net2.default.connect is not a function log @ logger.js:25 error @ logger.js:33 error @ client.js:1028 (anonymous) @ client.js:143 step @ client.js:30 (anonymous) @ client.js:30 t.invoke @ polyfills.js:3 onInvoke @ core.js:4629 t.invoke @ polyfills.js:3 r.run @ polyfills.js:3 (anonymous) @ polyfills.js:3 t.invokeTask @ polyfills.js:3 onInvokeTask @ core.js:4620 t.invokeTask @ polyfills.js:3 r.runTask @ polyfills.js:3 o @ polyfills.js:3 e.invokeTask @ polyfills.js:3 p @ polyfills.js:2 v @ polyfills.js:2 logger.js:19 [DEBUG][2018-02-07T16:28:03.157Z][1][m03f3be9][localhost] Entering state: 5 logger.js:19 [DEBUG][2018-02-07T16:28:03.157Z][1][m03f3be9][localhost] Closing connection... core.js:1350 ERROR Error: Uncaught (in promise): TypeError: _net2.default.connect is not a function TypeError: _net2.default.connect is not a function at new TCPSocket (node-socket.js:53) at Function.open (node-socket.js:27) at Promise (imap.js:143) at new t (polyfills.js:3) at Imap.connect (imap.js:142) at Promise (client.js:155) at new t (polyfills.js:3) at Client._openConnection (client.js:151) at client.js:128 at Generator.next (<anonymous>) at new TCPSocket (node-socket.js:53) at Function.open (node-socket.js:27) at Promise (imap.js:143) at new t (polyfills.js:3) at Imap.connect (imap.js:142) at Promise (client.js:155) at new t (polyfills.js:3) at Client._openConnection (client.js:151) at client.js:128 at Generator.next (<anonymous>) at c (polyfills.js:3) at c (polyfills.js:3) at polyfills.js:3 at t.invokeTask (polyfills.js:3) at Object.onInvokeTask (core.js:4620) at t.invokeTask (polyfills.js:3) at r.runTask (polyfills.js:3) at o (polyfills.js:3) at e.invokeTask [as invoke] (polyfills.js:3) at p (polyfills.js:2)
The File where the error is thrown is node-socket.js
I manually installed the emailJs tcp socket shims with no luck. I guess im doing sth. really stupid wrong. Cause i could not find anybody else running in this error.
What am i missing here?
ty Kevin
The text was updated successfully, but these errors were encountered: