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

System.ArgumentNullException at UpdateCommand #1559

Closed
koppor opened this issue Aug 26, 2024 · 0 comments · Fixed by #1624
Closed

System.ArgumentNullException at UpdateCommand #1559

koppor opened this issue Aug 26, 2024 · 0 comments · Fixed by #1624
Assignees
Labels
bug Something isn't working released Available in a released installer

Comments

@koppor
Copy link

koppor commented Aug 26, 2024

When starting OneNote, I get

grafik

14|07:07:02.269| Error running command UpdateCommand
14|07:07:02.270| System.ArgumentNullException
Message: Value cannot be null.
Parameter name: input
Source: System
StackTrace:    at System.Text.RegularExpressions.Regex.Match(String input)
   at System.Text.RegularExpressions.Regex.Match(String input, String pattern)
   at River.OneMoreAddIn.Commands.Tools.Updater.Updater.<FetchLatestRelease>d__29.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 System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at River.OneMoreAddIn.Commands.UpdateCommand.<Execute>d__5.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 System.Runtime.CompilerServices.TaskAwaiter.GetResult()
   at River.OneMoreAddIn.CommandFactory.<Run>d__6.MoveNext()
TargetSite: [System] System.Text.RegularExpressions.Regex::Match()

I installed the update to 6.5.1 before.

@koppor koppor added bug Something isn't working unread I have seen it or had time to refine it yet labels Aug 26, 2024
@stevencohn stevencohn added answered Question answered, no more to do and removed unread I have seen it or had time to refine it yet answered Question answered, no more to do labels Oct 20, 2024
stevencohn added a commit that referenced this issue Oct 20, 2024
stevencohn added a commit that referenced this issue Oct 20, 2024
@stevencohn stevencohn linked a pull request Oct 20, 2024 that will close this issue
@stevencohn stevencohn self-assigned this Oct 20, 2024
@stevencohn stevencohn added the next-release Addressed but not yet released label Oct 20, 2024
@stevencohn stevencohn added released Available in a released installer and removed next-release Addressed but not yet released labels Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released Available in a released installer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants