Hi all,
We are working on Chromium OS bring-up on a dev board, using a private-overlay.
Recently we started facing this issue during first-time login (OOBE). Attached logs from /var/log/chrome/chrome.
[1724:1724:0915/193737:WARNING:error_screen.cc(94)] Network error screen message is shown
[1724:1724:0915/193737:WARNING:CONSOLE(237)] "<webview>: The load has aborted with error -356: ERR_QUIC_PROTOCOL_ERROR.", source: extensions::webViewEvents (237)
"chrome://net-internals/#quic" shows "QUIC Enabled: true" by default.
If we disable quic from /etc/chrome_dev.conf, we are able to get through this error. Also, next time on wards there are no issues while logging-in, even with quic enabled.
Current Chromium version: 55.0.2867.0
Last known working version: 53
By looking at Chromium commit history, we couldn't figure out if this is something that got enabled recently.
Could someone help us point to a change that could have triggered this issue and also a possible solution for the same?
Thanks,
Sumit