You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm liking 3D-Printroom! One issue I'm having is the following error when trying to navigate through subdirectories:
Uncaught node.js Error
Error: EISDIR, read
When researching the error it looks like it's a file vs folder error:
EISDIR -- You called a function that requires a file argument with a directory argument.
The text was updated successfully, but these errors were encountered:
Hi there, glad you like the app. I'm afraid it's still quite alpha, and in fact you've hit a part of the system that is still to be implemented, namely traversing sub folders.
I can't say when I will get around to implementing it for sure, but seeing as you are interested in using it it is now higher on my todo list.
I'm liking 3D-Printroom! One issue I'm having is the following error when trying to navigate through subdirectories:
Uncaught node.js Error
Error: EISDIR, read
When researching the error it looks like it's a file vs folder error:
EISDIR -- You called a function that requires a file argument with a directory argument.
The text was updated successfully, but these errors were encountered: