-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Call to undefined method GuzzleHttp\Exception\ConnectException::getResponse() #39544
Comments
Hi @sashas777. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Hotel. Thank you for working on this issue.
|
Hello @sashas777, Thanks for the report and collaboration! We are discussing this issue internally, till the time moving this issue Thanks |
Hello @sashas777 , |
Thanks @oshmyheliuk for the updates. As the issue has been fixed and will be delivered in Thanks again @sashas777 |
Thank you! |
Preconditions and environment
magento/commerce-eventing
Steps to reproduce
Before the step: Subscribe to events in Adobe Commerce
Before running the command:
npm run commerce-event-subscribe
Add an exception to the Model/IOEventsApi/ApiRequestExecutor.php, Example:
Run
npm run commerce-event-subscribe
ORbin/magento events:subscribe --fields=sku observer.catalog_product_delete_commit_ater
With a valid exception (when the server response is 403/500/404) There will be an error:
In my case, instead of adding an exception, I blocked in the firewall URL https://api.adobe.io/ and it triggered the error.
Expected result
Successful event subscriptions
Actual result
Additional information
No response
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: