Describe how you confirmed the issue is with the library, and not with the API itself, or a server-side issue of some other kind.
Same script works fine with SDK 1.34.0, but fails on 1.36.0.
Python version installed
Python 3.10.8
Meraki library version installed
1.34.0 and 1.36.0
Have you reproduced the issue with the latest version of this library? And with the latest version of Python?
OS Platform
MacOS Ventura 13.5
Describe the bug
After upgrading one of the virtual environments to the Python SDK 1.36.0, one of my scripts started failing with the operation aiomeraki.organizations.getOrganizationApiRequests ('URL' object has no attribute 'decode'). The operation works fine in sync mode and works fine when downgrading to version 1.34.0.
How can we replicate the problem you're reporting?
Try running the aiomeraki.organizations.getOrganizationApiRequests operation at versions 1.34.0 and 1.36.0.
Describe how you confirmed the issue is with the library, and not with the API itself, or a server-side issue of some other kind.
Same script works fine with SDK 1.34.0, but fails on 1.36.0.
Python version installed
Python 3.10.8
Meraki library version installed
1.34.0 and 1.36.0
Have you reproduced the issue with the latest version of this library? And with the latest version of Python?
OS Platform
MacOS Ventura 13.5
Describe the bug
After upgrading one of the virtual environments to the Python SDK 1.36.0, one of my scripts started failing with the operation
aiomeraki.organizations.getOrganizationApiRequests('URL' object has no attribute 'decode'). The operation works fine in sync mode and works fine when downgrading to version 1.34.0.How can we replicate the problem you're reporting?
Try running the aiomeraki.organizations.getOrganizationApiRequests operation at versions 1.34.0 and 1.36.0.