You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering a TypeError when using MadelineProto. The error occurs in the methodRecall() function where a null value is being passed instead of an integer for the $message_id parameter.
Error Details: TypeError: danog\MadelineProto\Connection::methodRecall(): Argument #1 ($message_id) must be of type int, null given, called in /root/course-bot/vendor/danog/madelineproto/src/MTProtoSession/ResponseHandler.php on line 466 and defined in /root/course-bot/vendor/danog/madelineproto/src/MTProtoSession/CallHandler.php:48
I'm encountering a TypeError when using MadelineProto. The error occurs in the methodRecall() function where a null value is being passed instead of an integer for the $message_id parameter.
Error Details:
TypeError: danog\MadelineProto\Connection::methodRecall(): Argument #1 ($message_id) must be of type int, null given, called in /root/course-bot/vendor/danog/madelineproto/src/MTProtoSession/ResponseHandler.php on line 466 and defined in /root/course-bot/vendor/danog/madelineproto/src/MTProtoSession/CallHandler.php:48
Stack Trace:
Additional Information:
MadelineProto version: 8.3.1
PHP version: 8.3.15
Operating System: 22.04.5 LTS (Jammy Jellyfish)
The text was updated successfully, but these errors were encountered: