-
Notifications
You must be signed in to change notification settings - Fork 46
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
Uncaught errors when opening a bad CSV file #86
Comments
It appears you are on an old version of the software, have you tried this with the latest release? |
The code is on production and it'd be hard to upgrade to the latest version. If the new version fixes the issue, would it be possible to backport to V2? |
Unfortunately the new version is a complete rewrite, so backporting would not be possible. |
I don't see the issue on V3.1. We'll upgrade to the new version. Again, thanks for the excellent work. close. |
When opening a bad CSV file, it creates Uncaught TypeError and crashes the app, and isn't catchable with a try-catch.
Code:
The process will crash with the uncaught error, instead of catching it in the error event. This is with V2,
invalid_ogr_error.csv
The text was updated successfully, but these errors were encountered: