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.

TypeError: r.rooms is undefined

See original GitHub issue

For some reason camera box is added twice on my Dashboard.

image

So first one is working because device is associated, but second one no. That’s ok.

Issue is I can’t edit dashboard to delete second box because no room is associated. TypeError: r.rooms is undefined

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Pierre-Gillescommented, Apr 13, 2020

Thanks @VonOx for your DB, it helped me fix it !

PR is building in https://github.com/GladysAssistant/Gladys/pull/738

0reactions
VonOxcommented, Apr 10, 2020

I’ve send my db with broken Dashboard to @pierre-gilles

Read more comments on GitHub >

github_iconTop Results From Across the Web

TypeError: Cannot read property 'room' of undefined at Socket ...
You don't have a variable named user , thus user is undefined and you can't get a property of an undefined object.
Read more >
TypeError: Cannot read property 'room' of undefined · Issue #12
Getting this error as well. It happens when trying to restart the server. I think having some way to remember the rooms and...
Read more >
TypeError: r is undefined - WordPress.org
Hello,. I am getting the following error when using the most recently released version 5.3.0 of this plugin: TypeError: r is undefined.
Read more >
Uncaught TypeError: r is not a function
I built a plugin that registers a Gutenberg block that prints a simple Mailchimp form. The plugin works with no issues.
Read more >
TypeError Handling in React.js for Map Function | Pluralsight
This error occurs because your data is not an array. The .map() function only works with arrays. First, you'll need to confirm your...
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