-
Notifications
You must be signed in to change notification settings - Fork 75
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 exit status 128 when attempting to use cli #464
Comments
This is us swallowing the message git would have printed to stdout, which in this case is probably that the file already exists. This is fixed in #441 and will produce human-readable errors in the next release. In the mean time, can you try providing an alternate name when you create a new app from template: lk app create <my_app_name> |
Thank you very much that helped me out and solved the cli issue but I am getting this 2024-11-11 17:04:13,405 - DEBUG asyncio - Using proactor: IocpProactor Not sure what the issue is I will change it after solved but yeah is it suppose to have the agent or is this just saying the front end is not setup |
The agents framework won't warn if there is no frontend to connect to, it will simply wait for rooms to be created and attempt to join them. It could be that your project details are incorrect, but this appears to be an issue with your agent and not with the CLI. If you're continuing to have problems, try asking a question over on https://github.com/livekit/agents/ or on our community Slack channel! |
Describe the bug
Hello I am trying to get setup for windows 10 CLI to be able to develop fast
I really enjoy the setup but I get this error
I am using a drive on my Z:
Z:\GIT\AG3NTZ>lk app create
Using url, api-key, api-secret from environment
Cloning template...
exit status 128
I am not sure what I am doing wrong I installed with winget
Just when I use this it does not save
The text was updated successfully, but these errors were encountered: