Hello,
I keep getting this message each time I call the script :
If you have any warning above about outdated widget types, you should not delete the original dashboard. Follow the described procedure to properly convert the dashboard.
Do you want to delete the dash (Y/n): n
No further action needed
Traceback (most recent call last):
File "dashconverter.py", line 257, in
converter().main(args.dashboard_id)
File "dashconverter.py", line 254, in main
print ("Your new Screenboard is available at: http://app.datadoghq.com/screen/" + str(output['id']))
KeyError: 'id'
Can you please give me a hint at least where is the issue?
Hello,
I keep getting this message each time I call the script :
If you have any warning above about outdated widget types, you should not delete the original dashboard. Follow the described procedure to properly convert the dashboard.
Do you want to delete the dash (Y/n): n
No further action needed
Traceback (most recent call last):
File "dashconverter.py", line 257, in
converter().main(args.dashboard_id)
File "dashconverter.py", line 254, in main
print ("Your new Screenboard is available at: http://app.datadoghq.com/screen/" + str(output['id']))
KeyError: 'id'
Can you please give me a hint at least where is the issue?