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

Uncaught (in promise) TypeError: hv2 is not a function at Proxy.render (AvBase.js:181:12) #104

Open
sanderdechering opened this issue May 13, 2022 · 4 comments

Comments

@sanderdechering
Copy link

Anyone know a fix for this issue?

@staskobzar
Copy link
Owner

Hello,
what vue version do you use 2 or 3? Can you provide a code example?

@faroit
Copy link

faroit commented May 23, 2022

@staskobzar i seem to have the same/similar problem. I was adding vue-audio-visual to a sli.dev presentation using

import { defineAppSetup } from '@slidev/types'
import AudioVisual from 'vue-audio-visual'

export default defineAppSetup(({ app, router }) => {
    // Vue App
    app.use(AudioVisual)
})

...restarted the server and AudioVisual seemed to load fine. But as soon as I added the component <av-bars audio-src="/ten.wav"></av-bars> to the slides, i get the following errors:

image

my vue version is 3.2.34

Thanks for looking into this. It seems the only up-to-date vuetified audio player left!

@staskobzar
Copy link
Owner

@faroit thanks for the report.
I confirm the problem with vue3. Interesting that when I have vue-audio-visual on my local drive with all dependencies and
point in "package.json" to that local folder then it works
image

Probably some plugin build problems.
All my projects are still in vue2 and I am only planning to start upgrading to vue3 and upgrade this plugin.
I am not sure when I will be able to do that but will try to follow up.
Best regards

@staskobzar
Copy link
Owner

Hello,
I am working on new version on vue3. It will take some time but I hope to have soon new vue3 release ready

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

3 participants