Skip to content
New issue

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

app.js:166 Uncaught ReferenceError #10

Open
vk-gst opened this issue Apr 14, 2020 · 0 comments
Open

app.js:166 Uncaught ReferenceError #10

vk-gst opened this issue Apr 14, 2020 · 0 comments

Comments

@vk-gst
Copy link

vk-gst commented Apr 14, 2020

I am trying to use this code to host on ec2 on AWS. I have followed the same steps as mentioned in the blog. However I face the following issue:

recordButton clicked                                                                 app.js:45
getUserMedia() success, stream created, initializing Recorder.js ...                 app.js:73 
Recording started                                                                    app.js:98 
stopButton clicked                                                                   app.js:166
 Uncaught ReferenceError: recordingsList is not defined
    at createDownloadLink                                                            (app.js:166)
    at Worker.Recorder.worker.onmessage                                              (recorder.js:238)

I have no clue why this is occuring. The microphone access is enabled. But however nothing is being recorded.

Could you please let me know where, I am going wrong with this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant