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
{{ message }}
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
index.js:4 Uncaught TypeError: tslib_1.__exportStar is not a function
at Object.8../EventStreamMarshaller (index.js:4)
at o (_prelude.js:1)
at _prelude.js:1
at Object. (main.js:4)
at Object.3../audioUtils (main.js:244)
at o (_prelude.js:1)
at r (_prelude.js:1)
at _prelude.js:1
When I try to call your script by $.getScript() jQuery function.
$.getScript( 'https://transcribe-websockets.go-aws.com/dist/main.js' );
I've got this error in browser log:
index.js:4 Uncaught TypeError: tslib_1.__exportStar is not a function
at Object.8../EventStreamMarshaller (index.js:4)
at o (_prelude.js:1)
at _prelude.js:1
at Object. (main.js:4)
at Object.3../audioUtils (main.js:244)
at o (_prelude.js:1)
at r (_prelude.js:1)
at _prelude.js:1
Why it is happen? I have no this issue with
<script src="https://transcribe-websockets.go-aws.com/dist/main.js"></script>The text was updated successfully, but these errors were encountered: