Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Strange requests during driver discovery tests #415

Open
dennwc opened this issue Jul 23, 2019 · 1 comment
Open

Strange requests during driver discovery tests #415

dennwc opened this issue Jul 23, 2019 · 1 comment

Comments

@dennwc
Copy link
Member

dennwc commented Jul 23, 2019

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.

@ncordon
Copy link
Member

ncordon commented Oct 10, 2019

Idea: https://api.github.com/repos///tags?page=1&per_page=100 seems as if those /// were missing strings which are empty between them

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants