Skip to content
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

Minor glitches #75

Closed
1 of 2 tasks
jefflill opened this issue Jul 28, 2023 · 1 comment
Closed
1 of 2 tasks

Minor glitches #75

jefflill opened this issue Jul 28, 2023 · 1 comment
Assignees
Labels
common Neon.Common related issues

Comments

@jefflill
Copy link
Contributor

jefflill commented Jul 28, 2023

I've noticed a couple minor glitches we should look after after the first beta release:

  • JsonClient adds an extra "&" after query string parameters, like:

    https://headend.neoncloud.io/cluster-setup/image/node?api-version=2023-04-06&hostingEnvironment=hyperv&version=0.10.0-beta.0&architecture=amd64&
    

    JEFF UPDATE: I couldn't see where this is happening in the JsonClient code. Not a big deal.

  • JsonClient error exceptions reverse the method and URI values, like (I thought I already fixed this):

    [Neon.Net.HttpException]: HTTP ERROR:status=[400] method=https://headend.neoncloud.io/cluster-setup/image/node?api-version=2023-04-06&hostingEnvironment=hyperv&version=0.10.0-beta.0&architecture=amd64& uri=GET reason=[Bad Request]
    
@jefflill jefflill self-assigned this Jul 28, 2023
@jefflill jefflill added the common Neon.Common related issues label Jul 28, 2023
@jefflill
Copy link
Contributor Author

jefflill commented Aug 8, 2023

FIXED: the Neon.Net.HttpException message

jefflill added a commit that referenced this issue Aug 8, 2023
@jefflill jefflill closed this as completed Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common Neon.Common related issues
Projects
None yet
Development

No branches or pull requests

1 participant