-
Notifications
You must be signed in to change notification settings - Fork 275
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
TypeError: get_grafana_version() missing 1 required positional argument: 'http_get_headers' #242
Comments
We are facing the same issue 👍 |
I also had to downgrade to 1.3.3, I tried with GRAFANA_HEADERS=Host:my.host.com but this did not help.
|
Please let us know if this is solved in release Thank you for letting us know! |
@acjohnson 1.4.1 is working well, thank you for the fix!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
The newest version of Grafana backup doesn't worked for me because of this issue:
There are 0 alert rules:
File "/usr/lib/python3.11/site-packages/grafana_backup/save.py", line 74, in main
backup_functions[backup_function](args, settings)
File "/usr/lib/python3.11/site-packages/grafana_backup/save_contact_points.py", line 24, in main
grafana_version = get_grafana_version(grafana_url, verify_ssl)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: get_grafana_version() missing 1 required positional argument: 'http_get_headers'
When I switched to old version 1.3.3 of the package it worked fine.
Looks like the issue is here:
https://github.com/ysde/grafana-backup-tool/blob/master/grafana_backup/save_contact_points.py#L24
The text was updated successfully, but these errors were encountered: