You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently don't hard-code the uid of my playLists, instead I rely on id to know which playlist I want to use.
After upgrading to grafana 9 this is no longer possible.
If I define
target:
URL: http://xxx:3000/playlists/play/1
grafana kiosk will say it's unable to find the playlist.
I haven't looked at the code so far but I think it should be rather straight forward to add a translation function that if ID is specified automatically get the UID and use that one instead.
This change should be able to be backwards compatible.
The text was updated successfully, but these errors were encountered:
Using the grafana API is the only way that I have come up with to solve this issue.
Do you think a similar solution could be an option?
Of course with support for other login solutions, a big refactor and hopefully my grafana-api-golang-client getting merged ^^.
If you think this is a okay way forward then I can keep on working on it.
I currently don't hard-code the uid of my playLists, instead I rely on id to know which playlist I want to use.
After upgrading to grafana 9 this is no longer possible.
If I define
grafana kiosk will say it's unable to find the playlist.
I haven't looked at the code so far but I think it should be rather straight forward to add a translation function that if
ID
is specified automatically get theUID
and use that one instead.This change should be able to be backwards compatible.
The text was updated successfully, but these errors were encountered: