php-telegram-bot / core

PHP Telegram Bot based on the official Telegram Bot API
MIT License
3.87k stars 951 forks source link

error Call to a member function tryMention() #275

Closed Mez67 closed 7 years ago

Mez67 commented 8 years ago

hi

Call to a member function tryMention() on a non-object in /home/_/_/***/vendor/longman/telegram-bot/src/Commands/SystemCommands/NewchatmemberCommand.php on line 42

Call to a member function getQuery()

Call to a member function getId()

noplanman commented 8 years ago

When does this error happen / what action you do triggers it?

Also, could you post the raw update string for us to see?

Mez67 commented 8 years ago

after in start bot this error happen

any type Actions do tiggers ..

noplanman commented 8 years ago

Do you have the latest version 0.35?

Mez67 commented 8 years ago

yes

noplanman commented 8 years ago

Could you please activate the raw update log and then post the raw update(s)?

That way we can see why the error is happening. At the moment, it seems like Telegram is sending an incomplete update.

MBoretto commented 7 years ago

closing here fell free to reopen