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

investigate why Package-Squirrel doesn't seem to work currently #253

Closed
shiftkey opened this issue Jun 20, 2020 · 0 comments · Fixed by #254
Closed

investigate why Package-Squirrel doesn't seem to work currently #253

shiftkey opened this issue Jun 20, 2020 · 0 comments · Fixed by #254
Labels

Comments

@shiftkey
Copy link
Member

Could be related to #248 but the same credentials are being used to create the release so maybe something needs to be updated in that script?

========================================
Package-Squirrel
========================================
Executing task: Package-Squirrel
Creating directory C:/projects/carnac/deploy/Squirrel
Attempting to build package from 'Carnac.temp.nuspec'.
Successfully created package 'C:\projects\carnac\deploy\Squirrel\carnac.2.3.12.nupkg'.
Attempting to sync URL as remote RELEASES folder
Trying to download RELEASES index from https://github.com/Code52/carnac/RELEASES
Trying to download RELEASES index from https://github.com/Code52/carnac/RELEASES
Trying to download RELEASES index from https://github.com/Code52/carnac/RELEASES
Trying to download RELEASES index from https://github.com/Code52/carnac/RELEASES
Failed to sync URL as GitHub repo: Bad credentials
System.AggregateException: One or more errors occurred. ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found).
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at SyncReleases.SyncImplementations.<downloadReleasesIndex>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at SyncReleases.SyncImplementations.<retryAsync>d__6`1.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 SyncReleases.SyncImplementations.<SyncRemoteReleases>d__1.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 SyncReleases.Program.<main>d__2.MoveNext()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at System.Threading.Tasks.Task`1.get_Result()
   at SyncReleases.Program.Main(String[] args)
---> (Inner Exception #0) System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found).
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at SyncReleases.SyncImplementations.<downloadReleasesIndex>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at SyncReleases.SyncImplementations.<retryAsync>d__6`1.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 SyncReleases.SyncImplementations.<SyncRemoteReleases>d__1.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 SyncReleases.Program.<main>d__2.MoveNext()<---
Finished executing task: Package-Squirrel
========================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant