lKinderBueno/Streamity-Xtream-IPTV-Web-player

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

Opened this issue · 8 comments

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

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

i got the same error i confirm

Tengo el mismo problema
image

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

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!

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?

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

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