You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a list of ~20 elements that need to be excluded in MP query. The code worked fine on Dec 1st, but failed with this error on Dec 11th:
mp_api.client.core.client.MPRestError: REST query returned with error status code 422 on URL ... with message:
exclude_elements - String should have at most 15 characters
Any query with exclude_elements length > 15 characters (including comma) would result in the same error. eg,.
We still need to keep some level of restriction on the list length in place but I raised it to 60 characters with the deployment a few days ago. That should allow @JiaoyueYuan 's original request through. HTH
I have a list of ~20 elements that need to be excluded in MP query. The code worked fine on Dec 1st, but failed with this error on Dec 11th:
Any query with exclude_elements length > 15 characters (including comma) would result in the same error. eg,.
I am wondering if this is a new restriction or a bug.
The text was updated successfully, but these errors were encountered: