latest.yml error
See original GitHub issueIm using electron-updater;
its throwing: Cannot find channel "latest.yml" update info: HttpError: 404
config:
const { autoUpdater } = require("electron-updater") const server = "https://hazel.mineinfo80.now.sh/"; const feed = "${server}/update/${process.platform}/${app.getVersion()}";
Issue Analytics
- State:
- Created 4 years ago
- Comments:12
Top Results From Across the Web
Generic Repo, Error: Cannot find channel "latest.yml" update
I am trying to use generic http server for update. When i use npm http-server package for update, it works well but when...
Read more >Problem with app update yml files is not generated in electron?
In my case, the issue was that I had some config in the package. json and some more in a separate json file,...
Read more >An error occurred while fetching the YAML file azure-pipelines ...
According to your description and the error message, the yml file is not found in selected repo of GiHub when you edit a...
Read more >Error: Cannot find channel “latest.yml“ update info: HttpError ...
Error : Error: Cannot find channel "latest.yml" update info: HttpError: 404 Not Found的解决方法.
Read more >Problem with app update yml files is not generated in electron?
I have a problem with the auto-update of electron app, ... build it will do everything correct with the latest.yml file generating but...
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
CAN ANYONE FUCKING ANSWER FROM THE FUCKING CREATORS U PIECES OF TRASH, EVERYONE HAS SAME ERROR, AND STUPID DUMB DOCUMENTATION EXPLAINS NOTHING
I changed some codes to make
electron-updater
work well. these codes will add/files
route on your server, serving each release file directly../lib/routes.js
./lib/cache.js
./lib/index.js
and then I removed
autoUpdater.setFeedURL({ url })
and addeddev-app-update.yml
at./