question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'Sync releases to build delta package' Error

See original GitHub issue
  • Version: 15.4.3

  • Target: win

Hello.

I have a question.

I want to build my project to make delta file.

But build fail owing to this error.

How can i solve it?

“build”: { “appId”: “com.myApp”, “copyright”: “Copyright ©ME”, “directories”: { “output”: “bin”, “app”: “dist” }, “files”: [], “extraResources”: [ { “from”: “”, “to”: “”, “filter”: [] } ], “win”: { “target”: “squirrel”, “publish”: [“github”] }, “squirrelWindows”: { “loadingGif”: “loading.gif”, “iconUrl”: “http://my/icon.ico”, “remoteReleases”: “https://github.com/ChanHyuk-Im/squirrel-update-test-repo.git”, “remoteToken”: “myToken” } }

$ npm run build:win32

> MODIStudio@0.5.2 build:win32 C:\Users\imchr\Documents\production
> build --windows --ia32

No native production dependencies
Packaging for win32 ia32 using electron 1.6.3 to bin\win-ia32-unpacked
Building Squirrel.Windows for arch ia32
Warning: For windows consider only distributing 64-bit or use nsis target, see https://github.com/electron-userland/electron-builder/issues/359#issuecomment-214851130
Sync releases to build delta package
Error: C:\Users\imchr\AppData\Local\electron-builder\cache\Squirrel.Windows\Squirrel.Windows-1.5.2.0\SyncReleases.exe exited with code 4294967295
Output:
Trying to download RELEASES index from https://github.com/ChanHyuk-Im/squirrel-update-test-repo.git/RELEASES
Trying to download RELEASES index from https://github.com/ChanHyuk-Im/squirrel-update-test-repo.git/RELEASES
Trying to download RELEASES index from https://github.com/ChanHyuk-Im/squirrel-update-test-repo.git/RELEASES
Trying to download RELEASES index from https://github.com/ChanHyuk-Im/squirrel-update-test-repo.git/RELEASES

Error output:
Attempting to sync URL as remote RELEASES folder
Failed to sync URL as GitHub repo: repos/ChanHyuk-Im/squirrel-update-test-repo.git/releases was not found.
System.AggregateException: �ϳ� �̻��� ������ �߻��߽��ϴ�. ---> System.Net.Http.HttpRequestException: ���� ���� �ڵ尡 ������ ��Ÿ���� �ʽ��ϴ�. 404(Not Found).
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   ��ġ: SyncReleases.SyncImplementations.<downloadReleasesIndex>d__2.MoveNext()
--- ���ܰ� throw�� ���� ��ġ�� ���� ���� �� ---
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   ��ġ: SyncReleases.SyncImplementations.<retryAsync>d__5`1.MoveNext()
--- ���ܰ� throw�� ���� ��ġ�� ���� ���� �� ---
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   ��ġ: SyncReleases.SyncImplementations.<SyncRemoteReleases>d__0.MoveNext()
--- ���ܰ� throw�� ���� ��ġ�� ���� ���� �� ---
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   ��ġ: SyncReleases.Program.<main>d__2.MoveNext()
   --- ���� ���� ���� ������ �� ---
   ��ġ: System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   ��ġ: System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   ��ġ: System.Threading.Tasks.Task`1.get_Result()
   ��ġ: SyncReleases.Program.Main(String[] args)
---> (���� ���� #0) System.Net.Http.HttpRequestException: ���� ���� �ڵ尡 ������ ��Ÿ���� �ʽ��ϴ�. 404(Not Found).
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   ��ġ: SyncReleases.SyncImplementations.<downloadReleasesIndex>d__2.MoveNext()
--- ���ܰ� throw�� ���� ��ġ�� ���� ���� �� ---
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   ��ġ: SyncReleases.SyncImplementations.<retryAsync>d__5`1.MoveNext()
--- ���ܰ� throw�� ���� ��ġ�� ���� ���� �� ---
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   ��ġ: SyncReleases.SyncImplementations.<SyncRemoteReleases>d__0.MoveNext()
--- ���ܰ� throw�� ���� ��ġ�� ���� ���� �� ---
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   ��ġ: System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   ��ġ: SyncReleases.Program.<main>d__2.MoveNext()<---

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
AlienHobokencommented, Mar 15, 2017

Try removing .git from remoteReleases

So just do:

"remoteReleases": "https://github.com/ChanHyuk-Im/squirrel-update-test-repo",

0reactions
ahallickscommented, Mar 15, 2019

Could this be something to do with: https://github.com/Squirrel/Squirrel.Windows/issues/1222? I’m getting this issue too with the latest version of electron-builder.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Delta Sync is failing silently · Issue #490 - GitHub
I initially submitted my question on the appSync forum, but have received no response there. Do you want to request a feature or...
Read more >
Errors and troubleshooting for Databricks Repos
Get guidance for common error messages or troubleshooting issues when using Databricks Repos with a remote Git repo.
Read more >
sync - Go Packages
Add adds delta, which may be negative, to the WaitGroup counter. If the counter becomes zero, all goroutines blocked on Wait are released....
Read more >
Azure AD Connect sync: Scheduler - Microsoft Entra
A delta sync (following a full sync) needs to happen within 7 days from the time the last full sync completed. Failure to...
Read more >
Release Notes | Couchbase Docs
CBG-1388 — sg_collect does not package archived log files (*.log.gz) · CBG-1376 — Some Delta Sync errors logged at WARN level should be...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found