-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
400 Error When Utilizing the License Manager #2188
Comments
Looks like this has already been logged: https://support.esri.com/fr-fr/bug/obtaining-organization-licenses-using-the-agoladminmana-bug-000172228 |
Hi this seems to be an Online issue where they are not cleaning up older licenses and it started at their last release in Fall 2024 |
So the assumption is that this error will persist until the next AGO release? I'm hoping/wondering they'll add the license clearing as part of the quality assurance checklist? |
@FeralCatColonist Yeah that's the hope. The bug got moved to their support cases and they said they where working on it so we will have to wait and see unfortunately |
@FeralCatColonist We can keep this issue open and Ill post any updates if we get them |
Describe the bug
When using
.admin.license.all()
or.admin.license.get()
the following warning is displayed before the API returns the requested information:To Reproduce
Steps to reproduce the behavior:
error:
Expected behavior
I'm unsure what is causing the issue, as per the documentation, if an organization has access to licensing from the Marketplace then those extensions may not produce valid license objects. This could possibly explains issues from the
all()
function, but when accessing a single, Esri license, usingget()
I would not expect those 400 errors to crop up.Platform (please complete the following information):
2.4.0
Additional context
This was reproduced in a standalone Conda environment with Jupyter Notebook and also utilizing an ArcGIS Online notebook.
The text was updated successfully, but these errors were encountered: