[GH-ISSUE #63] app.js is exceeding github rate limit for api access #139

Open
opened 2026-03-01 18:43:49 +03:00 by kerem · 0 comments
Owner

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.

Screenshot 2023-07-05 at 12 15 42 Screenshot 2023-07-05 at 12 17 18

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"}

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. <img width="840" alt="Screenshot 2023-07-05 at 12 15 42" src="https://github.com/netbootxyz/netboot.xyz/assets/99525720/e3bebcac-a359-409d-876e-c19d11e8be6c"> <img width="923" alt="Screenshot 2023-07-05 at 12 17 18" src="https://github.com/netbootxyz/netboot.xyz/assets/99525720/14b2503e-0283-49de-90b4-a95a4e114166"> 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"}`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webapp#139
No description provided.