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

Uncaught TypeError: Cannot read property 'update' of undefined #539

Closed
feross opened this issue May 19, 2016 · 1 comment
Closed

Uncaught TypeError: Cannot read property 'update' of undefined #539

feross opened this issue May 19, 2016 · 1 comment
Labels

Comments

@feross
Copy link
Member

feross commented May 19, 2016

What version of WebTorrent Desktop? (See the 'About WebTorrent' menu)

0.5.1

What operating system and version?

OS X 10.11.5

What did you do?

Open the app, look at developer console

What did you expect to happen?

No errors.

What actually happened?

"Uncaught TypeError: Cannot read property 'update' of undefined"

@feross feross added the bug label May 19, 2016
@furstenheim
Copy link
Contributor

It seems that 'leave-full-screen' (window.js:118) is triggered by electron before the application has init and this tries to update vdom before it is defined

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

No branches or pull requests

2 participants