Jump to content

Music playback issue


Lenders57

Recommended Posts

Lenders57

I got this issue today and I found something very very strange in the android log...

You can see at the firt line: "request to https://my-tld:8920"

Why the port is added to my domain ? I used nginx and I have a reverse proxy. If I removed the port, I get a 200...

Mon Jul 05 17:04:38 GMT+02:00 2021 Error sending request to https://<<<my-tld>>>[:8920 ???? what is this ? ]/emby/system/info/public?format=json: failed to connect to <<<my-tld>>>/<<<<my-server-ip>>> (port 8920) from /10.19.76.52 (port 48472) after 10000ms
java.net.SocketTimeoutException
libcore.io.IoBridge.connectErrno(IoBridge.java:191)
libcore.io.IoBridge.connect(IoBridge.java:135)
java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:142)
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:390)
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:230)
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:212)
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:436)
java.net.Socket.connect(Socket.java:621)
okhttp3.internal.platform.AndroidPlatform.connectSocket(AndroidPlatform.kt:56)
okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:268)
okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:176)
okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:236)
okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:109)
okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:77)
okhttp3.internal.connection.Transmitter.newExchange$okhttp(Transmitter.kt:162)
okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:35)
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:112)
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:87)
okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:82)
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:112)
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:87)
okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:84)
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:112)
okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:71)
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:112)
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:87)
okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.kt:184)
okhttp3.RealCall$AsyncCall.run(RealCall.kt:136)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
java.lang.Thread.run(Thread.java:919)

 

Edit: I juste unchecked the button "allowed remote connection" in the dashboard, I can access to my server externally, I will try again if I got this issue

Edited by Lenders57
Link to comment
Share on other sites

Make sure the public facing ports are configured correctly in Emby Server and that the remote address displayed on your server dashboard is correct.

Link to comment
Share on other sites

Lenders57
1 minute ago, Luke said:

Make sure the public facing ports are configured correctly in Emby Server and that the remote address displayed on your server dashboard is correct.

I disabled the remote address, I use a reverse proxy. So I don't understand where this url come from

Link to comment
Share on other sites

12 hours ago, Lenders57 said:

I disabled the remote address, I use a reverse proxy. So I don't understand where this url come from

You're still connecting remotely, so please look into what I suggested. Thanks.

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