227
edits
Line 45: | Line 45: | ||
== UploadErrors Argument == | == UploadErrors Argument == | ||
When enabled errors while processing or program crashes are uploaded to AniDB which makes it far easier to discover and fix bugs. | |||
Error reports sent look like the following: | |||
<AVD3CLException thrownOn="2020-08-11 18:31:34.2837"> | |||
<Information> | |||
<EntryAssemblyVersion>3.0.8163.0</EntryAssemblyVersion> | |||
<LibVersion>3.0.8163.0</LibVersion> | |||
<Session>395e5893-145d-4a19-8fc9-1ddc0f7feed6</Session> | |||
<Framework>3.1.7</Framework> | |||
<OSVersion>Microsoft Windows NT 6.2.9200.0</OSVersion> | |||
<IntPtr.Size>8</IntPtr.Size> | |||
<Is64BitOperatingSystem>true</Is64BitOperatingSystem> | |||
<Is64BitProcess>true</Is64BitProcess> | |||
<ProcessorCount>40</ProcessorCount> | |||
<UserInteractive>true</UserInteractive> | |||
<SystemPageSize>4096</SystemPageSize> | |||
<WorkingSet>239337472</WorkingSet> | |||
</Information> | |||
<Message>CreatingInfoProviders</Message> | |||
<Data> | |||
<FileName>Hidden(7E940D28B4A58A87C4C19B39EB6EA5E2B11CC7B13762DE44BB7338E752F6676722B227DBA942302F956AF1CE040C57D9295CF53AB33B5DE45FD4FAB6FB462E47)</FileName> | |||
</Data> | |||
<Cause> | |||
<InvalidOperationException> | |||
<Message>MediaInfoLib couldn't open the file</Message> | |||
<Stacktrace> | |||
<Frame>at AVDump3Lib.Information.InfoProvider.MediaInfoLibProvider..ctor(String filePath) in D:\Projects\C#\AVDump3\AVDump3Lib\Information\InfoProvider\MediaInfoLibProvider.cs:line 522</Frame> | |||
<Frame>at AVDump3Lib.Information.AVD3InformationModule.<>c.<.ctor>b__4_4(InfoProviderSetup setup) in D:\Projects\C#\AVDump3\AVDump3Lib\Information\AVD3InformationModule.cs:line 30</Frame> | |||
<Frame>at AVDump3Lib.Information.InfoProvider.InfoProviderFactory.Create(InfoProviderSetup setup) in D:\Projects\C#\AVDump3\AVDump3Lib\Information\InfoProvider\InfoProviderFactory.cs:line 40</Frame> | |||
<Frame>at AVDump3CL.AVD3CLModule.<>c__DisplayClass34_0.<CreateFileMetaInfo>b__0(IInfoProviderFactory x) in D:\Projects\C#\AVDump3\AVDump3CL\AVD3CLModule.cs:line 449</Frame> | |||
<Frame>at System.Linq.Enumerable.SelectIListIterator`2.ToArray()</Frame> | |||
<Frame>at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)</Frame> | |||
<Frame>at AVDump3CL.AVD3CLModule.CreateFileMetaInfo(String filePath, ImmutableArray`1 blockConsumers) in D:\Projects\C#\AVDump3\AVDump3CL\AVD3CLModule.cs:line 449</Frame> | |||
</Stacktrace> | |||
<Data /> | |||
</InvalidOperationException> | |||
</Cause> | |||
<Stacktrace /> | |||
</AVD3CLException> | |||
The value within Hidden() is a hash so it is not possible to get the original data back from that value. When --IncludePersonalData is added those values will be shown in clear text. | |||
'''Attention:''' Please be aware that when --IncludePersonalData is active as well, additional data like the commandline arguments (except for passwords) and path information is sent as well! | |||
== Arguments == | == Arguments == |
edits