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
npx: installed 15 in 3.177s
events.js:292
throw er; // Unhandled 'error' event
^
Error: socket hang up
at connResetException (internal/errors.js:607:14)
at Socket.socketOnEnd (_http_client.js:493:23)
at Socket.emit (events.js:327:22)
at endReadableNT (internal/streams/readable.js:1327:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
Emitted 'error' event on ClientRequest instance at:
at Socket.socketOnEnd (_http_client.js:493:9)
at Socket.emit (events.js:327:22)
at endReadableNT (internal/streams/readable.js:1327:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
code: 'ECONNRESET'
It is clear that this is not a mistake on your part. However, it would be nice to write something meaningful in addition to the log.
Proposed solution:
Check URL maxlength and assert (414 Request-URI Too Large).
When I run this command the Playground.svg file is generated without error. Adding additional error handling makes sense but not sure it will address the error seen here. Do you see the http request fail for requestImageFile?
I/O
In:
Out:
It is clear that this is not a mistake on your part. However, it would be nice to write something meaningful in addition to the log.
Proposed solution:
tplant/src/index.ts
Line 145 in f54c1de
The text was updated successfully, but these errors were encountered: