-
Notifications
You must be signed in to change notification settings - Fork 82
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 when running livekit-load-tester on v0.8.0 #27
Comments
I believe this is due to interaction between
|
I just tried installing git lfs, and running make install but it seems that the error still persists. I actually tried debugging the CLI and here's what I found: I was curious to see what the error contains in
So i added a simple println log, and the error was: I pinpoint the location of the code for method @davidzhao Do you mind if i take on this issue and investigate further and hopefully creating a PR to fix this? I would be really happy to contribute to this project! |
Absolutely! a PR sounds great! Could you check how large the files are inside |
Hello @davidzhao , it seems that the problem comes from LFS itself. After doing I think to fix the issue in v0.8.0, what we need to do is that in
But, there's also an ongoing issue, where you actually have to also run the pull command afterwards:
What do you think? If you think it's okay, I will try to test the CI first and then open a PR once I get a working example |
this looks good! I think |
If the person is running |
Released 0.8.1 and updated readme to manually download repo instead of relying on go install. thank you for fixing it |
I was trying to run this command:
Then, I was getting this error:
My current solution is to just downgrade to v0.7.2
go install github.com/livekit/livekit-cli/cmd/livekit-load-tester@v0.7.2
The text was updated successfully, but these errors were encountered: