Skip to content

🐛 [Bug report]: GitHub API Rate Limit Not Handled (index.tsx:30-67) #168

@Abhrxdip

Description

@Abhrxdip

Contributor Guidelines

  • I have read the guidelines and discussion

Describe the bug?

GitHub API Rate Limit Not Handled (index.tsx:30-67)
The contributors API call doesn't handle GitHub's rate limiting (403 responses), leading to generic error messages.
if (!response.ok) {
throw new Error(Failed to fetch contributors: ${response.status}); // Doesn't distinguish rate limiting
}

Desktop or Mobile (Please provide your system information)

chrome

Screenshot / ScreenShare

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions