danog / php-libtgvoip

PHP extension that wraps the telegram VoIP library.
https://voip.madelineproto.xyz
GNU Affero General Public License v3.0
24 stars 5 forks source link

Error when want to running bot MadelineProto #5

Closed AyraHikari closed 6 years ago

AyraHikari commented 6 years ago

php-libtgvoip is installed with some warnings, and when i'm going to running my bot, it got php fatal error

root@ubuntu:~/bot/madeline# php bot.php
PHP Fatal error:  Uncaught Please update php-libtgvoip
  thrown in MadelineProto on line 1

And my script is this $MadelineProto = new \danog\MadelineProto\API('Ayra.session');

danog commented 6 years ago

Whoops fixed

danog commented 6 years ago

(make sure to update madeline though)