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

FileNotFoundException: #13410

Closed
sentry-io bot opened this issue Jan 28, 2025 · 0 comments · Fixed by #13411
Closed

FileNotFoundException: #13410

sentry-io bot opened this issue Jan 28, 2025 · 0 comments · Fixed by #13411
Assignees
Labels
type: crash The worst kind of bug.

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 28, 2025

Sentry Issue: WOOCOMMERCE-ANDROID-JFX

RuntimeException: java.lang.reflect.InvocationTargetException
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:598)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)

InvocationTargetException: None
    at java.lang.reflect.Method.invoke(Method.java)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)

IOException: Failed to read content from receipt URL: <redacted>
    at com.woocommerce.android.ui.payments.receipt.preview.ReceiptPreviewFragment.interceptAndModifyReceiptResponse(ReceiptPreviewFragment.kt:132)
    throw IOException("Failed to read content from receipt URL: ${request.url}", e)
    at com.woocommerce.android.ui.payments.receipt.preview.ReceiptPreviewFragment.access$interceptAndModifyReceiptResponse(ReceiptPreviewFragment.kt:28)
    @AndroidEntryPoint
    at com.woocommerce.android.ui.payments.receipt.preview.ReceiptPreviewFragment$initViews$1$1.shouldInterceptRequest(ReceiptPreviewFragment.kt:105)
    return interceptAndModifyReceiptResponse(request)

FileNotFoundException: <redacted>
    at com.woocommerce.android.ui.payments.receipt.preview.ReceiptPreviewFragment.interceptAndModifyReceiptResponse(ReceiptPreviewFragment.kt:119)
    val inputStream = connection.getInputStream()
    at com.woocommerce.android.ui.payments.receipt.preview.ReceiptPreviewFragment.access$interceptAndModifyReceiptResponse(ReceiptPreviewFragment.kt:28)
    @AndroidEntryPoint
    at com.woocommerce.android.ui.payments.receipt.preview.ReceiptPreviewFragment$initViews$1$1.shouldInterceptRequest(ReceiptPreviewFragment.kt:105)
    return interceptAndModifyReceiptResponse(request)
...
(3 additional frame(s) were not displayed)
@sentry-io sentry-io bot added the type: crash The worst kind of bug. label Jan 28, 2025
@kidinov kidinov self-assigned this Jan 28, 2025
@kidinov kidinov linked a pull request Jan 28, 2025 that will close this issue
4 tasks
@kidinov kidinov closed this as completed Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: crash The worst kind of bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant