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

Error: File name too long (os error 36): "" #54

Closed
sacha-l opened this issue Jul 5, 2021 · 5 comments
Closed

Error: File name too long (os error 36): "" #54

sacha-l opened this issue Jul 5, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@sacha-l
Copy link

sacha-l commented Jul 5, 2021

I get this error when using:

 kickstart . -o new-project-folder

Then it creates a folder with seemingly infinite sub directories of the same name — all empty.

This could be something specific to how the -o command is implemented. Have you come across this issue @Keats ?
Thanks!

@Keats Keats added the bug Something isn't working label Jul 5, 2021
@Keats
Copy link
Owner

Keats commented Jul 5, 2021

I haven't seen that but that sounds like a bug. Do you have an easy reproduction repo somewhere?

@sacha-l
Copy link
Author

sacha-l commented Jul 5, 2021

Yes, I'm working on this project here. To reproduce you probably will need to clone the repo first and them run:

kickstart . -o proj-name

The: kickstart https://github.com/sacha-l/kickstart-substrate command seems to be having issues with reading the submodule.

@Keats
Copy link
Owner

Keats commented Jul 5, 2021

command seems to be having issues with reading the submodule.

The git clone was not including the submodules, should be fixed in the next version.
The other issue was that the output dir was not being ignored while generating, resulting in that non-stop recursion.

Can you try #53 ?

@sacha-l
Copy link
Author

sacha-l commented Jul 6, 2021

Great, that worked!

@Keats
Copy link
Owner

Keats commented Jul 6, 2021

cool I'll release it soon then

@Keats Keats closed this as completed Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants