WarningImHack3r / svelte-changelog

A nice UI to stay up-to-date with Svelte releases
https://svelte-changelog.vercel.app
24 stars 1 forks source link

Other releases page not showing #31

Closed shinokada closed 1 month ago

shinokada commented 1 month ago

What is the issue?

https://svelte-changelog.vercel.app/?tab=others page shows a loading spinner.

image

What are the steps to reproduce this issue?

Go to Other releases

What were you expecting to happen?

Show the page.

Paste any relevant logs, error output, etc.

No response

What OS are you experiencing the problem on?

macOS

Additional platform information

No response

Duplicates

WarningImHack3r commented 1 month ago

Oh that’s weird, can you check the console? I’ll check what’s going on on my side too

shinokada commented 1 month ago

image image It says "Request quota exhausted for request GET /repos/{owner}/{repo}/releases".

WarningImHack3r commented 1 month ago

It's a rate-limit issue due to too many requests to the GH API; you'll have to log in to bypass that!

shinokada commented 1 month ago

Ok, thanks. It works after logged in.