autoUpdater error: TypeError: Cannot read property 'request' of undefined
See original GitHub issue- Version: 13.9.0
- Target: Mac
I am trying to use autoUpdater to update my app but it gives me this error all the time.
autoUpdater error: TypeError: Cannot read property ‘request’ of undefined
The promise that gets returned when I call autoUpdater.checkForUpdates()
gets rejected with reason as undefined.
I am using electron-updater version 1.8.2
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Error Cannot read property 'updaterCacheDirName' of ...
I'm trying to create an application with auto update, but I have an error when running the version search.
Read more >Auto Update - electron-builder
(Though it is possible to pass in additional configuration, e.g. request headers.) ... latest-mac.yml cannot be created, which causes autoUpdater error.
Read more >uncaught typeerror: cannot read properties of null ... - You.com
The "Cannot read property 'forEach' of undefined" error often occurs when trying to access an array index that doesn't exist. index.js const arr...
Read more >ERROR TypeError: Cannot read property title of undefined
HEY, SET YOUR LIKE THERE ! ... Your browser can't play this video. ... Solved: ERROR TypeError : Cannot read property title of...
Read more >TypeError: Cannot read properties of undefined ... - JD Bots
I am getting this error when I run the npm install command on my react.js web application. Can you please help solve this...
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
My fault. I had an older electronVersion specified in package.json for the compatibility of an unrelated module.
Can you explain where this compatibility version specified? It works on Mac for me but i got same error in Win.