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 doesn't work when building with Go 1.14

ulope opened this issue · comments

When building with Go 1.14 the chat doesn't load (stuck at "Loading Files").

The browser console shows the following error:

chat.js:53 LinkError: WebAssembly.instantiate(): Import #1 module="go" function="runtime.resetMemoryDataView" error: function import requires a callable

Rebuilding with 1.13 makes it work as expected.

commented

Try pulling the latest. A PR was merged that should fix this. (run make clean first)