question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot read property 'nodes' of undefined

See original GitHub issue

After login and select one repo to show in monitor tab it just returns this error message:

Error
Cannot read property 'nodes' of undefined

Your Version of Pullp

2.1.1

Your OS

Windows 10 Pro - Insider Preview - Build 18898.rs_prerelease.190510-1634

Expected Behavior

From what I took in the readme screenshots it should show me a monitor widget of my repo.

Current Behavior

It’s just showing an error message. 2019-05-23

Steps to Reproduce (for bugs)

  1. Login in
  2. Select one repo
  3. Change to Monitor tab

Console Errors

react-dom.production.min.js:151

TypeError: Cannot read property 'nodes' of undefined
    at Object.children (index.js:160)
    at n (react-apollo.browser.umd.js:462)
    at t.render (react-apollo.browser.umd.js:466)
    at f (react-dom.production.min.js:131)
    at beginWork (react-dom.production.min.js:138)
    at i (react-dom.production.min.js:176)
    at a (react-dom.production.min.js:176)
    at w (react-dom.production.min.js:182)
    at g (react-dom.production.min.js:181)
    at v (react-dom.production.min.js:181)

index.js:13

TypeError: Cannot read property 'nodes' of undefined
    at Object.children (index.js:160)
    at n (react-apollo.browser.umd.js:462)
    at t.render (react-apollo.browser.umd.js:466)
    at f (react-dom.production.min.js:131)
    at beginWork (react-dom.production.min.js:138)
    at i (react-dom.production.min.js:176)
    at a (react-dom.production.min.js:176)
    at w (react-dom.production.min.js:182)
    at g (react-dom.production.min.js:181)
    at v (react-dom.production.min.js:181)

index.js:14

{componentStack: "↵    in t↵    in t↵    in t↵    in a↵    in t↵    …withRouter(t)↵    in t↵    in t↵    in t↵    in t"}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
arthurvasconceloscommented, May 24, 2019

Currently, I am on 3 orgs: Screenshot from 2019-05-24 14-00-31 but it seems that the only one causing problems is igarape-inc and I don’t know why haha.

Yeah sure, I can test any beta you release 😃 just let me know what I can do to help 😉

0reactions
arthurvasconceloscommented, Aug 30, 2019

@rkclark Hey thank you! =D

Read more comments on GitHub >

github_iconTop Results From Across the Web

TypeError: Cannot read property 'nodes' of undefined
The error TypeError: Cannot read property 'nodes' of undefined means precisely that. The first line of helloFunction calls RED.nodes.createNode( ...
Read more >
TypeError: Cannot read property 'node' of undefined
I'm trying to install NPM. I first ran. brew install node. then
Read more >
Cannot Read Property of Undefined in JavaScript - Rollbar
What Causes TypeError: Cannot Read Property of Undefined ... Undefined means that a variable has been declared but has not been assigned a...
Read more >
Uncaught TypeError: Cannot read property 'node' of undefined.
I believe the problem is that web3 is not being bundled properly and the client is trying to use xhr2-cookies package instead of...
Read more >
Error: Cannot read property 'node' of undefined - n8n community
Unfortunately, we downgraded to 0.156.0 and we are still seeing the Error: Cannot read property 'node' of undefined error sporadically.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found