lKinderBueno / Streamity-Xtream-IPTV-Web-player

Streamity.tv XTREAM Api. Advanced IPTV webplayer fully customizable with easy installer
269 stars 140 forks source link

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

Open jrviictor opened 2 years ago

jrviictor commented 2 years ago

I was using Streamity on Ionos hosting, and there works very well..... I bought a hosting in Namecheap, I do the same clean installation, but in Namecheap dont works, i tried login but show me this: "Server didn't generated any reply. Please try later #2" , my domain have ssl, my config.js:

/*----- Player name -----*/
window.playername = "IPTVEditor Web Player";

/*----- DNS -----*/
//Iptv provider dns url (for example "http://domain.com:80")
window.dns = "http://xxxxxxxx.xyz:8000";

/*----- CORS -----*/
/*/ Change on false if iptv provider has the Access-Control-Allow-Origin set on "*" or allows your player domain.
Leave on "true" in the other case. Player will use "proxy.php" file to manage the requests.  */
window.cors = false; //true

/*---- HTTPS -----*/
/* If streams are using an ssl protol change this box on true.*/
window.https = true;  //false;

/*----- TMDB API [OPTIONAL] -----*/
/* By default player will use movie info from the provider. In case these info are missing it will be used tmdb as alternative
Here you can get a tmdb api key: https://developers.themoviedb.org/3/getting-started/introduction  */
window.tmdb = "";

//!!!!!!! Don't change this !!!!!!!
document.getElementsByTagName("title")[0].innerText = window.playername 
Arn0m commented 2 years ago

Confirmed ... same Issue at name cheap hosting. My Webspace is working very well but here I'm in trouble. I guess the Player is missing something but the description of the IPTV Player is weak ... so what Plugins, PHP Addon or what ever we need? Bildschirmfoto 2022-05-16 um 08 39 56

verticalhost commented 2 years ago

i got the same error i confirm

frandj06 commented 2 years ago

Tengo el mismo problema image

major48 commented 2 years ago

Did anyone find a fix for this? I have the same problem

major48 commented 2 years ago

So after two weeks and hours of testing I found the problem. You need a IPTVEditor account for this to work! Why wouldn't they just say that? I emailed them several times and everything. Just ridiculous!

davrashop commented 2 years ago

So after two weeks and hours of testing I found the problem. You need a IPTVEditor account for this to work! Why wouldn't they just say that? I emailed them several times and everything. Just ridiculous!

Can you explain, how can I add IPTVEditor account with script?

zaurer commented 2 years ago

I manage this to work, but only on HTTP protocol, with HTTPS it doesn't work for some reason, even I change the settings in config.js

Also where to find these lines in php files?

"Welcome to XXXXX Web Player Write your credentials to continue."

I want to change that with my logo

JanVeb commented 1 year ago

I manage this to work, but only on HTTP protocol, with HTTPS it doesn't work for some reason, even I change the settings in config.js

Also where to find these lines in php files?

"Welcome to XXXXX Web Player Write your credentials to continue."

I want to change that with my logo

Would be nice if you shared how you made it to work

0GithubDoN commented 1 month ago

I have same issue, working with http:// for some browsers but not https:// , I'm working on the script to fix this issues , I will post an update when everything works properly.

developerchumbeke commented 1 week ago

me sigue con ese error