bblfsh / sdk

Babelfish driver SDK
GNU General Public License v3.0
23 stars 27 forks source link

Strange requests during driver discovery tests #415

Open dennwc opened 5 years ago

dennwc commented 5 years ago

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 commented 4 years ago

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