tipsy / profile-summary-for-github

Tool for visualizing GitHub profiles
https://profile-summary-for-github.com/
Apache License 2.0
19.84k stars 501 forks source link

Sometimes profiles are not loading #104

Closed theapache64 closed 4 years ago

theapache64 commented 4 years ago

image

theapache64 commented 4 years ago

and now it's shows message like this

image

Is the server down mate?

tipsy commented 4 years ago

Heroku times out the request if it doesn't finish in 30 seconds, and Linus has a really big profile. It seems to work though? https://www.profile-summary-for-github.com/user/torvalds

image

theapache64 commented 4 years ago

Awesome. now it loads.

but I am getting a different error for another user.

image

tipsy commented 4 years ago

Yeah, that's not an error, it's a mechanism so people/bots can't drain all the requests. Just star the repo and refresh. You can unstar it after.

theapache64 commented 4 years ago

I've tried restarring the project. but it didn't work. I am still getting the same error.

tipsy commented 4 years ago

Oh, I see that we made it stricter. I get this error message:

The app is running with two GitHub tokens, giving 10 000 requests per hour. 
The first 5000 requests can be used to build any profile, 
while the last 5000 requests are reserved for users building their own profile. 
To confirm that you're building your own profile, we check if you've starred the repository.
tipsy commented 4 years ago

This only shows on the search page, not if you try to directly open a profile.

tipsy commented 4 years ago

If you're really curious about Jake's profile you can clone the repo and launch the project with your own GitHub token (or you can wait until the ratelimit resets).

theapache64 commented 4 years ago

Alright. I actually use this tool very much. It's clean and really usable.

I've been building a chrome extension to add more features to GitHub (for my personal purpose). One of them is redirecting to this tool from a GitHub profile page with a single click.

image

image

Thanks for your quick reply. :+1:

tipsy commented 4 years ago

Ah, that's cool! I'm not working on this project at the moment, but I'd be happy to review pull requests if you want to make some changes.

theapache64 commented 4 years ago

Sure.