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
Validation failed for [client_id] with value []: client_id is required.
/home/www-data/www/adwyii/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Lib/AdsUser.php at line 522
2. in /home/www-data/www/adwyii/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php – AdsUser::ValidateOAuth2Info() at line 355
3. in /home/www-data/www/adwyii/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php – AdWordsUser::ValidateUser() at line 222
4. in /home/www-data/www/adwyii/frontend/modules/keywordsgeneration/controllers/DefaultController.php – AdWordsUser::GetService('AdGroupService', 'v201402') at line 45
5. frontend\modules\keywordsgeneration\controllers\DefaultController::actionCreate()
6. in /home/www-data/www/adwyii/vendor/yiisoft/yii2/base/InlineAction.php – call_user_func_array([frontend\modules\keywordsgeneration\controllers\DefaultController, 'actionCreate'], []) at line 55
7. in /home/www-data/www/adwyii/vendor/yiisoft/yii2/base/Controller.php – yii\base\InlineAction::runWithParams(['r' => 'keywordsgeneration/default/creat...']) at line 150
8. in /home/www-data/www/adwyii/vendor/yiisoft/yii2/base/Module.php – yii\base\Controller::runAction('create', ['r' => 'keywordsgeneration/default/creat...']) at line 462
9. in /home/www-data/www/adwyii/vendor/yiisoft/yii2/web/Application.php – yii\base\Module::runAction('keywordsgeneration/default/creat...', ['r' => 'keywordsgeneration/default/creat...']) at line 83
10. in /home/www-data/www/adwyii/vendor/yiisoft/yii2/base/Application.php – yii\web\Application::handleRequest(yii\web\Request) at line 371
11. in /home/www-data/www/adwyii/frontend/web/index.php – yii\base\Application::run()
PHP Recoverable Error 'yii\base\ErrorException' with message 'Argument 1 passed to OAuth2Handler::GetOrRefreshAccessToken() must be of the type array, string given, called in /home/www-data/www/adwyii/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/AdWords/Util/ReportUtils.php on line 313 and defined'
When I use revision with commit hash: 52123a0 it works fine
The text was updated successfully, but these errors were encountered:
The constructor signature of AdWordsUser was changed with the removal of ClientLogin support in 5.5.1. So you'll need to update your constructor params.
After update to v5.5.1. my old script throws exceptions. It in two places different exceptions:
First:
Exception:
Second:
Exception:
When I use revision with commit hash: 52123a0 it works fine
The text was updated successfully, but these errors were encountered: