8000 Fix commit version fetcher in ChromeMonitor.cs by svn-dys · Pull Request #13 · tomer8007/chromium-ipc-sniffer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix commit version fetcher in ChromeMonitor.cs #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

svn-dys
Copy link
@svn-dys svn-dys commented Jun 22, 2025

Old code called /git/refs/tags/{tag}. For huge repos GitHub now replies with a list (or nothing), so JSON parsing breaks. Switch to /git/ref/tags/{tag} and, when the tag is annotated, follow the extra hop to its commit. The helper now handles every Chromium tag, e.g. 139.0.7247.0.

Old code called /git/refs/tags/{tag}. For huge repos GitHub now replies with a list (or nothing), so JSON parsing breaks. Switch to /git/ref/tags/{tag} and, when the tag is annotated, follow the extra hop to its commit. The helper now handles every Chromium tag, e.g. 139.0.7247.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0