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

Crash during ad loading #34

Open
dmitryfisko opened this issue Jun 15, 2023 · 2 comments
Open

Crash during ad loading #34

dmitryfisko opened this issue Jun 15, 2023 · 2 comments
Assignees

Comments

@dmitryfisko
Copy link

dmitryfisko commented Jun 15, 2023

SDK version: 9.3.1
Crash occurs after app storage clean up

java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:558)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
... 1 more
Caused by: java.lang.Exception: Request failed due to status code 403 in message
at com.chartboost.sdk.impl.q6.a(SourceFile:151)
at com.chartboost.sdk.impl.z3.a(SourceFile:22)
at com.chartboost.sdk.impl.r1.a(SourceFile:93)
at com.chartboost.sdk.impl.l4.run(SourceFile:6)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7872)
... 3 more
@dmitryfisko
Copy link
Author

dmitryfisko commented Jun 15, 2023

Looks like crash going at least from 9.0.0
Problem occurs due to 403 response, may be it's possible to fix on backend

@stosiarz
Copy link
Contributor

@dmitryfisko Could you please point out which network call fails with 403? Provided stack trace doesn't lead me to code that can fail. Also you mentioned "Crash occurs after app storage clean up". Could you provide steps of reproduction like clean the storage and then init the sdk or clean storage and cache the sdk? Thank you for your help.

@stosiarz stosiarz self-assigned this Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants