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
Whenever I send push messages, I encounter an error in the logs. The error message in the logs is as follows:
Unable to read stream contents: stream_get_contents(): Argument #1 ($stream) must be of type resource, int given
The error occurs in Guzzle, specifically in the file /guzzlehttp/psr7/src/Utils.php:424. The exception is thrown by the object initialized in minishlink/web-push/src/MessageSentReport.php:127.
While this error doesn't affect the functionality and the push messages are successfully delivered, it clutters the logs and makes them difficult to read.
Steps to reproduce:
Create a new push message using the provided code example:
Problem description:
Whenever I send push messages, I encounter an error in the logs. The error message in the logs is as follows:
The error occurs in Guzzle, specifically in the file
/guzzlehttp/psr7/src/Utils.php:424
. The exception is thrown by the object initialized inminishlink/web-push/src/MessageSentReport.php:127
.While this error doesn't affect the functionality and the push messages are successfully delivered, it clutters the logs and makes them difficult to read.
Steps to reproduce:
Create a new push message using the provided code example:
Environment:
The text was updated successfully, but these errors were encountered: