-
Notifications
You must be signed in to change notification settings - Fork 129
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
issues="unsupported value type" picked="unsupported value type" #185
Comments
Hi @VaaFull, I'm running into the same issue. Did you find out what the problem was? |
The issue is only about the log message. I put a small fix to get the correct output:
|
@banuchka fast test shows - it works, thank you! |
@banuchka
|
Hello team
I've got an issue with https://github.com/prometheus-community/jiralert/blob/master/pkg/notify/notify.go#L337
It seems like variables
issues
andissue
returned some wrong data. If we check logs,query
shows with no error, but for the last 2 variables I've got the issue -unsupported value type
"query", query, "issues", issues, "picked", issue
I took some logs to get better understanding. It is the same logs, but in different output
So the first one is default logs format tell us:
Next is DEBUG level
Next DEBUG JSON
The text was updated successfully, but these errors were encountered: