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
{{ message }}
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
I've noticed a strange error in CI when running driver discovery tests:
GET https://api.github.com/repos///tags?page=1&per_page=100: 403 API rate limit of 60 still exceeded until ..., not making remote request. [rate reset in 12s]
Although the error itself is common (rate limit), the URL looks incorrect: https://api.github.com/repos///tags?page=1&per_page=100. I think it should contain the org name or a tag name at least.
Need to check why it happens and is it's only a log message or a real error. Fixing it may reduce the number of requests, making rate limit failures less frequent.
The text was updated successfully, but these errors were encountered:
I've noticed a strange error in CI when running driver discovery tests:
Although the error itself is common (rate limit), the URL looks incorrect:
https://api.github.com/repos///tags?page=1&per_page=100
. I think it should contain the org name or a tag name at least.Need to check why it happens and is it's only a log message or a real error. Fixing it may reduce the number of requests, making rate limit failures less frequent.
The text was updated successfully, but these errors were encountered: