Advertisement
devil2010

Link crash

Sep 26th, 2022
751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.68 KB | None | 0 0
  1. Build version: 1.8.8.1
  2. Build date: 1981-01-01 01:01:02
  3. Current date: 2022-09-26 14:22:00
  4. Device: Samsung SM-A505F
  5. OS version: Android 11 (SDK 30)
  6.  
  7. Stack trace:  
  8. io.reactivex.rxjava3.exceptions.UndeliverableException: The exception could not be delivered to the consumer because it has already canceled/disposed the flow or the exception has nowhere to go to begin with. Further reading: https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#error-handling | com.adevinta.leku.geocoder.api.NetworkException: HTTP error code: 400
  9.     at io.reactivex.rxjava3.plugins.RxJavaPlugins.onError(RxJavaPlugins.java:372)
  10.     at io.reactivex.rxjava3.internal.operators.observable.ObservableCreate$CreateEmitter.onError(ObservableCreate.java:74)
  11.     at com.adevinta.leku.geocoder.GoogleGeocoderDataSource.getFromLocationName$lambda-1(GoogleGeocoderDataSource.kt:44)
  12.     at com.adevinta.leku.geocoder.GoogleGeocoderDataSource.lambda$-p8szkE9nA6zDcul74gYmq4bLsY(Unknown Source:0)
  13.     at com.adevinta.leku.geocoder.-$$Lambda$GoogleGeocoderDataSource$-p8szkE9nA6zDcul74gYmq4bLsY.subscribe(Unknown Source:4)
  14.     at io.reactivex.rxjava3.internal.operators.observable.ObservableCreate.subscribeActual(ObservableCreate.java:41)
  15.     at io.reactivex.rxjava3.core.Observable.subscribe(Observable.java:13176)
  16.     at io.reactivex.rxjava3.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver.onError(ObservableOnErrorNext.java:96)
  17.     at io.reactivex.rxjava3.internal.operators.observable.ObservableRetryPredicate$RepeatObserver.onError(ObservableRetryPredicate.java:79)
  18.     at io.reactivex.rxjava3.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver.onError(ObservableSubscribeOn.java:63)
  19.     at io.reactivex.rxjava3.internal.operators.observable.ObservableCreate$CreateEmitter.tryOnError(ObservableCreate.java:85)
  20.     at com.adevinta.leku.geocoder.AndroidGeocoderDataSource.getFromLocationName$lambda-0(AndroidGeocoderDataSource.kt:19)
  21.     at com.adevinta.leku.geocoder.AndroidGeocoderDataSource.lambda$EE87VfWK7CBZfu5B8Lx_S9ZwswY(Unknown Source:0)
  22.     at com.adevinta.leku.geocoder.-$$Lambda$AndroidGeocoderDataSource$EE87VfWK7CBZfu5B8Lx_S9ZwswY.subscribe(Unknown Source:4)
  23.     at io.reactivex.rxjava3.internal.operators.observable.ObservableCreate.subscribeActual(ObservableCreate.java:41)
  24.     at io.reactivex.rxjava3.core.Observable.subscribe(Observable.java:13176)
  25.     at io.reactivex.rxjava3.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96)
  26.     at io.reactivex.rxjava3.core.Scheduler$DisposeTask.run(Scheduler.java:644)
  27.     at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:65)
  28.     at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:56)
  29.     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  30.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
  31.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
  32.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
  33.     at java.lang.Thread.run(Thread.java:923)
  34. Caused by: com.adevinta.leku.geocoder.api.NetworkException: HTTP error code: 400
  35.     at com.adevinta.leku.geocoder.api.NetworkClient.requestFromLocationName(NetworkClient.kt:30)
  36.     at com.adevinta.leku.geocoder.GoogleGeocoderDataSource.getFromLocationName$lambda-1(GoogleGeocoderDataSource.kt:34)
  37.     ... 22 more
  38.  
  39. User actions:
  40. 2022-09-26 14:19:24: SplashScreen created
  41. 2022-09-26 14:19:24: SplashScreen resumed
  42. 2022-09-26 14:19:26: SplashScreen paused
  43. 2022-09-26 14:19:26: HomeScreen created
  44. 2022-09-26 14:19:27: HomeScreen resumed
  45. 2022-09-26 14:19:27: SplashScreen destroyed
  46. 2022-09-26 14:19:33: HomeScreen paused
  47. 2022-09-26 14:19:33: CreatePrivateScreen created
  48. 2022-09-26 14:19:33: CreatePrivateScreen resumed
  49. 2022-09-26 14:20:44: CreatePrivateScreen paused
  50. 2022-09-26 14:20:44: HomeScreen resumed
  51. 2022-09-26 14:20:45: CreatePrivateScreen destroyed
  52. 2022-09-26 14:21:01: HomeScreen paused
  53. 2022-09-26 14:21:01: ChatScreen created
  54. 2022-09-26 14:21:01: ChatScreen resumed
  55. 2022-09-26 14:21:08: ChatScreen paused
  56. 2022-09-26 14:21:08: HomeScreen resumed
  57. 2022-09-26 14:21:08: ChatScreen destroyed
  58. 2022-09-26 14:21:17: HomeScreen paused
  59. 2022-09-26 14:21:17: CreateGroupScreen created
  60. 2022-09-26 14:21:18: CreateGroupScreen resumed
  61. 2022-09-26 14:21:42: CreateGroupScreen paused
  62. 2022-09-26 14:21:42: HomeScreen resumed
  63. 2022-09-26 14:21:42: CreateGroupScreen destroyed
  64. 2022-09-26 14:21:43: HomeScreen paused
  65. 2022-09-26 14:21:43: ChatScreen created
  66. 2022-09-26 14:21:43: ChatScreen resumed
  67. 2022-09-26 14:21:57: ChatScreen paused
  68. 2022-09-26 14:21:57: LocationPickerActivity created
  69. 2022-09-26 14:21:57: LocationPickerActivity resumed
  70. 2022-09-26 14:21:57: LocationPickerActivity paused
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement