nitrictech / legacy-cli

CLI for the Nitric Framework
Apache License 2.0
6 stars 3 forks source link

Cleanup error when exiting nitric run on Windows #229

Closed shaf-h closed 2 years ago

shaf-h commented 2 years ago

Cleanup doesn't finish, I get the following error:

Network remove error: Error: (HTTP code 403) unexpected - error while removing network: network xxxxx-net-84cc4c51 id 0fc78374e3e01f0f3d13500c7f7582f9823ffbe0777e47299b64446c396cdff5 has active endpoints at C:\Users\User\AppData\Roaming\npm\node_modules\@nitric\cli\node_modules\docker-modem\lib\modem.js:324:17 at getCause (C:\Users\User\AppData\Roaming\npm\node_modules\@nitric\cli\node_modules\docker-modem\lib\modem.js:354:7) at Modem.buildPayload (C:\Users\User\AppData\Roaming\npm\node_modules\@nitric\cli\node_modules\docker-modem\lib\modem.js:323:5) at IncomingMessage.<anonymous> (C:\Users\User\AppData\Roaming\npm\node_modules\@nitric\cli\node_modules\docker-modem\lib\modem.js:295:14) at IncomingMessage.emit (events.js:387:35) at endReadableNT (internal/streams/readable.js:1317:12) at processTicksAndRejections (internal/process/task_queues.js:82:21) { reason: undefined, statusCode: 403, json: { message: 'error while removing network: network xxxxx-net-84cc4c51 id 0fc78374e3e01f0f3d13500c7f7582f9823ffbe0777e47299b64446c396cdff5 has active endpoints' } } Exiting, please wait... done

davemooreuws commented 2 years ago

Thank you for the report.

Closing, duplicate of #210