8000 Web UI will not load · Issue #182 · euzu/m3u-filter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Web UI will not load #182

Open
dhaddad355 opened this issue Feb 27, 2025 · 8 comments
Open

Web UI will not load #182

dhaddad355 opened this issue Feb 27, 2025 · 8 comments

Comments

@dhaddad355
Copy link

Describe the bug
WebUI fails to load (interface loads, then screen is blank/empty HTML)

To Reproduce
Steps to reproduce the behavior:

  1. Go to your URL
  2. Page will flash with the UI
  3. Page will be empty/blank
  4. Occurs with/without web auth set to true/false

Expected behavior
Access the web UI

Desktop (please complete the following information):

  • OS: (Server) Docker / ubuntu
  • Browser Chrome

Additional context
Browser console throws this error:
Failed to load resource: the server responded with a status of 400 (Bad Request) token:1
However, inspecting the network, shows that token is getting a 200; and i see a TOKEN=value cookie set.

@euzu
Copy link
Owner
euzu commented Feb 27, 2025

@dhaddad355 if you didnt build your own image and used the docker image, could you use the beta image to test the web-ui ?
The beta image is confirmed to be running. If it not runs then something with your config is wrong. If it runs i will make a new release with fixed ui

@euzu
Copy link
Owner
euzu commented Feb 28, 2025

@dhaddad355 could you solve the problem?

@dhaddad355
Copy link
Author

@euzu - Yes, I pulled the docker image. Version 2.2.1. I don't see a beta branch, is it? docker pull ghcr.io/euzu/m3u-filter:beta ?

Simple config - Trying to get up and running Config.yml

If interested, I could contribute to wiki (I found some documentation confusing to myself)

@euzu
Copy link
Owner
euzu commented Feb 28, 2025

@dhaddad355 contirbutions to the documentation are welcome.

ghcr.io/euzu/m3u-filter-beta

You can see the docker images on the right side of the Browser.

Image

@dhaddad355
Copy link
Author

Same result. Browser console attached.

If I break on this line in main.js the UI loads, but as soon as i step into it, it removes everything from the DOM, something strange with authentication; since authentication is disabled

credentials: (null === (t = n.api_proxy.user.find((t => t.target === e))) || void 0 === t ? void 0 : t.credentials) || []

Image

@euzu
Copy link
Owner
euzu commented Feb 28, 2025

you are testing with web_auth disabled ? And what credentials are you using ?

@euzu
Copy link
Owner
euzu commented Feb 28, 2025

you did not define any api-proxy user ? how do you want to access the playlists ?

Btw i found the problem and will fix it, but without api-proxy.yml you cant access the playlists.

@euzu
Copy link
Owner
euzu commented Feb 28, 2025

@dhaddad355 i have pushed a new beta image. The tag is the same, so you need to pull it manually.

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

2 participants
0