Jump to content

Recommended Posts

Posted

I'm trying to get the current status of my radio, but php always gives error. Appears:

Warning: fsockopen () [function. fsockopen]: unable to connect to ... (Connection timed out) in ... on line ...

Connection Refused.

I have tested this code in another host and it results. It's a problem of host or am I doing something wrong?

Posted

We don't allow connections (in or out) on non-standard ports, so odds are our firewall is intentionally preventing that connection.

 

What are you connecting to?

Posted

What port number?

 

If it's not on a common web port (e.g. 21, 80, 443, etc.), it won't work. You would need to change the port used by the radio server to something we allow.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...