Jump to content

error: timeout connecting to server


Go to solution Solved by achharsingh,

Recommended Posts

achharsingh
Posted

Hi,

 

Thanks for your quick reply.

 

Yes, I can use emby web app.

 

I have written my code and its working fine for one of my emby server.

(I am creating a new client via emby api using PHP)

 

But I am using same code for second server and its showing timed out error.

Posted

Hi,

 

Thanks for your quick reply.

 

Yes, I can use emby web app.

 

I have written my code and its working fine for one of my emby server.

(I am creating a new client via emby api using PHP)

 

But I am using same code for second server and its showing timed out error.

 

Have you been referring to our wiki?

https://github.com/MediaBrowser/Emby/wiki

Posted

Have you compared your code to what the web app is doing by using the chrome debugger?

achharsingh
Posted

Sorry, But not yet.

Posted

Ok I would do that and compare the network requests because other than some kind of incorrect api usage i really have no idea what your issue is. thanks.

achharsingh
Posted

Thanks for your great support.

I will again see if there is any server error.

 

Ports 80, 110 are refusing the connection.

Port 8096 is connection timed out.

  • Solution
achharsingh
Posted

Hi,

Fixed the issue.

It was the port 8096 which was closed.

 

The port is open on server where emby server is installed but was closed from where I am requesting.

 

Thanks

  • Like 1
Posted

Thanks for the feedback.

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...