MTProtoProxy icon indicating copy to clipboard operation
MTProtoProxy copied to clipboard

Immediate termination with an annoying error

Open mmdzov opened this issue 3 years ago • 0 comments
trafficstars

I checked everything and made sure that the information is correct, but every time I start the server, this happens quickly and the worker stops working, this stops my work.

C:\Users\mohammadali\Desktop\mtprotoproxy\node_modules\mtprotoproxy\index.js:303
                self.on('end'  ,function()               {self.emit('finished',new Error(`${self.localName} ended`))});


             ^

Error: server ended
    at Socket.<anonymous> (C:\Users\mohammadali\Desktop\mtprotoproxy\node_modules\mtprotoproxy\index.js:303:53)
    at Socket.emit (node:events:538:35)
    at endReadableNT (node:internal/streams/readable:1345:12)
    at processTicksAndRejections
(node:internal/process/task_queues:83:21)
worker 8704 died
[nodemon] clean exit - waiting for changes before restart

mmdzov avatar Aug 05 '22 02:08 mmdzov