-
Notifications
You must be signed in to change notification settings - Fork 470
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
alloy: Error -337 ERR_HTTP2_PROTOCOL_ERROR when attempting to log in to Dayforce #3676
Comments
--use-spdy=off does not work around the issue. |
This has turned into a significant issue. Any feedback? |
That flag no longer exists. You can try |
cefclient.exe --disable-http2 "--url=https://www.dayforcehcm.com/mydayforce/login.aspx" cefclient.exe "--cache-path=C:\Temp\CefCache" "--url=https://www.dayforcehcm.com/mydayforce/login.aspx" |
Any other ideas? Many people are reporting this issue. |
No other suggestions at this time. Someone will need to debug the issue in CEF/Chromium. I suggest you revert to an earlier CEF version until the issue is resolved. |
Alloy bootstrap is deprecated (see #3685). Issues that only reproduce with Alloy bootstrap are being closed as WontFix. |
Error -337 ERR_HTTP2_PROTOCOL_ERROR when attempting to log in to Dayforce.
I think 337 is:
"There is a SPDY protocol error."
To Reproduce
cefclient.exe "--url=https://www.dayforcehcm.com/mydayforce/login.aspx"
Put anything into all 3 textboxes and press Enter.
It should show a login error, but instead shows an HTTP error:
Page failed to load.
URL: https://www.dayforcehcm.com/mydayforce/MyDayforce.aspx
Error: UNKNOWN (-337)
ERR_HTTP2_PROTOCOL_ERROR
Versions:
Additional context
Chrome 123 does not have the issue and neither does cefclient when you use the Chrome runtime:
--enable-chrome-runtime
We can't use the Chrome runtime, though.
A couple logs:
[0408/131805.563:INFO:CONSOLE(27)] "LD: [warn] Error on stream connection: {"isTrusted":true}, will continue retrying every 1000 milliseconds.", source: https://static.dayforcehcm.com/libraries/@platform/core/1.27/dist/core.js?v=66.0.2.07517 (27)
[0408/131805.571:WARNING:frame_impl.cc(427)] SendProcessMessage sent to detached frame 5-0F3822A5F4B1C620726B61BB087DB944 will be ignored
The text was updated successfully, but these errors were encountered: