Closed torinberger closed 6 years ago
@torinberger you're using an ancient version of wavesurfer. Please try 2.0.5 or newer.
I just tried with version 2.0.5, from this cdn: https://cdnjs.cloudflare.com/ajax/libs/wavesurfer.js/2.0.5/wavesurfer.min.js
Still get the same error
You shall define the waveform div before the js script that initializes the object from the container. This example can work, regardless of that, you may find a CORS problem to solve.
Wavesurfer.js version(s):
1.1.10
Browser version(s):
Chrome v66.0.3359.139
Code needed to reproduce the issue:
Index.js
main.js
Error
Uncaught Error: Container element not found at Object.init (VM126 wavesurfer.min.js:4) at Object.a.create (VM126 wavesurfer.min.js:4) at VM127 main.js:2
I'm really stuck, just followed docs and this https://codepen.io/LBPSlava/pen/rLJoPG. Any help would be appreciated. Thanks