-
Notifications
You must be signed in to change notification settings - Fork 15
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
Error: EISDIR: illegal operation on a directory #3
Comments
Hi! Thanks for the feedback. |
Hey, sorry for the delay. I'd be happy to provide that, how do you suggest I get it for you? node isn't really my area, so I'm not sure how to step through the execution like I would with Go or another language debugger. |
Hey @FlorianPfisterer i also experienced the same issue, after some debugging with @ivanblagdan managed to make it work. Seems be the issue with some of the log files in the bucket
Pretty sure there is a better way to fix this but I needed it for a single run so this When running w/o
|
+1 same issue .. but the fix that @vlebo seems to help |
Thank you for patch, @vlebo. Did the trick. 👍 @FlorianPfisterer Thank you for sharing the project. Here is the error with npm v8.4.1:
There was no
HTH. |
I see. Maybe they changed the format of these logs. Thanks for the feedback & help @vlebo / @invsblduck. |
I am pretty sure there is a better way of fixing it and PR-ing then my hack (i am not a developer) :) |
Hey there,
Neat looking project here since VPC Flow logs are such a pain usually to search through.
I tried this out today and
generate-graph
returns this error:(note: I sanitized the account number)
It does create the directory structure though:
I tried the suggestion from #2 to modify
createFolderIfNotExists
but it made no difference any ideas or suggestions for debugging?thanks!
The text was updated successfully, but these errors were encountered: