KoenZomers / RingRecordingDownload

Console Application for Windows, Raspberry Pi, Linux and macOS which allows for downloading of Ring recorded events
Apache License 2.0
20 stars 9 forks source link

[BUG] Brief description #13

Closed Mistahmilla closed 1 year ago

Mistahmilla commented 1 year ago

Describe the bug I am getting an error message. I tried both the current version (windows x64) and several prior versions. In the current version it is saying "Authentication of the session failed".

Screenshots C:\Users\directory\RingDownloader>RingRecordingDownload -username -password -list -ignorecachedtoken

Ring Recordings Download Tool v2.1.0.0 by Koen Zomers

Connecting to Ring services Authenticating using provided username and password Unhandled exception. KoenZomers.Ring.Api.Exceptions.AuthenticationFailedException: Authentication of the session failed at KoenZomers.Ring.Api.HttpUtility.FormPost(Uri url, Dictionary2 formFields, NameValueCollection headerFields) at KoenZomers.Ring.Api.Session.Authenticate(String operatingSystem, String hardwareId, String appBrand, String deviceModel, String deviceName, String resolution, String appVersion, Nullable1 appInstallationDate, String manufacturer, String deviceType, String architecture, String language, String twoFactorAuthCode) at KoenZomers.Ring.RecordingDownload.Program.Main(String[] args) at KoenZomers.Ring.RecordingDownload.Program.

(String[] args)

vincentr commented 1 year ago

Having the same issue. It appeared to stop working on 6/2/2023.

ronwarner commented 1 year ago

To point out what is probably obvious, this is likely the same thing causing issues 24 and 25 in the API Repo.

KoenZomers commented 1 year ago

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