mirror of
https://github.com/netbootxyz/webapp.git
synced 2026-04-25 07:05:59 +03:00
[GH-ISSUE #63] app.js is exceeding github rate limit for api access #18
Labels
No labels
Hacktoberfest
bug
enhancement
no-issue-activity
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webapp#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ihatethecloud on GitHub (Jul 5, 2023).
Original GitHub issue: https://github.com/netbootxyz/webapp/issues/63
Describe the bug
"Upgrade Menus to latest" button "undefined Available" clicking trows 404 error in the console.
app.js
65 request.get('https://api.github.com/repos/netbootxyz/netboot.xyz/releases/latest', {headers: {'user-agent': 'node.js'}}, function (error, response, body) {/app # curl https://api.github.com/repos/netbootxyz/netboot.xyz/releases/latest {"message":"API rate limit exceeded for xxx.yyy.zzz.ttt. (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"}