-
Notifications
You must be signed in to change notification settings - Fork 4
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
Upload fails when running locally #53
Comments
Hey @MDFL64, thanks for the issue, this is indeed an error on our end that we noticed thanks to you. |
@MDFL64 The issue is fixed, you should be able to make local runs now! |
Sorry, I only just got around to trying to run it again. Now the upload succeeds, but it gets stuck on "Fetching the results". The entry on the dashboard is still empty. https://codspeed.io/MDFL64/iamspeed/runs/6750e920ce962696a058ed24 I will try to run it on something other than my WSL system. |
Getting the same results on another machine. Stuck on "Fetching the results" with a 404 in the dashboard. |
Hey @MDFL64 thanks for testing, and sorry that it is still not working 😖 In order to make it work, you will need to make a run in the CI on the default branch, so that we have existing reports. Once you have done that, local runs will work and will be compared to the latest remote run. |
Got it working. Thank you! |
Hey 👋 ,
|
I've been trying to run the CLI tool locally for the advent challenge. As far as I can tell, I've set up everything correctly: I've logged in, enabled the repo, and tried passing the token to the app.
The profiles appear to complete successfully, but the upload fails with a strange message:
And now there are a bunch of empty runs in the dashboard: https://codspeed.io/MDFL64/iamspeed/runs?page=1
I spent some time trying to debug it myself, but I assume it's an issue with the backend.
I'm running it on WSL in case that could have any effect.
The text was updated successfully, but these errors were encountered: