cryptoadvance / cryptoadvance/specter-desktop
issues with certain downloads which releasing/building the electron app
- Dominant language
- Python
- Stars
- 847
- Forks
- 259
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 2
Description
With the v0.10.0 release we had issues with downloading certian articfacts:
```
• downloading url=https://github.com/electron-userland/electron-builder-binaries/releases/download/winCodeSign-2.6.0/winCodeSign-2.6.0.7z size=5.6 MB parts=1
• downloaded url=https://github.com/electron-userland/electron-builder-binaries/releases/download/winCodeSign-2.6.0/winCodeSign-2.6.0.7z duration=3.334s
• building target=nsis file=dist/Specter Setup 0.9.6-pre15.exe archs=x64 oneClick=true perMachine=false
• downloading url=https://github.com/electron-userland/electron-builder-binaries/releases/download/nsis-3.0.4.1/nsis-3.0.4.1.7z size=1.3 MB parts=1
⨯ Get "https://github-production-release-asset-2e65be.s3.amazonaws.com/65527128/10518a80-10f6-11ea-8d2f-403bab81b4cd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20201123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201123T160539Z&X-Amz-Expires=300&X-Amz-Signature=c8b3b89ebfa46e349e7d0770365ca7a33da96d14bf45d1f6b450bacc0b85580a&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=65527128&response-content-disposition=attachment%3B%20filename%3Dnsis-3.0.4.1.7z&response-content-type=application%2Foctet-stream": read tcp 172.17.0.2:57758->52.216.140.12:443: read: connection timed out
github.com/develar/app-builder/pkg/download.(*Part).doRequest
/Volumes/data/Documents/app-builder/pkg/download/Part.go:108
github.com/develar/app-builder/pkg/download.(*Part).download
/Volumes/data/Documents/app-builder/pkg/download/Part.go:47
github.com/develar/app-builder/pkg/download.(*Downloader).DownloadResolved.func1.1
/Volumes/data/Documents/app-builder/pkg/download/downloader.go:155
github.com/develar/app-builder/pkg/util.MapAsyncConcurrency.func2
/Volumes/data/Documents/app-builder/pkg/util/async.go:68
runtime.goexit
/usr/local/Cellar/go/1.14.5/libexec/src/runtime/asm_amd64.s:1373
⨯ /builds/k9ert/specter-desktop/pyinstaller/electron/node_modules/app-builder-bin/linux/x64/app-builder exited with code ERR_ELECTRON_BUILDER_CANNOT_EXECUTE stackTrace=
Error: /builds/k9ert/specter-desktop/pyinstaller/electron/node_modules/app-builder-bin/linux/x64/app-builder exited with code ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
```
It seems that this is a more or less well known problem maybe on the side of amazon.
https://github.community/t/connection-timeout-when-downloading-released-artifacts/139471
https://www.google.com/search?channel=fs&client=ubuntu&q=%22github-production-release-asset-2e65be.s3.amazonaws.com%22
Her is one comment which assumes a root-cause with ipv6 dns:
https://github.com/stascorp/rdpwrap/issues/510#issuecomment-578384213
Contributor guide
Assessment
This issue has not been assessed yet.