-
Notifications
You must be signed in to change notification settings - Fork 71
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 from AzuriteVisualizer.py #3
Comments
I received the same error as Chris. The PS scripts generates the JSON file fine. |
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
|
Same issue: [*] Parsing data... Any ideas? |
Can you retry? |
New error, maybe it's related to my data, so I attached a sample. [*] Parsing data... 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 Thanks for your help! |
The issue is still there. Any solutions? |
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
main()
File "AzuriteVisualizer.py", line 476, in main
parseJson()
File "AzuriteVisualizer.py", line 51, in parseJson
vnetNode['label'] = vnet['vnetName']
TypeError: string indices must be integers
The text was updated successfully, but these errors were encountered: