Skip to content

bug: using github api for enumerating releases etc can hit rate-limiting #1762

@philclifford

Description

@philclifford

I confirm this bug has not already been reported

  • I have searched the issues and this bug has not been reported previously

Release enumeration quietly fails

Quickget output

Quickget output
quickget vanillaos

Vanilla OS
- Credentials:	-
- Website:	https://vanillaos.org/
- Description:	Designed to be a reliable and productive operating system for your daily work.
- Releases:	

ERROR! You must specify a release.

# This affects only 4 distros: 

grep -o -e "\"https://api.github.com/.*\"" quickget|cut -d \" -f 2
https://api.github.com/repos/Athena-OS/athena/releases
https://api.github.com/repos/CBPP/cbpp/releases
https://api.github.com/repos/Vanilla-OS/live-iso/releases
https://api.github.com/repos/CBPP/cbpp/releases
https://api.github.com/repos/HoloISO/releases/releases
https://api.github.com/repos/Vanilla-OS/live-iso/releases


Additional context
Adjusting the calls to use authenticated connections overcomes the problem, but we don't want to require some users of a few distros to set up GitHub accounts and tokens so probably better to find another way (most cases parsing the releases/latest release html is reasonable)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions