-
Notifications
You must be signed in to change notification settings - Fork 18
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
[BUG]: Unable to create/run experiments #795
Comments
Just managet to reproduce the above. This is the payload from the UI when creating an experiment:
|
@khaledosman Thanks for filing! Can you provide exactly what command you ran to start the containers? |
I ran I opened a follow up PR to make sure users get the latest version of the docker image after any potential hotfixes in the future without the need to manually remove or rebuild the image |
Cool! Just to make sure I'm following: there was an issue with an old version of Lumigator and since the new image wasn't on your system, even though you were on the latest commit of the main branch it was using some older image when running the make command? |
No it was an issue with the MVP version in the main branch that has just been fixed with the latest docker push a couple of hours ago AFAIK After the fix has been patched to the latest docker image however, I still needed to remove my old images and rebuild in order to pull the latest version since the docker image was pushed to the same tag mvp, so docker couldn't tell it needed to rebuild hence the other PR |
Thanks! Can you provide a link to what the patch was? I'm having a hard time finding what commit fixed the error that was reported in this bug report. |
Hello there! I want to recap and ensure we understand why this happened. The fix itself, was to override the old docker image tagged for the MVP with the latest version in main (we couldn't bump versions or the old image was going to always be broken). This poses a question around if we should use the latest tag in lumigator or not, but this bug, as it is, is resolved now! |
Makes total sense! Thanks for the explanation! I'll go ahead and close this ticket for us. |
Description
While running Lumigator for the first time yesterday I wasn't able to create an experiment from the UI, and while testing the api through swagger localhost:8000/docs the endpoints for
GET /experiments
andGET /jobs
seem to failWhen following through the docker logs for the backend, this is what I see when trying to create an experiment (Sounds like it requires a /mzai/lumigator/jobs/evaluator folder to exist or perhaps it couldn't create it when its not there for the first time)
And this is the error I see in the logs when trying to hit the endpoints or open Lumigator afterwards, sounds like its unable to find the job
Reproduction
Steps to reproduce:
Relevant log output
First error when creating experiment: https://pastebin.com/99Ueqnfa
Second error when opening the page or using the GET endpoints https://pastebin.com/ZJtFv1ua
Expected behavior
An experiment is created successfully and the endpoints shouldn't fail
System Info
MacOS
main branch latest commit: 0825694
Have you searched for similar issues before submitting this one?
The text was updated successfully, but these errors were encountered: