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
java.lang.InstantiationError: okhttp3.internal.ws.RealWebSocket
at okhttp3.OkHttpClient.newWebSocket(OkHttpClient.java:414)
at com.parse.OkHttp3SocketClientFactory$OkHttp3WebSocketClient.open(OkHttp3SocketClientFactory.java:90)
at com.parse.ParseLiveQueryClientImpl.reconnect(ParseLiveQueryClientImpl.java:157)
at com.parse.ParseLiveQueryClientImpl.connectIfNeeded(ParseLiveQueryClientImpl.java:115)
at com.test.MainApp.onCreate(MainApp.java:31)
The cause of error : parseLiveQueryClient.connectIfNeeded();
Uh oh!
There was an error while loading. Please reload this page.
Hi,
When I try to run app, logcat give this err :
The cause of error :
parseLiveQueryClient.connectIfNeeded();
I have internet permission.
My inits:
The text was updated successfully, but these errors were encountered: