Streamity-Xtream-IPTV-Web-player icon indicating copy to clipboard operation
Streamity-Xtream-IPTV-Web-player copied to clipboard

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

Open jrviictor opened this issue 2 years ago • 9 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 

jrviictor avatar May 14 '22 02:05 jrviictor

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

Arn0m avatar May 16 '22 01:05 Arn0m

i got the same error i confirm

verticalhost avatar Jun 26 '22 17:06 verticalhost

Tengo el mismo problema image

frandj06 avatar Jul 20 '22 02:07 frandj06

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

major48 avatar Aug 24 '22 20:08 major48

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!

major48 avatar Sep 10 '22 11:09 major48

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?

davrashop avatar Sep 22 '22 09:09 davrashop

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

zaurer avatar Sep 23 '22 16:09 zaurer

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

JanVeb avatar Nov 29 '22 03:11 JanVeb