ovh / csharp-ovh

Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No responses to any api calls

andrew5834 opened this issue · comments

Hello,

I've created a script token and using it to authenticate my app (eu ovh).
But I'm not getting any response from the api to any request I send.
For example, I'm doing PartialMe me = await client.GetAsync("/me"); and my app freezes because there is no response. Same for any other endpoint.
Is there a way to get any help with this?

It would be great to have a basic example app (full solution) that I could use to try and pinpoint the issue.

Thank you
Andrew

What if you wait for an extended period of time, do you get a timeout?
Can you contact api.ovh.com properly from where you run the script, in another way (curl, browser)?

No, I don't seem to get any timeout. The app will remain frozen for several minutes.
I can open api.ovh.com just fine in my browser.

Would you be able to try out the branch 4.0.0?
Also, can you provide your complete test code so we can be sure it's directly linked to the lib?

Moderdomain - Copy.zip
This is my source code.
I'll try the 4.0.0 and let you know. Thanks

Just tried it with 4.0.0. - the same behavior, the app freezes

Thank you, we'll look into it!

This is now fixed in 4.0.3. Be aware that this build introduces some breaking changes though.
Can you try with it?

I'm on 5d04945 and I see no problems so far.

Nice to hear.
I'll close the issue for now then. Feel free to reopen it if needed!