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

TraceElements: impactedNodes is not iterable #15870

Open
2 tasks done
SamTyurenkov opened this issue Mar 20, 2024 · 3 comments
Open
2 tasks done

TraceElements: impactedNodes is not iterable #15870

SamTyurenkov opened this issue Mar 20, 2024 · 3 comments
Assignees
Labels
bug needs-investigation P2 PSI/LR PageSpeed Insights and Lightrider

Comments

@SamTyurenkov
Copy link

FAQ

URL

https://play-best-games.com/atomic-heart/

What happened?

Actually, in lighthouse it works:
image

However I wanted to report pagespeed.web.dev version, which errors on multiple checks
image

What did you expect?

I expect pagespeed.web.dev to show same results as browsers lighthouse feature or at least show the checks results properly, without error.

What have you tried?

I have really no idea, what should I try on my side to debug lighthouse behavior.
Please suggest.

How were you running Lighthouse?

web.dev

Lighthouse Version

i used the version that is used on pagespeed.web.dev

Chrome Version

122.0.6261.129

Node Version

OS

Windows 11

Relevant log output

-
@adamraine adamraine changed the title pagespeed insights website error analyzing webpage TraceElements: impactedNodes is not iterable Mar 20, 2024
@adamraine
Copy link
Member

adamraine commented Mar 20, 2024

I can reproduce this but not consistently. Looks like TraceElements is throwing an error saying impactedNodes is not iterable.

What's weird is that we handle the undefined/null case so in theory this isn't possible:

const impactedNodes = event.args.data.impacted_nodes || [];

@adamraine adamraine added needs-investigation P2 PSI/LR PageSpeed Insights and Lightrider labels Mar 20, 2024
@adamraine
Copy link
Member

adamraine commented Apr 2, 2024

Artifacts from failing PSI run impacted-nodes.artifacts.json.gz

@RodrigoTomeES
Copy link

We are experimented the same error in our website => https://pagespeed.web.dev/analysis/https-bigcrafters-com/5sactpqqk8?form_factor=mobile

@adamraine adamraine mentioned this issue Apr 17, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs-investigation P2 PSI/LR PageSpeed Insights and Lightrider
Projects
None yet
Development

No branches or pull requests

3 participants