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
New behavior: current master (revision e4fdf5f)
Old behavior: revision 3436f3b
PHP version doesn't matter, tested with 7.2.33, 7.3.21, 7.4.9 and 8.0.9
Description of problem
It seems, that after PR #127 which migrates reactphp, there is no longer access to real error message from Telegram, but generic HTTP 400 error is returned instead.
Steps to reproduce incorrect behavior:
clone repo and open terminal in cloned folder
run composer install
update BOT_TOKEN constant in examples/conf.php
run php examples/get-chat-members-count.php
Description of error message: "HTTP status code 400 (Bad Request)"
Which version are you using?
New behavior: current master (revision e4fdf5f)
Old behavior: revision 3436f3b
PHP version doesn't matter, tested with 7.2.33, 7.3.21, 7.4.9 and 8.0.9
Description of problem
It seems, that after PR #127 which migrates reactphp, there is no longer access to real error message from Telegram, but generic HTTP 400 error is returned instead.
Steps to reproduce incorrect behavior:
composer install
BOT_TOKEN
constant inexamples/conf.php
php examples/get-chat-members-count.php
Description of error message: "HTTP status code 400 (Bad Request)"
Steps to reproduce old correct behavior:
Description of error message: "Bad Request: chat not found"
Added attachments of Tracy logging which is interactive, so you can check all parameters across call stack or environment.
Because Github is not allowing updating HTML files, I uploaded them as
.txt
. Just rename them as.html
and open in browser.ping @Yoshi2889
The text was updated successfully, but these errors were encountered: