Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amp\SignalException error when starting startAndLoopMulti #1620

Open
simixmc opened this issue Mar 5, 2025 · 4 comments
Open

Amp\SignalException error when starting startAndLoopMulti #1620

simixmc opened this issue Mar 5, 2025 · 4 comments

Comments

@simixmc
Copy link

simixmc commented Mar 5, 2025

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?

@danog
Copy link
Owner

danog commented Mar 5, 2025

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

@simixmc
Copy link
Author

simixmc commented Mar 5, 2025

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

@danog
Copy link
Owner

danog commented Mar 5, 2025

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

@simixmc
Copy link
Author

simixmc commented Mar 6, 2025

Can you describe how this can be fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants