Error Something went wrong

{
"browser-info": {
"language": "pt-PT",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "ANSI_X3.4-1968",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.11+9-Ubuntu-0ubuntu2.20.04",
"java.vendor": "Ubuntu",
"java.vendor.url": "https://ubuntu.com/",
"java.version": "11.0.11",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.11+9-Ubuntu-0ubuntu2.20.04",
"os.name": "Linux",
"os.version": "5.4.65-1-pve",
"user.language": "en",
"user.timezone": "America/Sao_Paulo"
},
"metabase-info": {
"databases": [
"mysql"
],
"hosting-env": "unknown",
"application-database": "mysql",
"application-database-details": {
"database": {
"name": "MariaDB",
"version": "10.3.29-MariaDB-0ubuntu0.20.04.1"
},
"jdbc-driver": {
"name": "MariaDB Connector/J",
"version": "2.6.2"
}
},
"run-mode": "prod",
"version": {
"date": "2021-04-27",
"tag": "v0.39.1",
"branch": "release-x.39.x",
"hash": "6beba48"
},
"settings": {
"report-timezone": "America/Sao_Paulo"
}
}
}

Hello friends. This error is constantly appearing on my dashboards, making it difficult to use. I'm using version 0.39.1 on Ubuntu 20.
I appreciate if anyone can help

Sem%20t%C3%ADtulo

:wave: hey, Luis here. Can you upgrade to 0.39.3?

1 Like

@m2t4eus Please include the entire error shown in "Something went wrong".
Does it happen, when you do something special - like hovering something, etc?

1 Like

Sometimes I see this error when SUM of something < 0 !

1 Like

@drvlada Please include the entire error shown in "Something went wrong".
Please "Diagnostic Info" from Admin > Troubleshooting".
Can you show a screenshot of your question before it triggers the error?

1 Like

Sorry, that happened a few months ago - my SQL query was bad. When I fixed the query error, the error in Metabase disappeared ! And yes, I remember that, an error occurred when I hovered over the field in the Pie chart where a total was lower than 0 .

1 Like

@drvlada We released 0.39.0 on April 20th, so it cannot have been before that, but without any details, then it's impossible to know what happened.

1 Like

I don't complain, it was my fault :grinning: I remember that, an error occurred when I hovered over the field in the Pie chart where one of totals was lower than 0 .

1 Like

@drvlada Okay, I cannot reproduce that on 0.39.x or the upcoming 0.40, so I'm guessing that something else was in play too. You are welcome to open a new topic or issue about it, and include steps-to-reproduce.

1 Like

this is the content:

Ícone "Verificada pela comunidade"

in ChartTooltip
in div
in t
in Visualization
in Connect(Visualization)
in i
in Connect(i)
in div
in DashCard
in div
in t
in DraggableCore
in GridItem
in div
in GridLayout
in div
in t
in DashboardGrid
in div
in div
in div
in div
in div
in LoadingAndErrorWrapper
in t
in DashboardControls[t]
in Dashboard
in div
in t
in Unknown
in Title[]
in Title[Title[]]
in FitViewport
in DashboardApp
in Title[DashboardApp]
in Unknown
in UserIsAuthenticated(Component)
in Connect(UserIsAuthenticated(Component))
in MetabaseIsSetup(Connect(UserIsAuthenticated(Component)))
in Connect(MetabaseIsSetup(Connect(UserIsAuthenticated(Component))))
in div
in t
in ScrollToTop
in t
in App
in Title[App]
in RouterContext
in Router
in t
in DragDropContextProvider
in a

this version hasn't appeared to me yet

Ícone "Verificada pela comunidade"

Your Metabase instance might not have access to internet so it can't check for upgrades. Upgrade manually

1 Like

you were right, the metabase was not updating. After solving the connectivity issue the system updated and the issue was resolved.

Thanks to everyone who cares.