Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArgumentNullException thrown #3

Open
caitlinsalt opened this issue Oct 21, 2020 · 0 comments
Open

ArgumentNullException thrown #3

caitlinsalt opened this issue Oct 21, 2020 · 0 comments

Comments

@caitlinsalt
Copy link
Owner

On updating the OTA website the following exception was thrown

Unhandled Exception: System.AggregateException: One or more errors occurred. (Value cannot be null.
Parameter name: s) ---> System.ArgumentNullException: Value cannot be null.
Parameter name: s
   at System.Convert.FromBase64String(String s)
   at StorageTool.Lib.AzureBlob.AzureStorageBlob.HashEquals(IDataObject other) in C:\Users\Will\Source\Repos\storage-tool\StorageTool.Lib\AzureBlob\AzureStorageBlob.cs:line 50
   at StorageTool.Lib.AzureBlob.AzureStorageBlobFolder.StoreItemAsync(IDataObject source, CloudBlockBlob dest, IUserFeedback feedback, SemaphoreSlim semaphore, OneWaySynchronisationOptions options) in C:\Users\Will\Source\Repos\storage-tool\StorageTool.Lib\AzureBlob\AzureStorageBlobFolder.cs:line 26
   at StorageTool.Lib.AzureBlob.AzureStorageBlobDirectory.StoreItemAsync(IDataObject source, String name, IUserFeedback feedback, SemaphoreSlim semaphore, OneWaySynchronisationOptions options) in C:\Users\Will\Source\Repos\storage-tool\StorageTool.Lib\AzureBlob\AzureStorageBlobDirectory.cs:line 53
   at StorageTool.Lib.Synchroniser.<>c__DisplayClass1_0.<<PushAsync>b__0>d.MoveNext() in C:\Users\Will\Source\Repos\storage-tool\StorageTool.Lib\Synchroniser.cs:line 54
--- End of stack trace from previous location where exception was thrown ---
   at StorageTool.Lib.Synchroniser.PushAsync(IFolder source, IFolder dest, IUserFeedback feedback, OneWaySynchronisationOptions options, SemaphoreSlim semaphore) in C:\Users\Will\Source\Repos\storage-tool\StorageTool.Lib\Synchroniser.cs:line 67
   at StorageTool.Lib.Synchroniser.<>c__DisplayClass1_0.<<PushAsync>b__0>d.MoveNext() in C:\Users\Will\Source\Repos\storage-tool\StorageTool.Lib\Synchroniser.cs:line 63
--- End of stack trace from previous location where exception was thrown ---
   at StorageTool.Lib.Synchroniser.PushAsync(IFolder source, IFolder dest, IUserFeedback feedback, OneWaySynchronisationOptions options, SemaphoreSlim semaphore) in C:\Users\Will\Source\Repos\storage-tool\StorageTool.Lib\Synchroniser.cs:line 67
   at StorageTool.Lib.Synchroniser.<>c__DisplayClass1_0.<<PushAsync>b__0>d.MoveNext() in C:\Users\Will\Source\Repos\storage-tool\StorageTool.Lib\Synchroniser.cs:line 63
--- End of stack trace from previous location where exception was thrown ---
   at StorageTool.Lib.Synchroniser.PushAsync(IFolder source, IFolder dest, IUserFeedback feedback, OneWaySynchronisationOptions options, SemaphoreSlim semaphore) in C:\Users\Will\Source\Repos\storage-tool\StorageTool.Lib\Synchroniser.cs:line 67
   at StorageTool.Lib.Synchroniser.SyncAsync(IFolder source, IFolder dest, IUserFeedback feedback, SynchronisationOptions options, SemaphoreSlim semaphore) in C:\Users\Will\Source\Repos\storage-tool\StorageTool.Lib\Synchroniser.cs:line 23
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at StorageTool.Program.RunTool(Options options) in C:\Users\Will\Source\Repos\storage-tool\StorageTool\Program.cs:line 70
   at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult`1 result, Action`1 action)
   at StorageTool.Program.Main(String[] args) in C:\Users\Will\Source\Repos\storage-tool\StorageTool\Program.cs:line 19

This occurred after content had been uploaded, but it is not clear whether content had been uploaded completely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant