Alex Zezekalo

Results 3 issues of Alex Zezekalo

Here are my code: ``` ` override fun onAttach(context: Context) { super.onAttach(context) if (context is Activity) { rxPermissions = RxPermissions(context) fusedLocationClient = LocationServices.getFusedLocationProviderClient(context) settingsClient = LocationServices.getSettingsClient(context) } } override fun...

10-09 12:20:47.687 20007-20172/com.github.thiagolocatelli.stripe.sample W/System.err﹕ java.io.FileNotFoundException: https://connect.stripe.com/oauth/token 10-09 12:20:47.695 20007-20172/com.github.thiagolocatelli.stripe.sample W/System.err﹕ at libcore.net.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:177) 10-09 12:20:47.695 20007-20172/com.github.thiagolocatelli.stripe.sample W/System.err﹕ at libcore.net.http.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:271) 10-09 12:20:47.695 20007-20172/com.github.thiagolocatelli.stripe.sample W/System.err﹕ at com.github.thiagolocatelli.stripe.StripeUtils.executePost(StripeUtils.java:64) 10-09 12:20:47.699 20007-20172/com.github.thiagolocatelli.stripe.sample W/System.err﹕ at com.github.thiagolocatelli.stripe.StripeApp$2.run(StripeApp.java:102)...

I've got such a log when SubscriberTest failed: Exception in thread "RxCachedThreadScheduler-1" java.lang.IllegalStateException: Exception thrown on Scheduler.Worker thread. Add `onError` handling. at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:60) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at...