You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed injecting hostName to work around Android InetAddress DNS bug: /192.168.23.123
java.lang.NoSuchFieldException: No field hostName in class Ljava/net/InetAddress; (declaration of 'java.net.InetAddress' appears in /system/framework/core-oj.jar)
at java.lang.Class.getDeclaredField(Native Method)
at org.fourthline.cling.android.AndroidNetworkAddressFactory.isUsableAddress(AndroidNetworkAddressFactory.java:57)
at org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl.discoverBindAddresses(NetworkAddressFactoryImpl.java:404)
at org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl.(NetworkAddressFactoryImpl.java:91)
at org.fourthline.cling.android.AndroidNetworkAddressFactory.(AndroidNetworkAddressFactory.java:0)
at org.fourthline.cling.android.AndroidUpnpServiceConfiguration.createNetworkAddressFactory(AndroidUpnpServiceConfiguration.java:77)
at org.fourthline.cling.DefaultUpnpServiceConfiguration.createNetworkAddressFactory(DefaultUpnpServiceConfiguration.java:257)
at org.fourthline.cling.transport.RouterImpl.enable(RouterImpl.java:129)
at org.fourthline.cling.android.AndroidRouter.enable(AndroidRouter.java:88)
at org.fourthline.cling.UpnpServiceImpl.(UpnpServiceImpl.java:87)
at org.fourthline.cling.android.AndroidUpnpServiceImpl$1.(AndroidUpnpServiceImpl.java:0)
at org.fourthline.cling.android.AndroidUpnpServiceImpl.onCreate(AndroidUpnpServiceImpl.java:54)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:3191)
at android.app.ActivityThread.-wrap5(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1567)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6126)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: