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

Strange requests during driver discovery tests #415

@dennwc

Description

@dennwc

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions