Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException: Parameter specified as non-null is null: method com.niyaj.database.model.AddressEntityKt.asExtern... #433

Closed
sentry-io bot opened this issue Nov 13, 2023 · 1 comment · Fixed by #588
Assignees
Labels
bug Something isn't working fix Fix some features

Comments

@sentry-io
Copy link

sentry-io bot commented Nov 13, 2023

Sentry Issue: POPOS-ROOM-1S

NullPointerException: Parameter specified as non-null is null: method com.niyaj.database.model.AddressEntityKt.asExternalModel, parameter <this>
    at com.niyaj.database.model.AddressEntityKt.asExternalModel
    at com.niyaj.data.data.repository.OrderRepositoryImpl$mapCartItemToOrderDetails$2$address$1.invokeSuspend(OrderRepositoryImpl.kt:167)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
    at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
...
(5 additional frame(s) were not displayed)
@sentry-io sentry-io bot added bug Something isn't working fix Fix some features labels Nov 13, 2023
@niyajali
Copy link
Member

Got exception because on deleting address all cart order should be deleted but currently it's not deleted

niyajali added a commit that referenced this issue Dec 3, 2023
@niyajali niyajali linked a pull request Dec 3, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fix Fix some features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant