lKinderBueno/Streamity-Xtream-IPTV-Web-player

Continuous Reloading Issue on Streamity web player

Closed this issue · 1 comments

Dear support team,

When attempting to access the "StreamTV" website, I have encountered a recurring problem where the page loads correctly, and I can initially view the content. However, the page continues to reload continuously automatically, impacting my user experience on "StreamTV."

I have attempted to address this issue independently by clearing cookies and cache, as well as disabling browser extensions. Despite these efforts, the page persists in reloading incessantly, making it challenging to navigate and utilize the services of "StreamTV."

I kindly request your assistance and guidance in identifying and resolving this continuous reloading problem on "StreamTV." Any information or suggestions you can provide will be highly appreciated.

My web player (Streamity):
https://player.mztcity.com/

the problem is: src - App.js

if(window.location.protocol !== 'https:' && window.https===true)
window.location = window.location.href.replace("http","https");
else if(window.location.protocol === 'https:' && window.https===false)
window.location = window.location.href.replace("https","http");

i had to hide that code:

but now i have this error when i try to login:
SERVER ERROR

Server didn't generated any reply. Please try later #2