-
Notifications
You must be signed in to change notification settings - Fork 225
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
Checking for updates causes the app to crash #316
Comments
Good catch. I'll fix it. |
Similar problem. Github can return api rate limit for ip. GET https://api.github.com/repos/noisetorch/NoiseTorch/releases?per_page=1&page=1 {
"message" : "API rate limit exceeded for XXX.XXX.XXX.XXX. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
"documentation_url" : "https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"
} Noisetorch Error:
|
@AXDOOMER Also, you may want to consider that checking for updates is only needed when starting the GUI, not when called from the terminal. I mean, I agree with |
Describe the bug
It is impossible to use NoiseTorch without Internet (or if GitHub is down).
Version
v0.12.0
To Reproduce
Disconnect the Internet and show help for NoiseTorch from the terminal.
Expected behavior
NoiseTorch should not crash and continue to work as it did before the v0.12.0 release.
The text was updated successfully, but these errors were encountered: