Azurite
Azurite copied to clipboard
TypeError from AzuriteVisualizer.py
The PS portion seems to run fine and produces the JSON output as expected. The subscription JSON file seems to be properly formatted. When running the Visualizer against the subscription JSON file produces this.
Traceback (most recent call last):
File "AzuriteVisualizer.py", line 479, in
I received the same error as Chris. The PS scripts generates the JSON file fine.
[*] Parsing data...
Traceback (most recent call last):
File "AzuriteVisualizer.py", line 479, in
Same error , I inspected where it is failing and there is not any data there, feels like its choking expecting something that doesn't exist
[*] Parsing data... Traceback (most recent call last): File "AzuriteVisualizer.py", line 479, in <module> main() File "AzuriteVisualizer.py", line 476, in main parseJson() File "AzuriteVisualizer.py", line 132, in parseJson for vmNetworkIpConfiguration in subnetItem['vmNetworkConfiguration']['vmNetworkConfigurationIpConfigurations']: KeyError: 'vmNetworkConfigurationIpConfigurations'
Same issue:
[*] Parsing data...
Traceback (most recent call last):
File "C:/GitRepos/Azurite/AzuriteVisualizer.py", line 479, in
Any ideas?
Can you retry?
New error, maybe it's related to my data, so I attached a sample.
[*] Parsing data...
Traceback (most recent call last):
File "C:/GitRepos/Azurite/AzuriteVisualizer.py", line 483, in
I'm running the .py scripts with the following line in git bash. I've never run python before so it might be some obvious issues I'm missings.
raffe@raffe-zbook MINGW64 /c/Python27 $ ./python.exe C:/GitRepos/Azurite/AzuriteVisualizer.py C:/GitRepos/Azurite/azure-subscription_ed347077-d367-4401-af11-a87b73bbae0e_raffe@mcsinternaltrials.onmicrosoft.com.json
Thanks for your help!
The issue is still there. Any solutions?