pranav-prakash / RokuCast

Cast videos from chrome to roku
180 stars 39 forks source link

Worked once and then error occurs #52

Open guzhiling opened 3 years ago

guzhiling commented 3 years ago

Hi, I tried the example website and it worked for the first time. After I exit the video on my tv, the extension seems not working anymore. The error message I got on the chrome extension page is image

Any idea why this happened?

My chrome version is: Version 85.0.4183.121 (Official Build) (64-bit)

Thank you so much!

pranav-prakash commented 3 years ago

I don't have a roku with me anymore so I can't debug. It's possible that the "play on roku" endpoint that this was using (which was reverse engineered and not guaranteed to be a stable api) was broken somehow or otherwise behaves weirdly.

You can try the master branch which has you sideload a receiver app to the roku, which should work more reliably.

guzhiling commented 3 years ago

Thank you for your reply!