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

Mysterious export_TextGridCollection() error when exporting levels with inherited time information #274

Open
rpuggaardrode opened this issue Jan 22, 2024 · 0 comments

Comments

@rpuggaardrode
Copy link

I was trying to export an emuDB to TextGrid collection. The db has an annotation superlevel word which inherits its time information from sublevel phone. I get the following error:

Error in if (min(slTier$start) > 0) { : missing value where TRUE/FALSE needed

I gather that this originates from line 185 in export_TextGridCollection() where the tier is padded with an interval starting at 0 if there isn't one already, but (presumably) if(min(slTier$start) > 0) fails because min(slTier$start > 0) returns NULL for some reason. This happens at 8% progress in my case, so most files are fine. Unfortunately I can't provide a reprex, the error is not very informative so I can't figure out which bundle is the culprit without some lengthy trial & error. Maybe a first solution would be to return an error message specifying the bundle & annotation level which causes the error?

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

1 participant