Skip to content

Instantly share code, notes, and snippets.

@BenBeckley
Created February 28, 2017 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenBeckley/8bfe18c5c1e0051ef62c53e473ef5f60 to your computer and use it in GitHub Desktop.
Save BenBeckley/8bfe18c5c1e0051ef62c53e473ef5f60 to your computer and use it in GitHub Desktop.
Xamarin.VisualStudio.Shell.Commands.ZipLogsHistoryCommand|Error|0|Zip logs failed. See logs for more details.
System.AggregateException: One or more errors occurred. ---> System.IO.FileNotFoundException: The file '/Users/Ben/Library/Logs/Xamarin-4.3/2017-02-28__16-51-05.14324.iOSDesigner-Mac.log' was not found on the Mac
at Xamarin.Messaging.Ssh.MessagingFileManager.<DownloadFileAsync>d__11.MoveNext() in C:\data\lanes\4471\3b21f70e\source\xamarinvs\src\Messaging\Xamarin.Messaging.Ssh\MessagingFileManager.cs:line 168
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.VisualStudio.IOS.Messaging.MacLogFilesProvider.<CreateLocalCopyOfLogFileAsync>d__9.MoveNext() in C:\data\lanes\4471\3b21f70e\source\xamarinvs\src\Core\VisualStudio.IOS\Messaging\MacLogFilesProvider.cs:line 130
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.VisualStudio.Logs.LogsManager.<>c__DisplayClass6_0.<<ZipLogsAsync>b__0>d.MoveNext() in C:\data\lanes\4471\3b21f70e\source\xamarinvs\src\Core\VisualStudio\Logs\LogsManager.cs:line 58
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.IO.FileNotFoundException: The file '/Users/Ben/Library/Logs/Xamarin-4.3/2017-02-28__16-51-05.14324.iOSDesigner-Mac.log' was not found on the Mac
File name: '/Users/Ben/Library/Logs/Xamarin-4.3/2017-02-28__16-51-05.14324.iOSDesigner-Mac.log'
at Xamarin.Messaging.Ssh.MessagingFileManager.<DownloadFileAsync>d__11.MoveNext() in C:\data\lanes\4471\3b21f70e\source\xamarinvs\src\Messaging\Xamarin.Messaging.Ssh\MessagingFileManager.cs:line 168
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.VisualStudio.IOS.Messaging.MacLogFilesProvider.<CreateLocalCopyOfLogFileAsync>d__9.MoveNext() in C:\data\lanes\4471\3b21f70e\source\xamarinvs\src\Core\VisualStudio.IOS\Messaging\MacLogFilesProvider.cs:line 130
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.VisualStudio.Logs.LogsManager.<>c__DisplayClass6_0.<<ZipLogsAsync>b__0>d.MoveNext() in C:\data\lanes\4471\3b21f70e\source\xamarinvs\src\Core\VisualStudio\Logs\LogsManager.cs:line 58<---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment