New issue
Advanced search Search tips

Issue 904179 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Nov 13
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug



Sign in to add a comment

sometimes this video could not be loaded because of the following error. while I refresh this video it could be reloaded and played normally;

Reported by axuefeng...@gmail.com, Nov 11

Issue description

UserAgent: Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; Redmi Note 5 Build/OPM1.171019.011) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.1.9.999 Mobile Safari/537.36

Example URL:

Steps to reproduce the problem:
Bug

What is the expected behavior?

What went wrong?

Hi; I have encountered the same prolem when access to this video (https://testforcbg-xn.obs.cn-southwest-2.myhwclouds.com/%E5%8A%A0%E5%85%A5%E5%8D%8E%E4%B8%BA%EF%BC%8C%E5%A4%A7%E6%9C%89%E5%8F%AF%E4%B8%BA%EF%BC%8CJust_Waiting_For_U%EF%BC%81.mp4 ) by using chrome 8.0.3440.106 (cohort: Stable) and any other chrome support h2 .
sometimes this video could not be loaded because of the following error. while I refresh this video it could be reloaded and played normally; 
it never happened using firefox. no log of the second request  is found in server jetty.log. I am asking for help here. thanks a lot.
more information will attached later. 
Then in 53008 HTTP2_SESSION:
t=37067 [st=493]    HTTP2_SESSION_CLOSE
                    --> description = "Framer error: 2 (INVALID_CONTROL_FRAME)."
                    --> net_error = -337 (ERR_SPDY_PROTOCOL_ERROR)

wireshark information cloud be filtered by condigtion : ip.dst == 139.9.224.10 || ip.src == 139.9.224.10
@chromium.org
My email eddress:axuefeng1990@gmail.com

Did this work before? N/A 

Is it a problem with Flash or HTML5? N/A

Does this work in other browsers? N/A

Chrome version: 57.0.2987.108  Channel: n/a
OS Version: 8.0.3440.106
Flash Version: 8.0.3004.106

Contents of chrome://gpu:
 
h2_error.pcapng
971 KB Download
Requests.txt
2.9 KB View Download
spdy_err.htm
246 KB View Download
Labels: Needs-Milestone
Components: Internals>Network>HTTP2
Labels: Needs-Feedback
Please collect and attach a chrome://net-export log. Instructions can be found here: https://sites.google.com/a/chromium.org/dev/for-testers/providing-network-details
Components: -Internals>Media
Labels: -Needs-Feedback
Status: WontFix (was: Unconfirmed)
I was able to reproduce this error by visiting the URL above, no need to collect a chrome://net-export log any more.

After sending a couple of properly formatted DATA frames of size 16384, the server sends the following HTTP/2 frame to Chrome: 0x00 0x00 0x01 0xdb 0x00 0x00 0x01 0x41 0x00 0x00.  This is a frame of length 1, of type 0xdb, with flags 0x00, on stream 0x00014100, with payload 0x00.  This frame type is unknown and would normally be ignored as prescribed by the specification, except that stream 0x00014100 is not open yet, so Chrome closes the connection with protocol error.

Note that the values in this frame (frame type and stream id) as well as the next few kilobytes of data on the connection all look like gibberish.  I very strongly suspect a server error, therefore I'm closing this issue as WontFix.


@chromium.org
chrome-net-export-log.json
502 KB View Download

Sign in to add a comment