-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I am getting the following error in the IDE.log that is preventing WakaTime to update with my stats. Visual Studio for Mac Version 8.3.11 Professional. If is failing on all our Mac mini, Pros and MacBook Pros all running Catalina 10.15.2.
Here is the error that we are getting:
ERROR [2020-01-02 12:30:52Z]:
System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.OfType[TResult] (System.Collections.IEnumerable source) [0x0000e] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:19
at MonoDevelop.Ide.Gui.Documents.DocumentController+d__138.MoveNext () [0x000b4] in /Users/runner/runners/2.161.1/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Documents/DocumentController.cs:577
at System.Linq.Enumerable.TryGetFirst[TSource] (System.Collections.Generic.IEnumerable1[T] source, System.Boolean& found) [0x00045] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/external/corefx/src/System.Linq/src/System/Linq/First.cs:63 at System.Linq.Enumerable.FirstOrDefault[TSource] (System.Collections.Generic.IEnumerable1[T] source) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/external/corefx/src/System.Linq/src/System/Linq/First.cs:34
at MonoDevelop.Ide.Gui.Documents.DocumentController.GetContent (System.Type type) [0x00000] in /Users/runner/runners/2.161.1/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Documents/DocumentController.cs:555
at MonoDevelop.Ide.Gui.Document+<>c__DisplayClass35_0.b__0 (MonoDevelop.Ide.Gui.Documents.DocumentController controller) [0x00000] in /Users/runner/runners/2.161.1/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Document.cs:162
at System.Linq.Enumerable+SelectEnumerableIterator2[TSource,TResult].MoveNext () [0x00036] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/external/corefx/src/System.Linq/src/System/Linq/Select.cs:131 at System.Linq.Enumerable.TryGetFirst[TSource] (System.Collections.Generic.IEnumerable1[T] source, System.Func2[T,TResult] predicate, System.Boolean& found) [0x0004f] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/external/corefx/src/System.Linq/src/System/Linq/First.cs:92 at System.Linq.Enumerable.FirstOrDefault[TSource] (System.Collections.Generic.IEnumerable1[T] source, System.Func2[T,TResult] predicate) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/external/corefx/src/System.Linq/src/System/Linq/First.cs:37 at MonoDevelop.Ide.Gui.Document.GetContentIncludingAllViews (System.Type type) [0x0000d] in /Users/runner/runners/2.161.1/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Document.cs:162 at MonoDevelop.Ide.Gui.Document.GetContent (System.Boolean forActiveView, System.Type type) [0x0000b] in /Users/runner/runners/2.161.1/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Document.cs:157 at MonoDevelop.Ide.Gui.Document.GetContent[T] (System.Boolean forActiveView) [0x00000] in /Users/runner/runners/2.161.1/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Document.cs:133 at MonoDevelop.Ide.Gui.Document.GetContent[T] () [0x00000] in /Users/runner/runners/2.161.1/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Document.cs:138 at MonoDevelop.Ide.Gui.Document.get_Editor () [0x00000] in /Users/runner/runners/2.161.1/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Document.cs:374 at MonoDevelop.WakaTime.WakaTimeMonoDevelopPlugin.ActiveDocumentChanged (System.Object sender, System.EventArgs e) [0x00020] in <ef299ade4fc543e7a80e4d8754e3a9ab>:0 at System.CoreExtensions.SafeInvoke[T] (System.EventHandler1[TEventArgs] events, System.Object sender, T args) [0x0000f] in /Users/runner/runners/2.161.1/work/1/s/monodevelop/main/src/core/MonoDevelop.Core/CoreExtensions.EventHandlers.cs:47
Waiting for communication on stdin/stdout...