You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applicable Logs (from /logs/ directory or the Admin page):
Exception message happens at startup:
Unhandled Exception: System.AggregateException: One or more errors occurred. ---> Octokit.RateLimitExceededException: API rate limit exceeded for [REDACTED]. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
at Octokit.Connection.HandleErrors(IResponse response) in C:\Users\shiftkey\Documents\GitHub\octokit.net\Octokit\Http\Connection.cs:line 570
at Octokit.Connection.<RunRequest>d__52.MoveNext() in C:\Users\shiftkey\Documents\GitHub\octokit.net\Octokit\Http\Connection.cs:line 552
--- 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 Octokit.Connection.<Run>d__51`1.MoveNext() in C:\Users\shiftkey\Documents\GitHub\octokit.net\Octokit\Http\Connection.cs:line 537
--- 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 Octokit.ApiConnection.<GetPage>d__33`1.MoveNext() in C:\Users\shiftkey\Documents\GitHub\octokit.net\Octokit\Http\ApiConnection.cs:line 0
--- 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 Octokit.ApiConnection.<>c__DisplayClass13_0`1.<<GetAll>b__0>d.MoveNext() in C:\Users\shiftkey\Documents\GitHub\octokit.net\Octokit\Http\ApiConnection.cs:line 0
--- 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 Octokit.ApiPagination.<GetAllPages>d__0`1.MoveNext() in C:\Users\shiftkey\Documents\GitHub\octokit.net\Octokit\Clients\ApiPagination.cs:line 0
--- 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 PlexRequests.Core.StatusChecker.<GetLatestRelease>d__6.MoveNext() in C:\projects\requestplex\PlexRequests.Core\StatusChecker.cs:line 50
--- 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 PlexRequests.Core.StatusChecker.GetStatus() in C:\projects\requestplex\PlexRequests.Core\StatusChecker.cs:line 63
at PlexRequests.Core.Setup.CheckSchema() in C:\projects\requestplex\PlexRequests.Core\Setup.cs:line 77
at PlexRequests.Core.Setup.SetupDb(String urlBase) in C:\projects\requestplex\PlexRequests.Core\Setup.cs:line 55
at PlexRequests.UI.Program.Main(String[] args) in C:\projects\requestplex\PlexRequests.UI\Program.cs:line 91
Server does not start after exception.
Reproduction Steps:
Presumably, start the server a bunch of times to the point of reaching the GitHub/Octokit rate limit.
The text was updated successfully, but these errors were encountered:
Correct, you have reached the Github api limit. I am not sure there is much we can do about this. We can continue the application but we run the risk of not knowing your version and not updating any backend stuff correctly e.g. DB.
After looking at the code I think we do not have to call github on startup to prevent this.
Plex Requests.Net Version:
1.6.1
Operating System:
Windows 10 Pro Insider Preview
Mono Version:
.NET Framework 4.6.1
Applicable Logs (from
/logs/
directory or the Admin page):Exception message happens at startup:
Server does not start after exception.
Reproduction Steps:
Presumably, start the server a bunch of times to the point of reaching the GitHub/Octokit rate limit.
The text was updated successfully, but these errors were encountered: