-
-
Notifications
You must be signed in to change notification settings - Fork 662
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
bot stop working after some time! #854
Comments
Please send full logs and make sure to use dev-master. |
here is full logs : |
Well everything seems fine in the logs, does sending a raw HTTP payload via telnet to the host (port 80) like the one mentioned in the logs work?
(notice the double enter at the end) |
The problem was from my hosting. |
@danog Everything is working fine but after a few hours I've get this error and the event loop handler isn't working anymore, I've should restart the script to make it work again.
Is this should be there?
|
No fatal errors here, MadelineProto recovers from connection errors automatically |
I find something new in log that cause the bot to don't work some times...
any idea how to solve this ? |
Use danog/madelineproto:dev-master to fix this. |
Can you help me with this!? |
hi |
Please open a new issue with full logs |
Hello,
I created a bot using madelineproto, It uses onUpdateNewMessage function , the problem is after some time it stopped working and I need to refresh PHP file so the but start running again, Is there any way to fix this issue ?
Should I put the php file in cron jobs ?
Here is some part of my code :
The text was updated successfully, but these errors were encountered: