ashutosh-rath02 / git-re

Generate your resume based on your github profile at a click.
https://git-re.vercel.app
Apache License 2.0
77 stars 80 forks source link

[Bug]: Data is NULL. User is rate-limited by GitHub" error #324

Closed Swastik19Nit closed 3 months ago

Swastik19Nit commented 3 months ago

Is there an existing issue for this?

Describe the bug

The current code checks if userData.name is null or empty to determine if the user is rate-limited. However, this might not be the most reliable method, as some users might genuinely have no name set on their GitHub profile. So it should be changed to userData.username.

Expected behavior

userData.username should be used here.

Add ScreenShots

No response

On which device are you experiencing this bug?

No response

Record

ashutosh-rath02 commented 3 months ago

Thank you for creating this issue! ๐ŸŽ‰ We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! ๐Ÿ˜Š

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

github-actions[bot] commented 3 months ago

Hey there๐Ÿ‘‹, Congratulations on creating your first issue with Git-re. Hope you solve it!' first issue

Swastik19Nit commented 3 months ago

PR #321 solves this issue

ashutosh-rath02 commented 3 months ago

Hello @Swastik19Nit! Your issue #324 has been closed. Thank you for your contribution!