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
[BUG] Error uploading files: Error: GitHub API Error (403): You have exceeded a secondary rate limit. Please wait a few minutes before you try again.
#18
Closed
4 tasks done
jacepetersen12 opened this issue
Jan 17, 2025
· 2 comments
@jacepetersen12 Looks like the build/dist folder is being included in the upload. Those are generated folders and can be safely excluded. Can you make sure that you have a .gitignore file that includes build, dist, node_modules, among other files/folder that should not be included in a repository?
π Bug Description
I'm hitting a rate limit as I'm trying to push my project to github.
π Steps to Reproduce
On bolt.new with my project open
Hit the button
Shows that it is uploading
Never Finishes
My project unzipped is about 1.2mb
β Expected Behavior
Self explanatory
β Actual Behavior
Throws an error. see the console logs below
πΈ Screenshots
π Environment Details
πΎ Additional Context
π Updating status: {status: 'uploading', progress: 53, message: 'Creating blob 164/211...'}
background.js:1 π Updating status: {status: 'uploading', progress: 53, message: 'Creating blob 165/211...'}
background.js:1 π Updating status: {status: 'uploading', progress: 53, message: 'Creating blob 166/211...'}
background.js:1 π Updating status: {status: 'uploading', progress: 53, message: 'Creating blob 167/211...'}
background.js:1 π Updating status: {status: 'uploading', progress: 53, message: 'Creating blob 168/211...'}
background.js:1 π Updating status: {status: 'uploading', progress: 54, message: 'Creating blob 169/211...'}
background.js:1 π Updating status: {status: 'uploading', progress: 54, message: 'Creating blob 170/211...'}
background.js:1 π Updating status: {status: 'uploading', progress: 54, message: 'Creating blob 171/211...'}
background.js:1 π Updating status: {status: 'uploading', progress: 54, message: 'Creating blob 172/211...'}
background.js:1 π Updating status: {status: 'uploading', progress: 54, message: 'Creating blob 173/211...'}
background.js:1 π Updating status: {status: 'uploading', progress: 54, message: 'Creating blob 174/211...'}
background.js:1 π Updating status: {status: 'uploading', progress: 54, message: 'Creating blob 175/211...'}
background.js:1 π Updating status: {status: 'uploading', progress: 55, message: 'Creating blob 176/211...'}
background.js:1 β Error uploading files: Error: GitHub API Error (403): You have exceeded a secondary rate limit. Please wait a few minutes before you try again. If you reach out to GitHub Support for help, please include the request ID BAA5:D67F4:5928D8:B16234:678ADF8C.
at m.request (chrome-extension://pikdepbilbnnpgdkdaaoeekgflljmame/assets/GitHubService-447d2b0f.js:1:1606)
at async chrome-extension://pikdepbilbnnpgdkdaaoeekgflljmame/background/background.js:2:1183
at async Promise.all (index 204)
at async At.uploadToGitHub (chrome-extension://pikdepbilbnnpgdkdaaoeekgflljmame/background/background.js:2:538)
at async At.processZipFile (chrome-extension://pikdepbilbnnpgdkdaaoeekgflljmame/background/background.js:1:12350)
at async It.handleZipData (chrome-extension://pikdepbilbnnpgdkdaaoeekgflljmame/background/background.js:2:5169)
at async It.handlePortMessage (chrome-extension://pikdepbilbnnpgdkdaaoeekgflljmame/background/background.js:2:3978)
at async chrome-extension://pikdepbilbnnpgdkdaaoeekgflljmame/background/background.js:2:3049
(anonymous) @ background.js:1
await in (anonymous) (async)
handleZipData @ background.js:2
await in handleZipData (async)
handlePortMessage @ background.js:2
(anonymous) @ background.js:2
background.js:1 π Updating status: {status: 'error', progress: 0, message: 'Failed to upload files: GitHub API Error (403): Yoβ¦the request ID BAA5:D67F4:5928D8:B16234:678ADF8C.'}
background.js:2 Error processing ZIP: Error: GitHub Error: You have exceeded a secondary rate limit. Please wait a few minutes before you try again. If you reach out to GitHub Support for help, please include the request ID BAA5:D67F4:5928D8:B16234:678ADF8C.
at It.handleZipData (background.js:2:5636)
at async It.handlePortMessage (background.js:2:3978)
at async background.js:2:3049
handleZipData @ background.js:2
await in handleZipData (async)
handlePortMessage @ background.js:2
(anonymous) @ background.js:2
background.js:1 π Updating status: {status: 'uploading', progress: 55, message: 'Creating blob 177/211...'}
background.js:1 π Updating status: {status: 'uploading', progress: 55, message: 'Creating blob 178/211...'}
background.js:1 π Updating status: {status: 'uploading', progress: 55, message: 'Creating blob 179/211...'}
background.js:1 π Updating status: {status: 'uploading', progress: 55, message: 'Creating blob 180/211...'
βοΈ Checklist
The text was updated successfully, but these errors were encountered: