mlakkadshaw / DeadSimpleScreeSharing-OSE

A simple screen sharing app written in node.js that allows you to share you screen with anyone right from your browser
233 stars 76 forks source link

Cannot read property 'getBackgroundPage' of undefined in Popup.js #3

Closed dotnetexpert86 closed 9 years ago

dotnetexpert86 commented 9 years ago

Hello, I can see this error when i am running the popup.html file in local host.. the error in Js file.

Cannot read property 'getBackgroundPage' of undefined

dotnetexpert86 commented 9 years ago

i am sharing the screenshot : http://screencast.com/t/vRvZ7mH3G

dotnetexpert86 commented 9 years ago

i am sharing the screenshot : http://screencast.com/t/vRvZ7mH3G

dotnetexpert86 commented 9 years ago

i am sharing the screenshot : http://screencast.com/t/vRvZ7mH3G

dotnetexpert86 commented 9 years ago

i am sharing issue: http://screencast.com/t/vRvZ7mH3G

dotnetexpert86 commented 9 years ago

i am sharing issue: http://screencast.com/t/vRvZ7mH3G

mlakkadshaw commented 9 years ago

The popup.html file loads as a chrome extension and getBackgroundPage is defined in the google chrome extensions api, hence you are getting undefined error.