You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just spent a couple of hours chasing around an issue with this service.
It started failing in our pipeline with the error SevereServiceError: Couldn't set up Chromedriver Couldn't fetch Chromedriver version: Unexpected token : in JSON at position 3
having the same issue for vscode 1.82.2.
and I had to dig through source to figure out which version doesn't have the manifest file.
so it would be helpful that error message would say which version is broken at least.
I've just spent a couple of hours chasing around an issue with this service.
It started failing in our pipeline with the error
SevereServiceError: Couldn't set up Chromedriver Couldn't fetch Chromedriver version: Unexpected token : in JSON at position 3
We test against stable (which got updated today). Turns out that the manifest for
1.74.1
(https://raw.githubusercontent.com/microsoft/vscode/1.74.1/cgmanifest.json) has not been made available yet.Would it be possible to fallback to
main
(insiders) with an appropriate message under these circumstances?cc @christian-bromann
The text was updated successfully, but these errors were encountered: