"git cl try" started to fail with 403 error |
||
Issue descriptionI've been happily using "git cl try" to send my CL for CQ dry-run, but today it started failing with the following error: $ git cl try WARNING: failed to trigger CQ Dry Run. Either: * your project has no CQ * you don't have permission to trigger Dry Run * bug in this code (see stack trace below). Consider specifying which bots to trigger manually or asking your project owners for permissions or contacting Chrome Infrastructure team at https://www.chromium.org/infra Access to https://codereview.chromium.org is denied (server returned HTTP 403).
,
Feb 8 2017
It was a CL for Chromium. This CL: https://codereview.chromium.org/2685653002. It was not occurring for others CLs in the same repository. I've landed the CL since then, so I can no longer run the command on that specific CL.
,
Feb 8 2017
CL looks public. Maybe your refresh token expired. If you get the same error, please: 1. Re-run teh command with -v -v flags: $ git cl try -v -v 2. Re-open this issue and attach output of above. I can't repro it myself either.
,
Feb 8 2017
I can't reproduce on another CL either. Let's close this issue. I'll re-open and attach the output of the corresponding commands if it reproduce. |
||
►
Sign in to add a comment |
||
Comment 1 by tandrii@chromium.org
, Feb 8 2017Components: -Infra Infra>SDK