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
I was doing development normally today, invoking ~10 builds/hour using buckle, and eventually Buckle broke:
$ buckle
Error: invalid type: map, expected a sequence at line 1 column 0
I looked in the releases.json and saw that it contained an error message:
$ cat /Users/dan/Library/Caches/buckle/releases.json
{"message":"API rate limit exceeded for a.b.c.d. (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"}
It seems like buckle should definitely not overwrite releases.json with an error message if it gets rate limited, and I'm surprised that I was rate limited at all given how lightly I was using it.
The text was updated successfully, but these errors were encountered:
I was doing development normally today, invoking ~10 builds/hour using buckle, and eventually Buckle broke:
I looked in the releases.json and saw that it contained an error message:
It seems like buckle should definitely not overwrite releases.json with an error message if it gets rate limited, and I'm surprised that I was rate limited at all given how lightly I was using it.
The text was updated successfully, but these errors were encountered: