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
I am currently using the laravel-google-cloud-tasks-queue plugin in my Laravel application deployed on Google App Engine. I encountered an intermittent issue starting after January 30th, with version 4.2.2 of the plugin.
The error is as follows:
php
Copiar código
ErrorException: Uninitialized string offset 0
The error occurs occasionally after the code has been running for a short period. I couldn’t reproduce it consistently, but I captured the logs through Sentry. The problem appears to originate from the following section in CloudTasksQueue.php at line 234:
It seems related to the initialization of the $httpRequest
Environment Details:
PHP Version: 8.2
Composer Version: 2.2.1 (set using GOOGLE_COMPOSER_VERSION)
Environment: Google App Engine
For now, I’ve reverted to version 4.1.1 of the plugin to see if the issue persists.
If you need further information or logs to help debug this, let me know, and I’ll provide them.
Print from sentry:
Thank you for your time and support!
Best regards,
Gustavo Bretas
The text was updated successfully, but these errors were encountered:
Hello,
I am currently using the laravel-google-cloud-tasks-queue plugin in my Laravel application deployed on Google App Engine. I encountered an intermittent issue starting after January 30th, with version 4.2.2 of the plugin.
The error is as follows:
php
Copiar código
ErrorException: Uninitialized string offset 0
The error occurs occasionally after the code has been running for a short period. I couldn’t reproduce it consistently, but I captured the logs through Sentry. The problem appears to originate from the following section in CloudTasksQueue.php at line 234:
It seems related to the initialization of the $httpRequest
Environment Details:
PHP Version: 8.2
Composer Version: 2.2.1 (set using GOOGLE_COMPOSER_VERSION)
Environment: Google App Engine
For now, I’ve reverted to version 4.1.1 of the plugin to see if the issue persists.
If you need further information or logs to help debug this, let me know, and I’ll provide them.
Print from sentry:
Thank you for your time and support!
Best regards,
Gustavo Bretas
The text was updated successfully, but these errors were encountered: