Erick Navarro
Erick Navarro
@ergunkocak we found a work around, I really like WASP, Im glad I didnt had to change https://github.com/orhanobut/wasp/issues/139 hope to help
Greetings After a lot of debugging we figure it out what erro 0 ment in our case, it means: `java.net.SocketTimeoutException` We found out about it using [AppDynamics](https://www.appdynamics.com/). I dont recommend...
Hello @orhanobut Thanks, we really like this library. I have to shamefully admit Im noob, sorry Im not good enough for fixing something as complex as this :( But Im...
Hello @ergunkocak Create 2 different interceptors would be the straight forward path https://github.com/orhanobut/wasp/wiki/Request-interceptor If you create a method that return an Interceptor then you can just call it. Maybe using...
Hello I'm getting the same problem, seems to be related with this https://github.com/robolectric/robolectric/issues/1171 ``` Exception in thread "TubeSockReader-1" java.lang.UnsatisfiedLinkError: com.android.org.conscrypt.NativeCrypto.get_cipher_names(Ljava/lang/String;)[Ljava/lang/String; at com.android.org.conscrypt.NativeCrypto.get_cipher_names(Native Method) at com.android.org.conscrypt.NativeCrypto.(NativeCrypto.java:764) at com.android.org.conscrypt.Conscrypt.checkAvailability(Conscrypt.java:58) at com.android.org.conscrypt.Conscrypt.newPreferredSSLContextSpi(Conscrypt.java:111) at...
Same problem here
The fix seems to be working on `1.12.0` all though I see opposite claims, maybe further examination.
I'm having the same problem but instead of `null` I get the default class I'm using @metarag did you found a solution you could share?
Im having the same issue, came from here: https://stackoverflow.com/questions/72439469/calling-getdata-on-firebase-databasereference-returns-the-data-for-the-parent-re UPDATE: In case someones need it, I figure a work around: https://stackoverflow.com/a/79178267/4017501 I don't think this is a solution at SDK...
Im having the same crash. There have been some months since the original report (referenced in OP post). Is there any plan on prioritizing this?