Andrew Riachi
unread,Jan 21, 2025, 4:57:09 PM1/21/25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev, Alexei Svitkine, Chromium-dev, andrew...@gmail.com
Thank you for the reply. I tried this and I get the following error.
$ python3 tools/bisect-builds.py -a linux64 -g 48.0.2564.116 -b 131.0.6778.139 --verify-range
Traceback (most recent call last):
File "/home/andrew/chromium/src/tools/bisect-builds.py", line 1345, in <module>
sys.exit(main())
^^^^^^
File "/home/andrew/chromium/src/tools/bisect-builds.py", line 1280, in main
context.good_revision = GetRevision(context.good_revision)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/andrew/chromium/src/tools/bisect-builds.py", line 1112, in GetRevision
response = urllib.urlopen(OMAHA_REVISIONS_URL % revision_text)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 215, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 521, in open
response = meth(req, response)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 630, in http_response
response = self.parent.error(
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 559, in error
return self._call_chain(*args)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 492, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 639, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 410: Gone
Is the version too old?