-
Notifications
You must be signed in to change notification settings - Fork 675
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
Fatal error: Uncaught Error: Call to undefined function GuzzleHttp\Promise\unwrap() #1086
Labels
Comments
+1 |
hi @irazasyed this bug is not fixed, please fix it. the MR already requested |
Hi, |
hot fix open change
to
|
I made a pull request some weeks ago |
irazasyed
added a commit
that referenced
this issue
Sep 28, 2023
Fix "Call to undefined function GuzzleHttp\Promise\unwrap()" issue #1086
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PHP version
8.0 or later
irazasyed/telegram-bot-sdk version
^3.9
Laravel version (if any)
No response
Code To Reproduce the bug
Fatal error: Uncaught Error: Call to undefined function GuzzleHttp\Promise\unwrap() in vendor\irazasyed\telegram-bot-sdk\src\HttpClients\GuzzleHttpClient.php:50
Stack trace:
#0 [internal function]: Telegram\Bot\HttpClients\GuzzleHttpClient->__destruct()
#1 {main}
thrown in
vendor\irazasyed\telegram-bot-sdk\src\HttpClients\GuzzleHttpClient.php on line 50
Error stacktrace (if any)
Please Remove __destruct() method
from
src\HttpClients\GuzzleHttpClient.php on line 50
The text was updated successfully, but these errors were encountered: