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

TypeError if narration index is absent #12

Open
csku opened this issue Nov 7, 2022 · 3 comments
Open

TypeError if narration index is absent #12

csku opened this issue Nov 7, 2022 · 3 comments

Comments

@csku
Copy link

csku commented Nov 7, 2022

Currently, a narration index is basically mandatory. Line 203 in bb_import.py causes a TypeError to be thrown because that index is NoneType. Can be fixed by checking for the existence of args.indexes.narration. I will create a pull request.

@luciano-fiandesio
Copy link
Owner

I'm unable to reproduce this issue, the import should not fail if narration is not present

@ihinsdale
Copy link

ihinsdale commented Jan 13, 2024

I also encountered this.

@luciano-fiandesio Thanks for this library!

@luciano-fiandesio
Copy link
Owner

hi @ihinsdale would you be able to send a obfuscated test CSV file, I'm not sure how to reproduce it.

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

3 participants