-
Notifications
You must be signed in to change notification settings - Fork 138
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
sortOrder parameter must be either 'asc' or 'desc'. #126
Comments
I'm facing the same issue. |
Oh, looks like sorting is a new feature. Probably related to /pull/123 |
Do we know the code that is creating the request payload? |
This issue seems to be caused by this recent commit: 599b2ec VSCodium (1.46.0) sends this POST request (curl):
The response is 500:
However when trying to fulfill that requirement (
you still get an error:
So it seems sortOrder is expected to be an integer value, and the check for 'asc'/'desc' is wrong. |
I'm guessing the integer value is just 0 or 1 so we can open a PR to fix it while keeping the 'asc' and 'desc' checks since that's what eclipse is looking for. |
Signed-off-by: CptTonyZ <[email protected]>
VSCodium has changed to openvsx in the latest version, but when I try to search for extensions I get an error.
I looked at the request that's being sent, the payload is:
And the 500 response is:
I was referred here from VSCodium/vscodium/issues/418
The text was updated successfully, but these errors were encountered: