The request timed out.
See original GitHub issue-
Electron builder version: 20.7.1
-
Electron updater version: 2.21.3
-
Target: MacOs High Sierra
Hi. I have problem with error ‘The request timed out.’ when i’m downloading new release in my electron app. I try to download 240MB file over 3Mbit/s wifi network, with low intesity signal (50%). I don’t know if the issue is due to packet loss, or if there is some internal time, in which the download must succeed. The logged message is:
The request timed out.","stack":"Error: The request timed out.\n at MacUpdater.doDownloadUpdate (/Applications/Rocket Monkeys Recorder.app/Contents/Resources/app.asar/node_modules/electron-updater/src/MacUpdater.ts:44:12)\n at <anonymous>","code":-1001,"domain":"NSURLErrorDomain","__stackCleaned__":true
Thanks
Issue Analytics
- State:
- Created 5 years ago
- Reactions:7
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Top 6 Ways to Fix Apple Music Request Timed Out Error
Truly, the 'The request timed out' error could be due to an iOS-related bug. If you face a similar predicament, there are two...
Read more >Request Timed Out Apple Music - Apple Community
Apple Music seems to be having an issue with iOS 15/15.0.1. While on a cellular connection, about 80% of the songs I try...
Read more >How do I resolve a "request timed out" when pinging? - Quora
“Request timed out” means the server machine is not able to respond to the request within a time period; after which the request...
Read more >How to Fix a 408 Request Timeout Error - Lifewire
The 408 Request Timeout error means the request you sent to the website server took longer than it was prepared to wait.
Read more >How to Fix The Ping Error Request Timed Out?
Possible Reasons to get the Ping Error Message Request Timed Out · Incorrect Network Adapter or Firewall Settings on your PC · The...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello, @Matho , @develar, @khalil1608 , @GuoXiaoyang Did you solve this issue? What is the solution? Thanks.
@caloloc2 I solved the problem. Not a good way Still looking for the answer
Modify file path - ‘node_modules/builder-util-runtime/out/httpExecutor.js’
line 322 setTimeout () modify ms
https://github.com/electron-userland/electron-builder/issues/4744