-
Notifications
You must be signed in to change notification settings - Fork 106
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
Protobuf gencode version 5.27.2 is older then the runtime version 5.28.1 at playwright.proto #3789
Comments
The download is controlled by Playwright and we can’t fix it. Because we run Windows also in our CI, the binary should be there, have you retried the installation and see what it says? The protobuf warning is Browser library problem and I did notice it too after the release. Need to see how it can be fixed. |
Cause found, 18.8.1 calls for chromium 1134 which seems to have not been picked up by our internal mirror yet. |
@allcontributors please add @Houbein for bugs |
I've put up a pull request to add @Houbein! 🎉 |
I think this is caused by protocolbuffers/protobuf#18096 and we need to wait for new release from protobuf. |
We fixed it so, that we have now downgraded the protobuf version. |
I understand, but I don't really consider a downgrade to be a "fix". |
Describe the bug
In version 18.8.1 rfbrowserinit fails with the following error:
Failed to download Chromium 129.0.6668.29 (playwright build v1134) caused by Download failure, code=1
at ChildProcess. (c:\Python312\Lib\site-packages\Browser\wrapper\node_modules\playwright-core\lib\server\registry\browserFetcher.js:91:16)
There is also a warning:
c:\Python312\Lib\site-packages\google\protobuf\runtime_version.py:122: UserWarning: Protobuf gencode version 5.27.2 is older then the runtime version 5.28.1 at playwright.proto. Please avoid checked-in Protobuf gencode that can be obsolete.
To Reproduce
Install version 18.8.1
run rfbrowserinit
Desktop:
Additional context
Downgrading to 18.8.0 solves the issue.
The text was updated successfully, but these errors were encountered: