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.

ndb window stays empty

See original GitHub issue

👋

Steps to reproduce

Tell us about your environment:

  • ndb version: v1.0.43
  • Platform / OS version: MacOS 10.14.3
  • Node.js version: v8.10.0
  • Chrome Version: 72.0.3626.121 (Official Build) (64-bit)
  • Chrome Canary Version: 74.0.3723.0 (Official Build) canary (64-bit)
  • nvm version: 0.30.2

What steps will reproduce the problem?

  1. npm install -g ndb@1.0.43
  2. ndb yarn start/test (in any project I have with these hooks)

What is the expected result? ndb to show the dev-tools screen

What happens instead?

shows a blank screen: ndb-start

inspecting the window, I see errors in the console: ndb-console-error

ndb_app.js:3 Uncaught TypeError: document.registerElement is not a function
    at Object.UI.registerCustomElement (ndb_app.js:3)
    at ndb_app.js:3
    at ndb_app.js:3

no errors in the terminal (when invoking ndb)

I’ve also tried with:

  • ndb version: 1.0.42, 1.0.41
  • Node.js version: v10.15.2

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
gagoarcommented, Mar 6, 2019

Perhaps carlo changed how it launches Chrome during those releases.

But, I’ve just tried it again and the latest Canary 74.0.3726.0 works.

I wonder if it would be better to be able to select the browser we want to use with ndb. Maybe having the chance to change what chrome is used would simplify how we troubleshoot 🤔

1reaction
brendankennycommented, Mar 5, 2019

Looks like this is due to Shadow DOM v0 being removed - https://www.chromestatus.com/features/4507242028072960. Either a polyfill will have to be added or update to the shipping standard.

What does DevTools itself do?

Read more comments on GitHub >

github_iconTop Results From Across the Web

NDB Administration - Python 2 - Google Cloud
When using the Google Cloud console , remember that NDB is implemented by means ... namespace encountered and are only found in the...
Read more >
Why do I get an extra empty window in Tkinter? - Stack Overflow
Actually that blank window is your main window. Toplevel() is used to make child windows for the parent Tk() windows,ie, if you want...
Read more >
All Services - Studio NDB
BROWS Brow wax $25 NDB uses a soft "wax" called Nufree. Nufree is a natural, ... protecting the empty hair follicle from infection...
Read more >
ENR 1.5 Holding, Approach, and Departure Procedures - FAA
ATC must always issue complete holding instructions when pilots request them. ... Controllers will clear RNAV-equipped aircraft for instrument approach ...
Read more >
常州小姐包夜.ndb – Le Bon Shoppe
Collection 常州小姐包夜.ndb is empty ... Let's Stay in. Touch! Sign up for our newsletter and get 10% off your first order! SIGN UP....
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