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.

Update for version 4.0.1 is not available (latest version: 1.1.1901200, downgrade is disallowed).

See original GitHub issue
20.38.4

electron: 4.0.1

Update for version 4.0.1 is not available (latest version: 1.1.1901200, downgrade is disallowed).

How to prevent this check for update? My own check url is : autoUpdater.setFeedURL('https://m.xxx.com/'); autoUpdater.checkForUpdates();

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

3reactions
zouyecommented, May 17, 2019

这个问题应该是electron-updater的bug,解决办法就是:主动设置当前版本 // 设置当前版本,必须主动设置否则,有bug会去取electron的版本,而不是app的版本 autoUpdater.currentVersion = config.version // 设置更新地址 autoUpdater.setFeedURL(config.autoUpdateURL) …

0reactions
ccc-chancommented, Apr 1, 2020

config是从哪里来的?

Read more comments on GitHub >

github_iconTop Results From Across the Web

【踩坑记】electron-update的问题:更新逻辑报错 - CSDN博客
问题:. 更新逻辑报错! Update for version 4.0.1 is not available (latest version: 1.1.1901200, downgrade is disallowed).
Read more >
How to downgrade Android Auto and rollback to a ... - YouTube
Apps like CarStream, Fermata Auto and AA Mirror may not work with the latest version of Android Auto. To fix the issue you...
Read more >
electron updater notify for new release but do not update or ...
At last my version of node was v10.15.1 locally I updated to v14.16.0 now it works! Another issue using other versions update and...
Read more >
Auto Update - electron-builder
Get all release notes (from current version to latest), not just the latest. * allowDowngrade = false Boolean - Whether to allow version...
Read more >
【踩坑记】electron-update的问题:更新逻辑报错 - 程序员宅基地
... version 4.0.1 is not available (latest version: 1.1.1901200, downgrade is disallowed).https://github.com/electron-userland/electron-builder/issues/3648.
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