Tracks Not Playing
label ~"Type: Bug" ~"Status: Need triage"
Steps to reproduce
- Installed Funkwhale v0.14.2 using the docker image on fresh install and fully updated ubuntu-16.04.4-desktop 64 bit using the steps detailed in https://docs.funkwhale.audio/installation/docker.html
- Installed Nginx reverse proxy, with https disabled
- Imported mp3 files using the page at /library/import/launch using Firefox browser 60.0.2 (64-bit)
- Albums and files appear in the library, however when selecting tracks to play, there is no progress indicator and the length of the track is displayed as 0:00. The album art and track details are shown however
- Attempting to download the mp3 file by clicking the download button gives the following as a file with the .mp3 extension:
<!DOCTYPE html><html><head><meta charset=utf-8><title>Funkwhale</title><link rel="shortcut icon" type=image/png href=/static/favicon.png><meta name=viewport content="width=device-width,initial-scale=1"><link href=/static/css/app.21c5c4f7da4a469fdabc584b862c705d.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.2ae2e69a05c33dfc65f8.js></script><script type=text/javascript src=/static/js/vendor.7f1bd6b626e4c037cc55.js></script><script type=text/javascript src=/static/js/app.97c9bc5d979367e8c8e2.js></script></body></html>
- I have also used the demo tracks provided at https://docs.funkwhale.audio/importing-music.html#getting-demo-tracks however the issue remained the same.
What happens?
When selecting tracks to play, there is no progress indicator, the length of the track is displayed as 0:00. The album art and track details are shown however:
What is expected?
The files are expected to play in the browser.
Context
- Browser type and version (for front-end bugs): Firefox browser 60.0.2 (64-bit):
- Instance configuration (Docker/non-docker, nginx/apache as proxy, etc.): Docker Installation, Nginx proxy
- Error messages, screenshots and logs
Edited by mrzephyrus