Open imransilvake opened 6 months ago
Hello @imransilvake this is version has only github security fix PR merged. Try to reinstall packages or remove node_modules and run install again. If it does not help then rollback to the version 2 that was working for you before. Version 2 is outdated and it is suggested to update to ver 3.
@staskobzar The error I got from above is from the latest version. I want to use that to fix security issues on the gitlab. I removed node_modules and installed the package again but still getting above error.
@imransilvake what vue version do you have?
@staskobzar I am using Vue with CLI: "vue": "^3.2.47"
Just tried with vue cli to create a project and setup the plugin. All works fine. In you error log plugin is using example src url that does not exists:
Did you forget to provide a real audio file path? Can you recreate it with a simple vue cli project and give me a source example?
Hey,
sorry for late reply. I was able to make it work. I have found another issue with the cors-anonym
prop. It doesn't work with av-line.
<av-line
cors-anonym
:audio-controls="false"
:line-width="2"
line-color="#6656ff"
:canv-height="20"
:canv-width="132" />
Hello @imransilvake
cors-anonym
is the part of the base mixin that is used by all the plugins, not only by av-line
. Did you try to provide a value to the prop?
<av-line
:cors-anonym="true"
/>
yes I tried that as well but it didn't work.
you do not have audio-src
attribute in your example. Are you sure you have it in your real code?
I upgraded the package to the latest version from "2.4.1" and I am getting the following error:
I followed the install instructions but that didn't fix it.
Any way to fix it?