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
Is it related to this? In this case it doesn’t look like a rate limit, but rather an issue with an inexistent URL. Also, this is strange as I had used it before successfully, and this PR removed multiple images 😅
@yagueto The URL isn't a navigable page, it's only for use in the API. The promise rejection is likely a timeout (or rate limit) due to the number of blobs being committed. I still believe it's a dupe of #32.
Describe the bug
When it tries to commit the changes, it fails with an
UnhandledPromiseRejectionWarning
How To Reproduce
Steps to reproduce the behavior:
Expected behaviour
Should add a commit to the PR 🙃
Screenshots
Additional context
Also note that the repo is private; however, yesterday was working nicely.
When I click in the URL that it provides, it shows a 404 page
The text was updated successfully, but these errors were encountered: