Bug 217158 - [WinCairo] Never finish loading https://github.com/
Summary: [WinCairo] Never finish loading https://github.com/
Status: RESOLVED DUPLICATE of bug 217463
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-30 18:20 PDT by Fujii Hironori
Modified: 2020-10-14 00:27 PDT (History)
1 user (show)

See Also:


Attachments
simplified content (177 bytes, text/html)
2020-10-01 13:04 PDT, Fujii Hironori
no flags Details
WIP patch (2.19 KB, patch)
2020-10-04 23:57 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 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"
============================================================
Comment 1 Fujii Hironori 2020-10-01 13:04:39 PDT
Created attachment 410260 [details]
simplified content
Comment 2 Fujii Hironori 2020-10-01 17:32:02 PDT
MediaPlayerPrivateMediaFoundation should call back
MediaPlayer::networkStateChanged with NetworkState::FormatError in this case.
Comment 3 Fujii Hironori 2020-10-04 23:57:39 PDT
Created attachment 410505 [details]
WIP patch
Comment 4 Fujii Hironori 2020-10-11 17:08:38 PDT
Filed : Bug 217463 – [WinCairo][MediaFoundation] Many test cases are timing out by waiting for events
Comment 5 Fujii Hironori 2020-10-14 00:27:14 PDT

*** This bug has been marked as a duplicate of bug 217463 ***