meraki / dashboard-api-python

Official Dashboard API library (SDK) for Python
MIT License
293 stars 154 forks source link

fix: removed BAD_CHARACTERS #145

Closed iamdexterpark closed 3 years ago

iamdexterpark commented 3 years ago

Addresses unicode issues thrown by SDK 1.6.0 update. Issue Report 144: https://github.com/meraki/dashboard-api-python/issues/144

TKIPisalegacycipher commented 3 years ago

Thank you--we've fixed this on our end. https://github.com/meraki/dashboard-api-python/commit/c9928d646b51a1ab25d680732d038af3240c058a

iamdexterpark commented 3 years ago

Perfect! It looks like this issue happened in December as well so assuming code generation it might be ideal to remove UTF-16 encoded characters from the API spec as python has issues with non UTF-8. @TKIPisalegacycipher