Activity log error while editing
See original GitHub issue
System.NullReferenceException: Object reference not set to an instance of an object. at
Microsoft.PythonTools.Intellisense.VsProjectAnalyzer.<SendLanguageServerRequestAsync>d__143`2.MoveNext() --- 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 Microsoft.PythonTools.Intellisense.VsProjectAnalyzer.<GetCompletionsAsync>d__147.MoveNext() --- End of stack trace from previous location where exception was thrown --- at
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at
Microsoft.PythonTools.Intellisense.VsProjectAnalyzer.WaitForRequest[T](Task`1 request, String requestName, T defaultValue, Int32 timeoutScale) at
Microsoft.PythonTools.Intellisense.VsProjectAnalyzer.WaitForRequest[T](Task`1 request, String requestName) at
Microsoft.PythonTools.Intellisense.CompletionAnalysis.GetCompletions(IGlyphService glyphService) at
Microsoft.PythonTools.Intellisense.CompletionSource.AugmentCompletionSession(ICompletionSession session, IList`1 completionSets) at
Microsoft.VisualStudio.Language.Intellisense.Implementation.CompletionSession.Start() at
Microsoft.PythonTools.Intellisense.IntellisenseController.<TriggerCompletionSession>d__43.MoveNext() --- End of stack trace from previous location where exception was thrown --- at
Microsoft.PythonTools.Infrastructure.TaskExtensions.ReThrowTaskException(Object state) at
Microsoft.PythonTools.Infrastructure.TaskExtensions.DoNotWait(Task task) at
Microsoft.PythonTools.Intellisense.IntellisenseController.HandleChar(Char ch) at
Microsoft.PythonTools.Intellisense.IntellisenseController.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut) at
Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut) at
Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut) at
Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut) at
Microsoft.VisualStudio.Editor.Implementation.VsKeyboardFilter.SendCommand(Guid cmdGroup, UInt32 cmdID, Object inParam) at
Microsoft.VisualStudio.Editor.Implementation.VsKeyboardFilter.TextInput(TextCompositionEventArgs args) at Microsoft.VisualStudio.Text.Editor.Implementation.KeyProcessorDispatcher.<>c.<DispatchTextInputEvents>b__6_0(KeyProcessor p, TextCompositionEventArgs args) at
Microsoft.VisualStudio.Text.Editor.Implementation.KeyProcessorDispatcher.<>c__DisplayClass10_1`1.<Dispatch>b__0() at
Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(Object errorSource, Action call) --- End of stack trace from previous location where exception was thrown --- at
Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)
--
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
How to: Use the Activity Log - Visual Studio (Windows)
Run Visual Studio with the /Log command line switch to write ActivityLog.xml to disk during your session. · After closing Visual Studio, find...
Read more >Activity Log fails to load when a file has been uploaded to ...
Login as editor, go to the submission, view activity log. See error: the activity log does not load. The following error is in...
Read more >Activity log JSON error
I consistently get an error message when trying to access the activity log saying, “ERROR Unexpected end of JSON input.” I was getting...
Read more >activityLog.xml - Developer Community
I get a message box that says that an exceptions has occured and may be caused by an add-in. it gives the full...
Read more >Activity Log not able to edit - Scouting Forums
Once an event is on there, I cannot delete participants or edit information. If someone else enters the information in error, I cannot...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I omitted hundreds of entries at the top of the call stack:
@AlexanderSher Exactly. We should be checking the return value before assuming it’s okay.
It seems to be new because the analyzer hasn’t been crashing with a stack overflow in the past 😃