Advertisement
sanya5791

Untitled

Oct 18th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. 07:02:27.466 AndroidRuntime E FATAL EXCEPTION: main
  2. Process: com.priceline.android.negotiator, PID: 16113
  3. java.lang.NullPointerException: Parameter specified as non-null is null: method com.priceline.android.hotel.data.entity.PromotionalCardEntity.<init>, parameter ctaLink
  4. at com.priceline.android.hotel.data.entity.PromotionalCardEntity.<init>(Unknown Source:17)
  5. at com.priceline.android.hotel.data.source.MappersKt.toEntity(Mappers.kt:340)
  6. at com.priceline.android.hotel.data.source.MappersKt.toEntity(Mappers.kt:331)
  7. at com.priceline.android.hotel.data.source.PromotionalCardDataSourceImpl$promotionalBanner$$inlined$map$1$2.emit(Emitters.kt:224)
  8. at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:37)
  9. at kotlinx.coroutines.flow.FlowKt__ChannelsKt.access$emitAllImpl$FlowKt__ChannelsKt(Channels.kt:1)
  10. at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Unknown Source:14)
  11. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  12. at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
  13. at android.os.Handler.handleCallback(Handler.java:942)
  14. at android.os.Handler.dispatchMessage(Handler.java:99)
  15. at android.os.Looper.loopOnce(Looper.java:201)
  16. at android.os.Looper.loop(Looper.java:288)
  17. at android.app.ActivityThread.main(ActivityThread.java:7872)
  18. at java.lang.reflect.Method.invoke(Native Method)
  19. at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
  20. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
  21. Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@e1106ce, Dispatchers.Main.immediate]
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement