grishkovelli / vue-audio-recorder

A simple audio recorder for VueJS applications
MIT License
501 stars 158 forks source link

Got Uncaught (in promise) DOMException #25

Open vzxxbacq opened 5 years ago

vzxxbacq commented 5 years ago

First I want to thank you for your great work. I got an error when I try to set the same callback function like the demo then I found there's the same error in the live demo. The error message is as follow: Live Demo: image My project: image

vzxxbacq commented 5 years ago

OS: the client is windows 10 and the server is ubuntu(WSL) Browser: Chrome 76 Version(In my project, it's installed from NPM): "vue-audio-recorder": "^3.0.0",

smileymrking commented 5 years ago

Hello, I have encountered the same problem. Have you found the solution?

vzxxbacq commented 5 years ago

Hello @ljhsmileking , I didn't find any solution, and I replaced "recorder" with "vue-dictaphone"