Skip to content

Help with updating Malone

Shannon Skinner edited this page Oct 14, 2015 · 7 revisions

Updates are pulled directly from GitHub releases. The GitHub API is rate limited to 60 unauthenticated requests an hour:

https://developer.github.com/v3/#rate-limiting

If you find yourself unable to complete the check for updates, you can see if resources.core.remaining is greater than zero:

https://api.github.com/rate_limit

resources.core.reset tells when you will be unblocked. To translate to a meaningful time, F12 in Chrome and plug it in to the console:

new Date(1444608711 * 1000)
Mon Oct 12 2015 13:11:51 GMT+1300 (New Zealand Daylight Time)

Authenticated requests allow 5000 per hour. Create a Personal access token:

https://github.com/settings/tokens

Then plug it in your Malone.exe.config. Pending upstream PR!

Clone this wiki locally