-
Notifications
You must be signed in to change notification settings - Fork 215
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
Resources_Delegate.initSystem called twice before disposeSystem was called #494
Comments
@hardysim hey, we recently updated |
I tried adding this patch-version of |
@hardysim @brudaswen can you provide a minimal sample? would help us diagnose the issue much faster! |
I will try to figure out why one of our tests is running into this issue. Maybe I can narrow it down. Thanks for your help. |
Thanks @andersu for that helpful tip! I'm closing this since it seems like a test setup issue vs a paparazzi issue. |
I double checked our namespace and it's matching the folder name (and the name of the composable to be tested). It's still happening. Maybe @brudaswen has some more ideas? But I think this is still an issue and should be reopened. |
We are also seeing this sporadically on CI with 1.1.0. It seems like if it was a namespace issue it wouldn't be spurious, and it doesn't seem like this should be closed |
For us this happened because one of our screens that we were testing with paparazzi had a |
The problem also turned out to be Lottie for us 😓 thanks for the tip @ashley-figueira ! It seems like if there is a crash in the composable UI then it might break some internal state of Paparazzi, resulting in this downstream error |
I get the following error sometimes (a retry works sometimes and sometimes it's working directly) when running the verify-command on paparazzi 1.0.0:
I'm using a
PreviewParameterProvider
and for such previews, I'm runningsnapshot()
multiple times in a loop (adding a name-suffix for each golden image). I have a feeling, that this error started showing up once I've added this. But since it's working fine sometimes this might be a timing issue? Any ideas?The text was updated successfully, but these errors were encountered: