calzoneman / sync

Node.JS Server and JavaScript/HTML Client for synchronizing online media
Other
1.46k stars 235 forks source link

Fresh install, missing JS variables #527

Closed jaw-sh closed 8 years ago

jaw-sh commented 8 years ago

I've set up my synctube up using a proxy_pass on nginx like cytu.be, but when I open a channel I get errors.

ReferenceError: IO_URL is not defined callbacks.js:1104:9
unreachable code after return statement all.js:1:23867
mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create video.js:13483:415

The page takes about 30 seconds to fatten because the JS takes to long to execute, then it complains about missing information. I followed the instructions exactly and other aspects of the site work aside from the player.

calzoneman commented 8 years ago

That variable no longer exists and is still referenced in an error handler. I'll have to update the error message not to depend on it.

jaw-sh commented 8 years ago

I closed this ticket after deducing that the issue came from the socket not being setup correctly.

On 2015-11-05 11:08 am, Calvin Montgomery wrote:

That variable no longer exists and is still referenced in an error handler. I'll have to update the error message not to depend on it.

Reply to this email directly or view it on GitHub [1].

*

Links:

[1] https://github.com/calzoneman/sync/issues/527#issuecomment-153941778