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
Hey, I was wondering how to resolve:
E/AndroidRuntime: FATAL EXCEPTION: OkHttp Dispatcher
Process: com.example.decoding_jetpack_compose, PID: 21798
java.lang.SecurityException: Permission denied (missing INTERNET permission?)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:150)
at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
at java.net.InetAddress.getAllByName(InetAddress.java:1152)
at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49)
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hey, I was wondering how to resolve:
E/AndroidRuntime: FATAL EXCEPTION: OkHttp Dispatcher
Process: com.example.decoding_jetpack_compose, PID: 21798
java.lang.SecurityException: Permission denied (missing INTERNET permission?)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:150)
at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
at java.net.InetAddress.getAllByName(InetAddress.java:1152)
at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49)
Thanks in advance
The text was updated successfully, but these errors were encountered: