Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest tag seems borked with authentication #72

Open
gionn opened this issue Aug 3, 2021 · 2 comments
Open

Latest tag seems borked with authentication #72

gionn opened this issue Aug 3, 2021 · 2 comments

Comments

@gionn
Copy link

gionn commented Aug 3, 2021

With latest:

time="2021-08-03T15:05:59Z" level=info msg="Fetching https://api.github.com/orgs/repos?per_page=100 \n"
time="2021-08-03T15:06:00Z" level=error msg="Error scraping API, Error: Error: Received 404 status from Github API, ensure the repsository URL is correct. If it's a privare repository, also check the oauth token is correct"
time="2021-08-03T15:06:18Z" level=info msg="Fetching https://api.github.com/orgs/repos?per_page=100 \n"
time="2021-08-03T15:06:18Z" level=error msg="Error scraping API, Error: Error: Received 404 status from Github API, ensure the repsository URL is correct. If it's a privare repository, also check the oauth token is correct"

instead with 2.0.5-alpha is working fine.

I've set both ORGS and GITHUB_TOKEN

@gionn gionn changed the title Latest tag seems borked Latest tag seems borked with authentication Aug 3, 2021
@gcalabro-rli
Copy link

Same problem here, alpha works fine but this latest gives this same error.

@abrain
Copy link

abrain commented Nov 15, 2021

It rather seems to be a bug when assembling the URLs. https://api.github.com/orgs/repos?per_page=100 is invalid, it should be https://api.github.com/orgs/ORGNAME/repos?per_page=100

Also see #75

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

No branches or pull requests

3 participants