You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
BorisMolch
changed the title
ReferenceError: libopenmpt is not defined
Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist.
Apr 30, 2023
Not sure if this is the issue here. The error message doesn't ring any bells for me (appears to be related to browser extensions?). I'm guessing you should wait until libopenmpt.onRuntimeInitialized gets called before you create an instance of ChiptuneJsPlayer. At least that's a potential source of problems. Waiting for libopenmpt to be be defined is not quite the same thing.
Hey, trying to just play audio using:
get this error:
index.html:1 Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist.
i think im including the correct files here:
The text was updated successfully, but these errors were encountered: