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
In #27 , I said I encountered the same problem as that guy. Actually, as I observe, it seems a little different. When my download progress is stuck, I can see this in F12:
Its response:
{
"message": "API rate limit exceeded for 45.32.27.8. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
"documentation_url": "https://developer.github.com/v3/#rate-limiting"
}
Your program requests too frequently but won't retry when failing. Therefore the download will fail even if only one error occurs. I suggest retrying for 3 times at least or set a button.
The text was updated successfully, but these errors were encountered:
Im getting: Failed to load resource: net::ERR_INSUFFICIENT_RESOURCES
and Failed to load resource: the server responded with a status of 403 (Forbidden)
UI/web page should also display an error of some sort.
I think its related to this: If the target is too big, it gets stuck and loads indefinitely. On GitZip it works. I assume its because of the Github API Access Token which can be assigned in GitZip.
Where can I embed that token in the code? I assume somewhere in down-git.js?
In #27 , I said I encountered the same problem as that guy. Actually, as I observe, it seems a little different. When my download progress is stuck, I can see this in F12:
Its response:
Your program requests too frequently but won't retry when failing. Therefore the download will fail even if only one error occurs. I suggest retrying for 3 times at least or set a button.
The text was updated successfully, but these errors were encountered: