Skip to content

Instantly share code, notes, and snippets.

Created November 12, 2014 04:32
Show Gist options
  • Save anonymous/63d61db5ea175ef5e9d1 to your computer and use it in GitHub Desktop.
Save anonymous/63d61db5ea175ef5e9d1 to your computer and use it in GitHub Desktop.
CS-MacBook-Pro:ArticleFeedbackv5 baochuan$ git review -d 171508
Traceback (most recent call last):
File "/Users/baochuan/anaconda/bin/git-review", line 11, in <module>
sys.exit(main())
File "/Users/baochuan/anaconda/lib/python2.7/site-packages/git_review/cmd.py", line 1180, in main
local_branch = fetch_review(options.changeidentifier, branch, remote)
File "/Users/baochuan/anaconda/lib/python2.7/site-packages/git_review/cmd.py", line 886, in fetch_review
parse_exc=ReviewInformationNotFound)
File "/Users/baochuan/anaconda/lib/python2.7/site-packages/git_review/cmd.py", line 416, in query_reviews
parse_exc=parse_exc)
File "/Users/baochuan/anaconda/lib/python2.7/site-packages/git_review/cmd.py", line 434, in query_reviews_over_http
request = run_http_exc(exception, url)
File "/Users/baochuan/anaconda/lib/python2.7/site-packages/git_review/cmd.py", line 175, in run_http_exc
raise klazz(255, str(err), ('GET', url), env)
git_review.cmd.CannotQueryPatchSet: Cannot query patchset information
The following command failed with exit code 255
"GET https://gerrit.wikimedia.org/changes/?q=171508&o=CURRENT_REVISION"
-----------------------
Cannot query patchset information
The following command failed with exit code 104
"GET https://gerrit.wikimedia.org/changes/?q=171508&o=CURRENT_REVISION"
-----------------------
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /changes/ was not found on this server.</p>
</body></html>
-----------------------
-----------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment