Trikolon / liquidradio

Frontend for music station Liquid Radio
https://liquidradio.pro
MIT License
7 stars 2 forks source link

Visualizer seems not working on Firefox #32

Closed mdartic closed 7 years ago

mdartic commented 7 years ago

Hello,

Great job in using VueJS + Material !

It seems that visualizer doesn't correctly work on my Firefox (it's ok with Chromium / Chrome) :

image

I'm using Firefox Nightly 56.0a1 (2017-07-15) (64-bit).

mdartic commented 7 years ago

There is an error in the console :

image

mdartic commented 7 years ago

After some debug, it seems the bug occured when you execute the line https://github.com/Trikolon/liquidradio/blob/master/js/app.js#L9, after creating the audio-visualizer component.

Trikolon commented 7 years ago

Thank you for the contribution! I haven't tested the application on Firefox yet, but only developed with chrome. I guess we need to look more into browser compatibility.