-
Notifications
You must be signed in to change notification settings - Fork 27
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
Better warning on bad input #78
Comments
I am getting the same error message and I am having a hard time finding what is going on, I get the same no matter how I write the file name and path. @tristen how did you manage to solve it? |
@robertomoreu |
@tristen |
@robertomoreu If you're confident the right path is being provided, perhaps confirm the file content is valid line-delimited JSON? |
Hey @tristen , Solved ! I was always trying to use the relative path, using the absolute path solved it. Thanks for your help, it got me to the solution! |
I am having this problem even while using absolute path.
Even though Relative path has the same problem. EDIT: This is a problem when specifying a directory of files. It works when I upload one at a time. |
If the path to a file is incorrect the response from the CLI prints out a long stack trace:
And ends with:
Could the CLI validate the input argument first and display a clearer message to the user
The text was updated successfully, but these errors were encountered: