RingRecordingDownload icon indicating copy to clipboard operation
RingRecordingDownload copied to clipboard

[BUG] Was the Ring API updated?

Open johnston7 opened this issue 5 months ago • 0 comments

root@bohannon:/home/bohannon/Downloads# ./RingRecordingDownload -username [email protected] -password xxxxxxxx -list

Ring Recordings Download Tool v5.0.0.0 by Koen Zomers

Unhandled exception. System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.MissingMethodException: Cannot dynamically create an instance of type 'System.Configuration.ClientConfigurationHost'. Reason: No parameterless constructor defined. at System.RuntimeType.ActivatorCache..ctor(RuntimeType) at System.RuntimeType.CreateInstanceDefaultCtor(Boolean, Boolean) at System.Activator.CreateInstance(Type, Boolean, Boolean) at System.Activator.CreateInstance(Type , Boolean) at System.Configuration.TypeUtil.CreateInstance(Type) at System.Configuration.Internal.ConfigSystem.System.Configuration.Internal.IConfigSystem.Init(Type, Object[] ) at System.Configuration.ClientConfigurationSystem..ctor() at System.Configuration.ConfigurationManager.EnsureConfigurationSystem() --- End of inner exception stack trace --- at System.Configuration.ConfigurationManager.EnsureConfigurationSystem() at System.Configuration.ConfigurationManager.PrepareConfigSystem() at System.Configuration.ConfigurationManager.GetSection(String) at System.Configuration.ConfigurationManager.get_AppSettings() at KoenZomers.Ring.RecordingDownload.Program.ParseArguments(IList`1) at KoenZomers.Ring.RecordingDownload.Program.Main(String[]) at KoenZomers.Ring.RecordingDownload.Program.<Main>(String[]) Aborted (core dumped)

johnston7 avatar Sep 02 '25 00:09 johnston7