-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
Continuously showing "Something Went Wrong" While Adding a Source #482
Comments
It your case the BACKEND_URL should point to the exposed port:
|
Thank you for your hint. Unluckily this does not solve the problem.
When trying to add an m3u-source via "add via URL", the error message "something went wrong" still appears. Additionally, when I change the localhost to the internal IP address, i.e. I have also checked the firewall settings on my router. The connection from LAN to LAN is by default all accepted and there is no other restriction on LAN-connection. Additionally, the terminal output for dockage, and docker-shell
|
Thank you for testing my config and the detailed example in the figure. I have done the following steps and got the result from chrome dev tool as shown in the picture below
As I'm running iptvnator (both back- and frontend) on a stand alone mini server, I replaced the localhost with the exact LAN IP address, resulting in the following config:
Then I performed exactly the same steps as described above, and the dev tool gave me the following result: |
Describe the bug
While attempting to add an IPTV m3u source, the frontend continuously reports "something went wrong".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The source should be added.
Desktop (please complete the following information):
This does not apply to me. I'm using Dockage. Below is the docker-compose commands
my.dockage.ip
andmy.iptvnator.ip
refer to the correct LAN-IP address of Dockage.Additional context
There might be another bug for indicating the backend URL for iptvnator frontend. According to your documentation, the expected line for backend URL should be:
- BACKEND_URL=http://my.iptvnator.ip:43000
However, when deployed using the expected line, the frontend will report "backend not reachable" when following the Step 1-3 of Bug Reproduction. By changing the port to 3000, the frontend shows the problem as described above. Below is the additional information of what the browser shows when accessing port 3000 and 43000 using HTTP:
{"status":"OK","version":{"major":2,"minor":12,"revision":1}}
Hello World
The text was updated successfully, but these errors were encountered: