-
Notifications
You must be signed in to change notification settings - Fork 156
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
aiomeraki.organizations.getOrganizationApiRequests failing after upgrading the SDK from 1.34.0 to 1.36.0 #222
Comments
Thanks, I find it curious that it worked fine with one org with 1 network but the second org with 10 networks it failed. |
Good question. I'm not sure yet. |
On my end the command completes successfully, so I'm not able to reproduce this in 1.36.0. Please provide an example script where this is reproducible. |
Sure. Just tried it with 1.37 - still occurs.
|
If you encounter this issue, please ensure you update to the latest version of the repo, at least 1.39.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.
The text was updated successfully, but these errors were encountered: