stestagg / dashcast

Chromecast app for displaying dashboard pages
MIT License
143 stars 40 forks source link

Uncaught TypeError: Cannot read property 'requestSession' of undefined #8

Open nkuznetsow opened 5 years ago

nkuznetsow commented 5 years ago

The DashCast stop working in last chrome version.

I have chrome v. 72.0.3626.119 (64 bit) running on windows 7 SP 1. Since update to this Google Chrome version Chromecast dashboard stops working.

I have follow message in developer console when I click "Go":

Uncaught TypeError: Cannot read property 'requestSession' of undefined at sendMessage ((index):235) at HTMLDivElement.go_button.onclick ((index):283) sendMessage @ (index):235 go_button.onclick @ (index):283

parkerlreed commented 5 years ago

Same here. Latest Chrome beta

(index):235 Uncaught TypeError: Cannot read property 'requestSession' of undefined
    at sendMessage ((index):235)
    at HTMLDivElement.go_button.onclick ((index):283)
ryanm2000 commented 5 years ago

Make sure you are on HTTPS, not HTTP.

parkerlreed commented 5 years ago

Ahh thanks. Not sure how I was on the wrong site. Works on https.