## Browser
- [x] Chromium Based
- [x] Firefox Based
- [ ] Other
<!-- Name and Version -->.
Firefox 102.0.1
Chromium 103.0.5060.114
## Expected Behaviour
<!-- TODO -->
The song should start playing.
## Actual Behaviour
<!-- TODO -->
A popup with an error is thrown.
## Misc. ( optional )
<!-- Screen Shots / Console Logs / Network Requests / Anything else Relevent -->


The error just means that autoplay of audio is disabled by the browser :)
https://developer.mozilla.org/en-US/docs/Web/Media/Autoplay_guide#autoplay_availability
https://developer.chrome.com/blog/autoplay/
https://webkit.org/blog/7734/auto-play-policy-changes-for-macos/
Idk if it is good ux to have that error popup though, I think it might just be better to not make it autoplay as most browsers block autoplay with audio by default.
Idk if it is good ux to have that error popup though, I think it might just be better to not make it autoplay as most browsers block autoplay with audio by default.
Browser
Firefox 102.0.1
Chromium 103.0.5060.114
Expected Behaviour
The song should start playing.
Actual Behaviour
A popup with an error is thrown.
Misc. ( optional )
Sorry for all the opened issues recently. Here is an example url btw: https://hyperpipe.surge.sh/watch?v=Kx7B-XvmFtE
The error just means that autoplay of audio is disabled by the browser :)
https://developer.mozilla.org/en-US/docs/Web/Media/Autoplay_guide#autoplay_availability
https://developer.chrome.com/blog/autoplay/
https://webkit.org/blog/7734/auto-play-policy-changes-for-macos/
But point made,
I will make it more user friendly
Perhaps there can be a play button instead since most browsers disable autoplay with audio by default.
Just click on the play/pause button on the bottom, it should start playing normally :)
The icon may not switch in some cases though
Idk if it is good ux to have that error popup though, I think it might just be better to not make it autoplay as most browsers block autoplay with audio by default.
Ahh, okay I'll replace the alert with a console error.
Thank you for your input