-
Notifications
You must be signed in to change notification settings - Fork 10
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 - java.lang.IllegalStateException: Couldn't read row 32, col 0 from CursorWindow #244
Comments
Hi @jameshermida |
@jameshermida whilst we're looking into the issue, is it possible for you to provide us the configuration code you use to initialize |
Hi @jameskeith, Here's the initialization code. Let me know if you need anything else! val tealiumConfig = TealiumConfig(
application,
tealiumAccount,
tealiumProfileId,
if (tealiumDebugEnv) Environment.DEV else Environment.PROD,
collectors = mutableSetOf(
Collectors.Tealium,
Collectors.App,
),
modules = mutableSetOf(AdIdentifier),
dispatchers = mutableSetOf(TagManagementDispatcher)
)
Tealium.create(TealiumClient.TEALIUM_INSTANCE, tealiumConfig) |
Hi @jameskeith. Any updates on this? Thanks |
@jameshermida Thanks for the config; much appreciated. We've found the cause of the crash and are currently working on a fix - so I'll get back in touch once there's a new release available. |
Thanks @jameskeith! Do you have an idea when the next release will be? |
@jameshermida - I'm afraid I don't have a fixed date yet. There are a couple of fixes we've got planned for the next release, along with this one. The work for these are mostly finished, but need to go through test/review before I can offer anything more concrete. |
@jameskeith Did this particular issue got fixed in latest version (1.7.0)? |
@JakubObroslak @jameshermida - yes, there were some changes added to v1.7.0 to alleviate a few similar issues - apologies I'd meant to notify on this issue once it was released. please let me know how you get on. |
Hi,
We're experiencing a crash in our Android app:
We're unable to reproduce the issue. Over the past 90 days, it has occurred ~300 times, impacting ~250 users.
Here are the libraries and their version we're using:
tealium_core = { module = "com.tealium:kotlin-core", version.ref = "tealium_core" }
tealium_tagmanagement = { module = "com.tealium:kotlin-tagmanagement-dispatcher", version.ref = "tealium_tagmanagement" }
tealium_ad_identifier = { module = "com.tealium:kotlin-ad-identifier", version.ref = "tealium_ad_identifier" }
tealium_core = "1.5.4"
tealium_tagmanagement = "1.2.0"
tealium_ad_identifier = "1.1.2"
Thank you!
The text was updated successfully, but these errors were encountered: