-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
sel crashes when the element doesn't exist yet #27
Comments
This is the stack trace:
It's an intermittent failure that happens ~75% of the time. |
This commit actually didn't fix the issue:
Perhaps there's a non-throwing equivalent in clj_chrome_devtools? Or if not, wrap in try/catch and retry ? |
FYI: this latest commit seems to have fixed it. 10 runs so far and 100% success rate. Thanks! |
Hi, That's good to hear, thanks for the feedback. I haven't had this on any of my own projects. Do you have a particularly large amount of devcards, or large JavaScript files? Cheers |
Maybe 25 or so devcards but yea large files for sure. |
you probably want
visible
here:https://github.com/oliyh/kamera/blob/master/src/clj/kamera/core.clj#L203
rather than
sel
.The text was updated successfully, but these errors were encountered: