wweverma1 / github-readme-codeforces-stats

⚡ Dynamically generated Codeforces stats for your GitHub readme
13 stars 0 forks source link

[Bug] Internal Server Error #17

Closed Sahil2004 closed 2 years ago

Sahil2004 commented 2 years ago

When I do it for my profile https://codeforces-stats-api.herokuapp.com/stats?username=sahilgarg&theme=1 it is giving me internal server error. image

wweverma1 commented 2 years ago

Hi, @Sahil2004 this error is coming up since I've exceeded the free dyno usage provided by Heroku and therefore the app has been shut down for now. However, Feel free to clone the project and test it on your local machine.

To set up the project on your local machine you can use the commands given below-

Then send this request to your local server address- <local-server-address>/stats?username=sahilgarg&theme=1

Regards, Aditya Verma