Bug 205130 - Web Inspector: Uncaught Exception: Missing frame for given frameId (on techcrunch.com)
Summary: Web Inspector: Uncaught Exception: Missing frame for given frameId (on techcr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL: https://techcrunch.com/
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-12-11 12:08 PST by BJ Burg
Modified: 2019-12-11 12:42 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.23 KB, patch)
2019-12-11 12:21 PST, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2019-12-11 12:08:11 PST
Uncaught Exception in Web Inspector.

Steps to Reproduce:
- Load Techcrunch while Web Inspector is open.

Uncaught Exceptions:
-----------------------
 - Missing frame for given frameId (at Main.js:3193:75)
    ? @ Main.js:3193:75
    _manifestForFrameLoaded @ ApplicationCacheManager.js:179:35
    _manifestForFrameLoaded @ [native code]
    _dispatchResponseToCallback @ Connection.js:152:27
    _dispatchResponse @ Connection.js:122:45
    dispatch @ Connection.js:77:35
    dispatchMessageFromTarget @ TargetManager.js:162:39
    dispatchMessageFromTarget @ TargetObserver.js:47:51
    _dispatchEvent @ Connection.js:210:26
    dispatch @ Connection.js:79:32
    dispatch @ InspectorBackend.js:219:52
    ? @ MessageDispatcher.js:42:34

Additional Details:
-----------------------

Notes:
Inspected URL:        https://techcrunch.com/
Loading completed:    true
Frontend User Agent:  Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko)
Dispatch Source:      Protocol Event

Protocol Event:
{"method":"Target.dispatchMessageFromTarget","params":{"targetId":"page-30","message":"{\"error\":{\"code\":-32000,\"message\":\"Missing frame for given frameId\",\"data\":[{\"code\":-32000,\"message\":\"Missing frame for given frameId\"}]},\"id\":320}"}}
Dispatch Source:      Protocol Command Response

Protocol Command Response:
{"error":{"code":-32000,"message":"Missing frame for given frameId","data":[{"code":-32000,"message":"Missing frame for given frameId"}]},"id":320}

Protocol Command Request:
{"id":320,"method":"ApplicationCache.getManifestForFrame","params":{"frameId":"0.176"}}
Comment 1 Radar WebKit Bug Importer 2019-12-11 12:08:24 PST
<rdar://problem/57847699>
Comment 2 Devin Rousso 2019-12-11 12:21:22 PST
Created attachment 385422 [details]
Patch
Comment 3 WebKit Commit Bot 2019-12-11 12:42:50 PST
Comment on attachment 385422 [details]
Patch

Clearing flags on attachment: 385422

Committed r253390: <https://trac.webkit.org/changeset/253390>
Comment 4 WebKit Commit Bot 2019-12-11 12:42:52 PST
All reviewed patches have been landed.  Closing bug.