MadelineProto icon indicating copy to clipboard operation
MadelineProto copied to clipboard

Amp\SignalException error when starting startAndLoopMulti

Open simixmc opened this issue 9 months ago • 4 comments

When starting, startAndLoopMulti returns the following error: Uncaught Amp\SignalException thrown in event loop error handler danog\MadelineProto\API::danog\MadelineProto{closure} defined in .../vendor/danog/madelineproto/src/API.php:428: SIGINT received.

What is the reason for this?

simixmc avatar Mar 05 '25 11:03 simixmc

You sent a SIGINT to the process by closing the terminal & not using screen/docker

danog avatar Mar 05 '25 11:03 danog

I run everything using the pm2 and artisan commands on laravel. The pm2 process is constantly spinning

simixmc avatar Mar 05 '25 14:03 simixmc

This error is a direct consequence of a SIGINT signal being sent to the process, not a bug

danog avatar Mar 05 '25 16:03 danog

Can you describe how this can be fixed?

simixmc avatar Mar 06 '25 06:03 simixmc