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
when trying aql, with include, sort, and limit, I wasted a lot of efforts guessing what python equivalent syntax would be given the raw aql string.
I always got below error until I went over some issues and came up with the right solution:
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: myhost/artifactory/api/search/aql
The error message is too general.
Could it be more acurate? such as some debugging functions to print the generated raw aql string?
And could any one add some example in readme? (if you allow, i'd like to add one example).
The text was updated successfully, but these errors were encountered:
when trying aql, with include, sort, and limit, I wasted a lot of efforts guessing what python equivalent syntax would be given the raw aql string.
I always got below error until I went over some issues and came up with the right solution:
The error message is too general.
Could it be more acurate? such as some debugging functions to print the generated raw aql string?
And could any one add some example in readme? (if you allow, i'd like to add one example).
The text was updated successfully, but these errors were encountered: