achharsingh 1 Posted May 25, 2018 Posted May 25, 2018 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.
Luke 42077 Posted May 25, 2018 Posted May 25, 2018 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
Luke 42077 Posted May 25, 2018 Posted May 25, 2018 Have you compared your code to what the web app is doing by using the chrome debugger?
Luke 42077 Posted May 25, 2018 Posted May 25, 2018 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 1 Posted May 25, 2018 Posted May 25, 2018 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 1 Posted May 31, 2018 Solution Posted May 31, 2018 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 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now