Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not found latest.yml #29

Open
rahmatkruniawan opened this issue Aug 9, 2017 · 3 comments
Open

Not found latest.yml #29

rahmatkruniawan opened this issue Aug 9, 2017 · 3 comments

Comments

@rahmatkruniawan
Copy link

I allready upload my installer and latest.yml but I did it manually not from command line.
When i open my Apps . THat git me some error
yaml2
yml

@iffy
Copy link
Owner

iffy commented Aug 9, 2017

@develar any idea?

@nicholaslee119
Copy link

You must config the token in the header, eg

autoUpdater.setFeedURL({
  provider: 'github',
  token: 'YOU-TOKEN',
  owner: '****',
});

@senwa
Copy link

senwa commented Jun 23, 2018

i get the same problem
when i set the feedUrl with domain like this:

const feedUrl = "http://www.XXX.net/userFile/win32";
autoUpdater.setFeedURL(feedUrl); 

when the program checkupdate ,it cannot find the last.yml.
info

but ,when i set the feedUrl with ip like this:

const feedUrl = "http://182.xxx.xxx.xxx/userFile/win32";
autoUpdater.setFeedURL(feedUrl); 

all works fine.i dont know why,is there something with DNS parse?
my server is two tomcat balanced with nginx+memcache and my electron-builder version is 20.15.1,electron-updater version is 2.21.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants