Advertisement
devil2010

Link crash

Sep 26th, 2022
979
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.70 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:59:20
  4. Device: Xiaomi 2109119DG
  5. OS version: Android 12 (SDK 31)
  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:264)
  30.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:307)
  31.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
  32.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
  33.     at java.lang.Thread.run(Thread.java:1012)
  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:57:56: SplashScreen created
  41. 2022-09-26 14:57:56: SplashScreen resumed
  42. 2022-09-26 14:57:57: SplashScreen paused
  43. 2022-09-26 14:57:57: HomeScreen created
  44. 2022-09-26 14:57:58: HomeScreen resumed
  45. 2022-09-26 14:57:58: SplashScreen destroyed
  46. 2022-09-26 14:58:07: HomeScreen paused
  47. 2022-09-26 14:58:07: CreatePrivateScreen created
  48. 2022-09-26 14:58:07: CreatePrivateScreen resumed
  49. 2022-09-26 14:58:36: CreatePrivateScreen paused
  50. 2022-09-26 14:58:36: HomeScreen resumed
  51. 2022-09-26 14:58:36: HomeScreen paused
  52. 2022-09-26 14:58:36: ChatScreen created
  53. 2022-09-26 14:58:36: ChatScreen resumed
  54. 2022-09-26 14:58:37: CreatePrivateScreen destroyed
  55. 2022-09-26 14:58:43: ChatScreen paused
  56. 2022-09-26 14:58:43: AlbumActivity created
  57. 2022-09-26 14:58:43: AlbumActivity resumed
  58. 2022-09-26 14:58:49: AlbumActivity paused
  59. 2022-09-26 14:58:49: GalleryActivity created
  60. 2022-09-26 14:58:49: GalleryActivity resumed
  61. 2022-09-26 14:58:54: GalleryActivity paused
  62. 2022-09-26 14:58:54: AlbumActivity resumed
  63. 2022-09-26 14:58:55: GalleryActivity destroyed
  64. 2022-09-26 14:58:57: AlbumActivity paused
  65. 2022-09-26 14:58:57: ChatScreen resumed
  66. 2022-09-26 14:58:58: AlbumActivity destroyed
  67. 2022-09-26 14:59:18: ChatScreen paused
  68. 2022-09-26 14:59:18: LocationPickerActivity created
  69. 2022-09-26 14:59:18: LocationPickerActivity resumed
  70. 2022-09-26 14:59:18: LocationPickerActivity paused
  71.  
Advertisement
Comments
  • Rubywilson718
    1 year
    # text 0.29 KB | 0 0
    1. Entering in the following 16-character link "https://a/%%30%30" (without the quotes) crashes Chrome. The bug, first discovered by Andres Karate, allows a user to crash Chrome by adding a null character to a URL. Atteka devised a string of 26 characters that could crash Chrome.
    2. https://cps-test.info
Add Comment
Please, Sign In to add comment
Advertisement