meraki / automation-scripts

MIT License
391 stars 198 forks source link

no exception if field 'name' is empty -- which happened to my Customer #8

Closed achill-es closed 3 years ago

achill-es commented 5 years ago

https://github.com/meraki/automation-scripts/blob/76b8eb9cc91720b7186504ceb2f7ec1b30b1e690/uplink.py#L74

My Customer doesn't use the field 'name' yet. This python script then throws an exception which needs to be caught by a try-except-clause, see my attachment uplink.py.txt

Then it should work as expected.

mpapazog commented 3 years ago

This script is deprecated. please use "report_statuses.py" instead.