-
Notifications
You must be signed in to change notification settings - Fork 129
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
How to build web file? #860
Comments
Explain the use case. I want to run finamp on Tesla's car. Although it does not support independent app installation, I hope to deploy a web container + finame on my home nas, so that I can access it on the car browser. |
mark the steps. first, add web platform support to the project, then build web
|
build got error: two dependences lib must update add these dependence by git to file:
|
build success!
|
But got error when access the web. I run http server for
then open browse http://127.0.0.1:8000 got the error: |
How to fix it, please help me |
replace |
The error seems to be related to image asset loading, e.g. the Finamp logo in the drawer/menu or on the login screens. Take a look at this StackOverflow question Assets need to be loaded via their URL directly, instead of convertig the URL to a There are multiple locations in the code where images are loaded like this, you'll have to search for them :) |
Thanks for your reply, but it is not necessary. I recently tried to use jellyfin web to run in Tesla browser, but it stopped playing after only one song. The music control button cannot control the media played in the browser. Even compiling finamp web should have a similar effect and cannot solve my problem. Unless Tesla officially releases a native jellyfin or finamp client. |
Hmm. Do other sites have the same issue? Like Spotify Web or YouTube? |
I want to run finamp in browse, but run
flutter build web
got error: "Missing index.html", how to fix it?The text was updated successfully, but these errors were encountered: