-
Notifications
You must be signed in to change notification settings - Fork 74
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
Fatal Exception: java.lang.IllegalStateException #119
Comments
@L4grange please pay attention to all the places where you get a response from your webservice (or something) and try to update results to your adapter (wrapped with banner wrapper adapter). Do you update it in the UI thread (as error message suggests)? Could you please make some test project to reproduce it and share with me? |
Unfortunately I can't reproduce the issue locally, this is comming from my crashlytics crash reports. I will go tomorrow over every single adapter notificaiton and make sure once again. As I've seen your code, I know that all your calls to I will let you know when I have more info, thank you for your help! |
@L4grange Hi, Okay, waiting for your update :) |
I am getting the same error: Steps to reproduce: It's kind of hard to reproduce:
I am using the admob mediation with facebook ads so this could have something to do with it. |
Admobadapter version or commit:
Latest (v1.4.6)
Android compileSdkVersion:
27
Issue description briefly:
After deploying the library on my app, I get the following exception:
Steps to reproduce:
I have not been able to reproduce this locally, so I do not know how to reproduce this.
I'm trying to figure out if this is a problem with the library, the ads, or my original adapter. Please keep in mind that I never got a crash report regarding my adapters before adding the admobAdapterWrapper in my app, and that's why I dont think it has to do with my adapter.
If you have any ideas/suggestions, please let me know.
The text was updated successfully, but these errors were encountered: