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.

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

@develar

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
navdeepsinghkhalsacommented, Apr 3, 2017

My fault. I had an older electronVersion specified in package.json for the compatibility of an unrelated module.

0reactions
ovsokolovcommented, May 9, 2017

Can you explain where this compatibility version specified? It works on Mac for me but i got same error in Win.

Read more comments on GitHub >

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

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