GitbookIO / nuts

:chestnut: Releases/downloads server with auto-updater and GitHub as a backend
http://nuts.gitbook.com
Apache License 2.0
1.25k stars 299 forks source link

File not found #96

Open savenko opened 8 years ago

savenko commented 8 years ago

Hello! From Electron app i get error "index.html:12 Command failed: 4294967295" Error "500" In console i see:

File not found
    at ...node_modules/nuts-serve/lib/nuts.js:278:27

If i check by browser link: http://example.com:1337/update/win32/0.0.0 i get json with url http://example.com:1337/download/version/0.0.1/windows_32?filetype=zip" and can download file. Not worked only in electron app

MaKleSoft commented 7 years ago

Not sure if this is related, but I get

Command failed: 4294967295
System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.
...
MaKleSoft commented 7 years ago

Nevermind, it turns out it was a configuration problem with my web server.