KoenZomers / RingApi

Api in .NET 6 to communicate with the Ring Doorbell services
38 stars 19 forks source link

[BUG] Brief description #23

Closed chrisstuart-cl closed 1 year ago

chrisstuart-cl commented 1 year ago

Describe the bug It's no longer possible to authenticate. This line of code fails in the unit tests. var oAuthResponse = await _httpUtility.FormPost(RingApiOAuthUrl, oAuthformFields, headerFields);

To Reproduce Run the unit tests.

Expected behavior Unit tests should pass. There appears to have been an API change within the last few days.

Versions (please complete the following information): Latest version from github.

quiggles commented 1 year ago

I am also encountering the same issue with authentication.

KoenZomers commented 1 year ago

Check https://github.com/KoenZomers/RingApi/issues/24