Jump to content

error: timeout connecting to server


skabais
Go to solution Solved by achharsingh,

Recommended Posts

achharsingh

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

achharsingh

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.

Link to comment
Share on other sites

  • Solution
achharsingh

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
Link to comment
Share on other sites

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