zorchenhimer / MovieNight

Single instance video streaming server with integrated chat.

Home Page:https://discord.gg/F2VSgjJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat does not work, cant join

docwho76 opened this issue · comments

On Ubuntu 19.10, seems to be a repeat of the "join is not a function" issue

(index):119 Uncaught TypeError: join is not a function
at HTMLInputElement.onclick ((index):119)
at Object.trigger (jquery.js:3)
at HTMLInputElement. (jquery.js:3)
at Function.each (jquery.js:2)
at n.fn.init.each (jquery.js:2)
at n.fn.init.trigger (jquery.js:3)
at HTMLInputElement.keypress (chat.js:235)
at HTMLInputElement.dispatch (jquery.js:3)
at HTMLInputElement.r.handle (jquery.js:3)
onclick @ (index):119
trigger @ jquery.js:3
(anonymous) @ jquery.js:3
each @ jquery.js:2
each @ jquery.js:2
trigger @ jquery.js:3
keypress @ chat.js:235
dispatch @ jquery.js:3
r.handle @ jquery.js:3

Running golang 1.12 installed from apt. Open to suggestions what to try

Actually, this fixes me

#101 (comment)

commented

I should probably change the version requirement in the README. If you are running an older version of Go you can install a newer version alongside the distro's version.