Code52 / carnac

A utility to give some insight into how you use your keyboard
http://carnackeys.com/
Microsoft Public License
4.14k stars 505 forks source link

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

Closed shiftkey closed 4 years ago

shiftkey commented 4 years ago

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
========================================