New issue
Advanced search Search tips

Issue 689997 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Feb 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

"git cl try" started to fail with 403 error

Project Member Reported by sdefresne@chromium.org, Feb 8 2017

Issue description

I'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).

 
Cc: tandrii@chromium.org
Components: -Infra Infra>SDK
This is weird. What's your project/CL?

Also, you can do this during upload:

git cl upload [-d|--dry-run]
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.
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.
Status: WontFix (was: Untriaged)
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