You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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"}
The text was updated successfully, but these errors were encountered:
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"}
The text was updated successfully, but these errors were encountered: