Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect my media center but can't connect to it #1027

Open
stemy2 opened this issue Nov 12, 2024 · 0 comments
Open

Detect my media center but can't connect to it #1027

stemy2 opened this issue Nov 12, 2024 · 0 comments

Comments

@stemy2
Copy link

stemy2 commented Nov 12, 2024

Bug report

Describe the bug

Here is a clear and concise description of what the problem is:

My media center is detected by the autoconfiguration, but if i select the said media center, i gen an error message "unable to connect to the media center, check your configuration".

Expected Behavior

Here is a clear and concise description of what was expected to happen:

Connection succeeds.

Actual Behavior

The connection fails, even if the media center is actually detected.

Possible Fix

To Reproduce

Steps to reproduce the behavior:

  1. Launch autodetection.
  2. Click on the detected media center

Debuglog

The debuglog can be found here:

11-12 08:32:56.483 31710 31728 W Parcel  : Expecting binder but got null!
11-12 08:32:56.498 31710 31728 E OpenGLRenderer: Unable to match the desired swap behavior.
11-12 08:32:56.688 31710 31728 D OpenGLRenderer: endAllActiveAnimators on 0x4181656c00 (RippleDrawable) with handle 0x2f9989eb70
11-12 08:33:00.244 31710 31710 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application.
11-12 08:33:00.244 31710 31710 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
11-12 08:33:02.392 31710  2641 D TrafficStats: tagSocket(5) with statsTag=0xffffffff, statsUid=-1
11-12 08:33:10.599 31710 31710 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application.
11-12 08:33:10.599 31710 31710 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
11-12 08:33:10.666 31710 31728 W Parcel  : Expecting binder but got null!
11-12 08:33:10.702 31710 31728 E OpenGLRenderer: Unable to match the desired swap behavior.
11-12 08:33:10.728 31710  2651 D TrafficStats: tagSocket(121) with statsTag=0xffffffff, statsUid=-1
11-12 08:33:15.754 31710  2651 W HostConnection: Failed to send OkHttp request.
11-12 08:33:15.754 31710  2651 W HostConnection: java.net.SocketTimeoutException: failed to connect to /192.168.178.38 (port 8080) from /10.42.0.53 (port 39158) after 5000ms
11-12 08:33:15.754 31710  2651 W HostConnection:        at libcore.io.IoBridge.connectErrno(IoBridge.java:235)
11-12 08:33:15.754 31710  2651 W HostConnection:        at libcore.io.IoBridge.connect(IoBridge.java:179)
11-12 08:33:15.754 31710  2651 W HostConnection:        at java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:142)
11-12 08:33:15.754 31710  2651 W HostConnection:        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:390)
11-12 08:33:15.754 31710  2651 W HostConnection:        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:230)
11-12 08:33:15.754 31710  2651 W HostConnection:        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:212)
11-12 08:33:15.754 31710  2651 W HostConnection:        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:436)
11-12 08:33:15.754 31710  2651 W HostConnection:        at java.net.Socket.connect(Socket.java:646)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.platform.Platform.connectSocket(Unknown Source:10)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.connection.RealConnection.connectSocket(Unknown Source:77)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.connection.RealConnection.connect(Unknown Source:191)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.connection.ExchangeFinder.findConnection(Unknown Source:257)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(Unknown Source:0)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.connection.ExchangeFinder.find(Unknown Source:51)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.connection.RealCall.initExchange$okhttp(Unknown Source:31)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.connection.ConnectInterceptor.intercept(Unknown Source:11)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:162)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.cache.CacheInterceptor.intercept(Unknown Source:189)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:162)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.http.BridgeInterceptor.intercept(Unknown Source:167)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:162)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(Unknown Source:34)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:162)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(Unknown Source:113)
11-12 08:33:15.754 31710  2651 W HostConnection:        at okhttp3.internal.connection.RealCall.execute(Unknown Source:27)
11-12 08:33:15.754 31710  2651 W HostConnection:        at org.xbmc.kore.host.HostConnection.sendOkHttpRequest(Unknown Source:5)
11-12 08:33:15.754 31710  2651 W HostConnection:        at org.xbmc.kore.host.HostConnection.executeThroughOkHttp(Unknown Source:37)
11-12 08:33:15.754 31710  2651 W HostConnection:        at org.xbmc.kore.host.HostConnection.lambda$execute$0(Unknown Source:10)
11-12 08:33:15.754 31710  2651 W HostConnection:        at org.xbmc.kore.host.HostConnection.$r8$lambda$nGvPyzIRT5NlcWSN9SBVz_iLQyk(SourceFile:0)
11-12 08:33:15.754 31710  2651 W HostConnection:        at org.xbmc.kore.host.HostConnection$$ExternalSyntheticLambda0.run(SourceFile:0)
11-12 08:33:15.754 31710  2651 W HostConnection:        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
11-12 08:33:15.754 31710  2651 W HostConnection:        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
11-12 08:33:15.754 31710  2651 W HostConnection:        at java.lang.Thread.run(Thread.java:1012)

Screenshots

Here are some links or screenshots to help explain the problem:

Additional context or screenshots (if appropriate)

Here is some additional context or explanation that might help:

Your Environment

Used Operating system:

  • Mobile device: FP3
  • Android version: 13
  • Kodi version and platform: Libreelec 11.0.6
  • Kore version: 3.1.0

note: Once the issue is made we require you to update it with new information or Kodi versions should that be required.
Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant