This repository was archived by the owner on Sep 20, 2022. It is now read-only.
This repository was archived by the owner on Sep 20, 2022. It is now read-only.
Crash on first run #68
Open
Description
Ran cinst gitreleasenotes
Typed Gitreleasenotes in a console from within my repo.
Crash.
Was expecting a /help thingy when running it without params..
Unhandled Exception: System.AggregateException: One or more errors occurred. ---> Octokit.NotFoundException: repos/myorg/myprivaterepo/issues was not found.
at Octokit.ApiPagination.<GetAllPages>d__1`1.MoveNext() in c:\Users\shiftkey\Documents\GitHub\octokit.net\Octokit\Clients\ApiPagination.cs:line 36
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at System.Threading.Tasks.Task`1.get_Result()
at GitReleaseNotes.IssueTrackers.GitHub.GitHubIssueTracker.GetClosedIssues(Nullable`1 since) in c:\Users\jake.ginnivan\_code\GitReleaseNotes\src\GitReleaseNotes\IssueTrackers\GitHub\GitHubIssueTracker.cs:line 117
at GitReleaseNotes.ReleaseNotesGenerator.GenerateReleaseNotes(IRepository gitRepo, IIssueTracker issueTracker, SemanticReleaseNotes previousReleaseNotes, String[] categories, TaggedCommit tagToStartFrom, ReleaseInfo currentReleaseInfo, String diffUrlFormat) in c:\Users\jake.ginnivan\_code\GitReleaseNotes\src\GitReleaseNotes\ReleaseNotesGenerator.cs:line 22
at GitReleaseNotes.Program.GenerateReleaseNotes(String[] args) in c:\Users\jake.ginnivan\_code\GitReleaseNotes\src\GitReleaseNotes\Program.cs:line 114
at GitReleaseNotes.Program.Main(String[] args) in c:\Users\jake.ginnivan\_code\GitReleaseNotes\src\GitReleaseNotes\Program.cs:line 30