RESOLVED DUPLICATE of bug 217463 217158
[WinCairo] Never finish loading https://github.com/
https://bugs.webkit.org/show_bug.cgi?id=217158
Summary [WinCairo] Never finish loading https://github.com/
Fujii Hironori
Reported 2020-09-30 18:20:28 PDT
[WinCairo] Never finish loading https://github.com/ 1. Start WinCairo MiniBrowser 2. Go to https://github.com/ 3. Loading indicator stops at 90% I found this issue by testing https://stackoverflow.com/q/63851365, I got a different error of page.goto timeout. (node:34520) UnhandledPromiseRejectionWarning: page.goto: Timeout 30000ms exceeded. =========================== logs =========================== navigating to "https://github.com", waiting until "load" ============================================================ Note: use DEBUG=pw:api environment variable and rerun to capture Playwright logs. at Frame._wrapApiCall (D:\work\tmp\node_modules\playwright\lib\client\channelOwner.js:78:15) at Frame.goto (D:\work\tmp\node_modules\playwright\lib\client\frame.js:78:21) at D:\work\tmp\node_modules\playwright\lib\client\page.js:246:60 at Page._attributeToPage (D:\work\tmp\node_modules\playwright\lib\client\page.js:181:20) at Page.goto (D:\work\tmp\node_modules\playwright\lib\client\page.js:246:21) at file:///D:/work/tmp/a.mjs:9:20 at emitUnhandledRejectionWarning (internal/process/promises.js:168:15) at processPromiseRejections (internal/process/promises.js:247:11) at processTicksAndRejections (internal/process/task_queues.js:94:32) (node:34520) page.goto: Timeout 30000ms exceeded. =========================== logs =========================== navigating to "https://github.com", waiting until "load" ============================================================
Attachments
simplified content (177 bytes, text/html)
2020-10-01 13:04 PDT, Fujii Hironori
no flags
WIP patch (2.19 KB, patch)
2020-10-04 23:57 PDT, Fujii Hironori
no flags
Fujii Hironori
Comment 1 2020-10-01 13:04:39 PDT
Created attachment 410260 [details] simplified content
Fujii Hironori
Comment 2 2020-10-01 17:32:02 PDT
MediaPlayerPrivateMediaFoundation should call back MediaPlayer::networkStateChanged with NetworkState::FormatError in this case.
Fujii Hironori
Comment 3 2020-10-04 23:57:39 PDT
Created attachment 410505 [details] WIP patch
Fujii Hironori
Comment 4 2020-10-11 17:08:38 PDT
Filed : Bug 217463 – [WinCairo][MediaFoundation] Many test cases are timing out by waiting for events
Fujii Hironori
Comment 5 2020-10-14 00:27:14 PDT
*** This bug has been marked as a duplicate of bug 217463 ***
Note You need to log in before you can comment on or make changes to this bug.