-
Notifications
You must be signed in to change notification settings - Fork 31
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
something went wrong #9
Comments
Hey Mathieu,
Thanks for reporting the issue. Soon we will release a new version of this
repository. Meanwhile, @barabara could you check this?
All the best,
Maciej
…On Fri, Jun 30, 2023 at 7:56 PM MathieuGrosso ***@***.***> wrote:
I have followed all the tutorial, was able to log on the mlflow server but
then i get this message "something went wrong" on the uI interface.
Do you know why ?
In console i have these messages:
FetchUtils.js:82 Fetch failed: Response
m @ FetchUtils.js:82
RequestStateWrapper.js:93 ERROR Array(1)0: {id: '1688147721577mw1d3mv2',
active: false, error: o}length: 1[[Prototype]]: Array(0)
u @ RequestStateWrapper.js:93
react-dom.production.min.js:216 Error: A request error occurred.
at u (RequestStateWrapper.js:94:9)
at c.getRenderedContent (RequestStateWrapper.js:77:9)
at c.render (RequestStateWrapper.js:87:17)
at Wa (react-dom.production.min.js:187:188)
at qa (react-dom.production.min.js:186:173)
at Ks (react-dom.production.min.js:269:427)
at Pl (react-dom.production.min.js:250:347)
at Tl (react-dom.production.min.js:250:278)
at Al (react-dom.production.min.js:250:138)
at bl (react-dom.production.min.js:243:163)
us @ react-dom.production.min.js:216
AppErrorBoundary.js:28 Error: A request error occurred.
at u (RequestStateWrapper.js:94:9)
at c.getRenderedContent (RequestStateWrapper.js:77:9)
at c.render (RequestStateWrapper.js:87:17)
at Wa (react-dom.production.min.js:187:188)
at qa (react-dom.production.min.js:186:173)
at Ks (react-dom.production.min.js:269:427)
at Pl (react-dom.production.min.js:250:347)
at Tl (react-dom.production.min.js:250:278)
at Al (react-dom.production.min.js:250:138)
at bl (react-dom.production.min.js:243:163) Object
componentDidCatch @ AppErrorBoundary.js:28
/#/:1 Uncaught (in promise) o
manifest.json:1 Failed to load resource: the server responded with a
status of 401 ()
manifest.json:1 Manifest: Line: 1, column: 1, Syntax error.
manifest.json:1 Failed to load resource: the server re
—
Reply to this email directly, view it on GitHub
<#9>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AELV7NNGCDV6VGOXR6VVAIDXN4HLJANCNFSM6AAAAAAZ2EQKMM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello!
|
I had the same issue. The tutorial writes that the
After much head scratching I found this stackoverflow post that shows you need to use
Some other places where I deviated from the tutorial:
Also, it is unclear why I needed to download the |
Hey Jeroen,
thanks so much! Currently I’m maintaining this repo and will update once
back at the end of the next week.
All the best,
Maciej
W dniu pt., 29.09.2023 o 03:19 Jeroen Van Goey ***@***.***>
napisał(a):
… I had the same issue.
The tutorial writes that the mlflow_database_url Cloud SQL connection
string must be in SQLAlchemy-format and gives as example:
postgresql+pg8000://<dbuser>:<dbpass>@/<dbname>?unix_sock=/cloudsql/tc-global-dlabs:europe-west3:mlfow/.s.PGSQL.5432
After much head scratching I found this stackoverflow post
<https://stackoverflow.com/questions/72411618/mlflow-and-postgres-getting-bad-request-error>
that shows you need to use psycopg2 instead:
postgresql+psycopg2://<username>:<password>@<dbname>?host=/cloudsql/<my-project>:<us-central1>:<dbinstance>
Some other places where I deviated from the tutorial:
- Container Registry is deprecated, so I used Artifactory registry
- The get_secret.py script is not needed. You can expose secrets as
environment variables in Cloud Run. So I modified the entry-point.sh
script.
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AELV7NJBDJKHIKL2ETOZP7TX4XUMTANCNFSM6AAAAAAZ2EQKMM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello @BioGeek, I've updated repository documentation with changes related to Artifact Registry etc. If MLflow cannot connect to the database, try one of the following:
Let us know if you have successfully launched the application Regards |
I have followed all the tutorial, was able to log on the mlflow server but then i get this message "something went wrong" on the uI interface.
Do you know why ?
In logs i have an error of engine, the password is seen as the port. I have followed the same path as you provide for engine but it does not seem to work.
The text was updated successfully, but these errors were encountered: