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: cannot detect lang" occurs when executing the "acd prepare" command #27

Open
m0ch1m0ch1 opened this issue Sep 11, 2023 · 0 comments

Comments

@m0ch1m0ch1
Copy link
Contributor

The following error occurs when executing the "acd prepare" command.

$ acd prepare abc100
Error: cannot detect lang

This error may be that the value of val specified in L96 of parse.go is becoming outdated. Probably should be changed to 5001.

if val == "3001" {
panic("Not supporting old environment")
}
if val == "4001" {
result = LangNew
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant