Skip to content
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

Reviews list API call randomly throwing 404 [Not Found] Error #19

Open
kusumbavk opened this issue Aug 13, 2020 · 1 comment
Open

Reviews list API call randomly throwing 404 [Not Found] Error #19

kusumbavk opened this issue Aug 13, 2020 · 1 comment

Comments

@kusumbavk
Copy link

"error": {
"code": 404,
"message": "Requested entity was not found.",
"errors": [
{
"message": "Requested entity was not found.",
"domain": "global",
"reason": "notFound"
}
],
"status": "NOT_FOUND"
}
}
{"user_data":[],"error_code":404,"error_msg":"{
"error": {
"code": 404,
"message": "Requested entity was not found.",
"errors": [
{
"message": "Requested entity was not found.",
"domain": "global",
"reason": "notFound"
}
],
"status": "NOT_FOUND"
}
}
","error_sub_code":"","error_file":"ROOT_PATH/vendor/google/apiclient/src/Google/Http/REST.php","error_line":118,"error_trace":[{"file":"ROOT_PATH/vendor/google/apiclient/src/Google/Http/REST.php","line":94,"function":"decodeHttpResponse","class":"Google_Http_REST","type":"::","args":["[object] (GuzzleHttp\Psr7\Response: {})","[object] (GuzzleHttp\Psr7\Request: {})","Google_Service_MyBusiness_ListReviewsResponse"]},

{"file":"ROOT_PATH/vendor/google/apiclient/src/Google/Task/Runner.php","line":176,"function":"doExecute","class":"Google_Http_REST","type":"::","args":["[object] (GuzzleHttp\Client: {})","[object] (GuzzleHttp\Psr7\Request: {})","Google_Service_MyBusiness_ListReviewsResponse"]},{"file":"ROOT_PATH/vendor/google/apiclient/src/Google/Http/REST.php","line":58,"function":"run","class":"Google_Task_Runner","type":"->","args":[]},{"file":"ROOT_PATH/vendor/google/apiclient/src/Google/Client.php","line":842,"function":"execute","class":"Google_Http_REST","type":"::","args":["[object] (GuzzleHttp\Client: {})","[object] (GuzzleHttp\Psr7\Request: {})","Google_Service_MyBusiness_ListReviewsResponse",[],null]},{"file":"ROOT_PATH/vendor/google/apiclient/src/Google/Service/Resource.php","line":232,"function":"execute","class":"Google_Client","type":"->","args":["[object] (GuzzleHttp\Psr7\Request: {})","Google_Service_MyBusiness_ListReviewsResponse"]},{"file":"ROOT_PATH/vendor/spotonlive/php-google-my-business/MyBusiness.php","line":2384,"function":"call","class":"Google_Service_Resource","type":"->","args":["list",[{"parent":"ACCOUNT_NAME","orderBy":"update_time desc","pageSize":50,"pageToken":null}],"Google_Service_MyBusiness_ListReviewsResponse"]},

@DaganGabrielRead
Copy link

i also get these

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants