Site displays but does not start ...

radiosky

New Member
Messages
15
Reaction score
0
Points
1
Hello,
I just put my site online:
https://radioskymusic-jazz.x10.mx
This is displayed correctly on Chrome, Edge and Firefox, but the Player does not start.
I do not understand, because the same files work on other hosting.
I do not voice what I forgot ...
Thank you in advance and congratulations to the volunteer team for their excellent work.:)
Jacky
EDIT: I generated the SSL Certificate, before uploading the files, maybe this has an impact on the proper functioning of the site?

EDIT: December 16.
To do a test, I installed all the files for my site, on 000webhost, and it works correctly:
https://radioskymusicjazz.000webhostapp.com/
I therefore conclude that the cause of non-functioning does not come from my files.
I am not an expert, but I have the impression that the "js" scripts are blocked.
Thanks in advance.

EDIT: I must specify, that the link "000Webhost" is only present to confirm my test.
For me this is not an option, I would prefer that my site is hosted by you.
 
Last edited:

spacresx

Community Advocate
Community Support
Messages
2,182
Reaction score
195
Points
63
Normally you can not move working files from one host to another.
they would need to be re-installed on the new host before it works.
provided your new host supports them.
and they do not violate x10 terms of service

you mention the player did not work,
this can be because there is not a player or needed files installed.
or it can be that the media source is not correctly linked.
 

radiosky

New Member
Messages
15
Reaction score
0
Points
1
Hello,
the structure of my website already exists. This set of files that make up my website, includes all the elements (index, css, js, img ...) to work.
It is this same set which worked on x10 a few years ago, and which today does not work.
It is this same set of files, which I uploaded to 000webhost to test the correct functioning.
So I don't understand why it no longer works on my x10 hosting!
 

radiosky

New Member
Messages
15
Reaction score
0
Points
1
Normally you can not move working files from one host to another.
they would need to be re-installed on the new host before it works.
provided your new host supports them.
and they do not violate x10 terms of service

you mention the player did not work,
this can be because there is not a player or needed files installed.
or it can be that the media source is not correctly linked.
 

Eric S

Administrator
Staff member
Messages
836
Reaction score
119
Points
43
Hello,
the structure of my website already exists. This set of files that make up my website, includes all the elements (index, css, js, img ...) to work.
It is this same set which worked on x10 a few years ago, and which today does not work.
It is this same set of files, which I uploaded to 000webhost to test the correct functioning.
So I don't understand why it no longer works on my x10 hosting!
Viewing your website on both domains with the console open ( f12 on chrome) it is generating the following errors :

This is the error on our hosting

Code:
radioskymusic-jazz.x10.mx/:1 Mixed Content: The page at 'https://radioskymusic-jazz.x10.mx/' was loaded over HTTPS, but requested an insecure stylesheet 'http://radioskymusic-jazz.x10.mx:2222/'. This request has been blocked; the content must be served over HTTPS.

We recommend changing your html or your coding to attempt to load this sheet over https://

When viewing on the other host it has the same error however it is automatically being redirected as SSL ( which is not recommended)

This is the error message from the other host :

Code:
Mixed Content: The page at 'https://radioskymusicjazz.000webhostapp.com/' was loaded over HTTPS, but requested an insecure element 'http://198.50.250.193:7020/stream'. This request was automatically upgraded to HTTPS, For more information see https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html
 

radiosky

New Member
Messages
15
Reaction score
0
Points
1
Hello Eric S and thank you for your response.
So if I understood correctly, it is the "stylesheet" that poses a security problem?
If that's right, I'll have to get closer to the person who created this "stylesheet", because I don't know programming.
 

Eric S

Administrator
Staff member
Messages
836
Reaction score
119
Points
43
Hello Eric S and thank you for your response.
So if I understood correctly, it is the "stylesheet" that poses a security problem?
If that's right, I'll have to get closer to the person who created this "stylesheet", because I don't know programming.
It may be possible this is the cause there is also an error :
Code:
Uncaught ReferenceError: g is not defined     at HTMLDocument.<anonymous> (audio.js:1) at fire (jquery-1.9.1.js:1037) at Object.fireWith [as resolveWith] (jquery-1.9.1.js:1148) at Function.ready (jquery-1.9.1.js:433) at HTMLDocument.completed (jquery-1.9.1.js:103)
(anonymous) @ audio.js:1

Which also may be the issue. You confirmed these two sites are the exact same web files?
 

radiosky

New Member
Messages
15
Reaction score
0
Points
1
Yes! I confirm, the files which I placed on "000webhost" for the test, are absolutely identical to those which I placed on "x10".
I could submit them to you if possible ...
 
Top