Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome 72.0.3626.121: Cannot read property 'Painting' of undefined #84

Closed
deftdawg opened this issue May 29, 2019 · 7 comments
Closed

Comments

@deftdawg
Copy link

Har files generated with Chrome 72 fail with the error message: Cannot read property 'Painting' of undefined

!function(e,t) ... // fails in the compressed code on line 15 of combined.js

Files are valid if run against http://www.softwareishard.com/har/viewer/

chrome-www.google.ca.har.txt
chrome-www.google.com.har.txt

@soulgalore
Copy link
Member

Hi @deftdawg thanks for sharing the HAR, let me have a look!

Best
Peter

@deftdawg
Copy link
Author

No worries, was sanity checking with a couple of really simple captures after my really complicated IE ones failed... Figured I'd try chrome since I have more faith in it to produce well formed output. 😄

@soulgalore
Copy link
Member

This is fixed now, it seems that the you may need to do a hard refresh though, I'll look into that later.

Best
Peter

@deftdawg
Copy link
Author

Yep you fixed it. I got a prompt on the page saying "A new version exists 'reload' / 'dismiss'", reloaded and retried the chrome HARs and they worked... Retested IE ones as well, they still fail with same error (#83).

@soulgalore
Copy link
Member

Yeah I haven't done something for the IE problem, I'm saving that for later :)

@deftdawg
Copy link
Author

Understandable, it pains me that I'm forced to deal with IE at all, so I wouldn't blame you if you save it for the day IE goes away altogether. 😆

@taphyoe
Copy link

taphyoe commented Aug 21, 2019

I have to use IE11 and found the problem with the format.

IE11 HAR file doesn't have pages section and Page Ref

"pages":

"pageref": "page_1"

I just did a quick fix on my har file inroder to work. I will see if I can fix the code later. Just dropping here if someone want to fix it. :D

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants