We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After start, i'm visiting localhost:3700 and obtain the follow error:
WebSocket connection to 'ws://null/' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED
The wav file is created but it is always empty.
The text was updated successfully, but these errors were encountered:
Looking in the source code for binaryjs, it seems like some kind of feature detection
t.supportsBinaryWebsockets = function() { try { var e = new WebSocket("ws://null"); return e.onerror = function() {} , typeof e.binaryType != "undefined" ? !0 : !1 } catch (t) { return !1 }
I also got the error message in the log; but no harm was done. The wav-file was fully written into my file system 👍
Sorry, something went wrong.
No branches or pull requests
After start, i'm visiting localhost:3700 and obtain the follow error:
WebSocket connection to 'ws://null/' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED
The wav file is created but it is always empty.
The text was updated successfully, but these errors were encountered: