adityagoel28 / leetcode-stats-API

User's LeetCode Stats API
http://34.93.126.129:8000/adityag28/
MIT License
16 stars 3 forks source link

Application error is shown when try to access URL #1

Open fabasoad opened 1 year ago

fabasoad commented 1 year ago

Steps to reproduce

  1. Open browser
  2. Go to https://leetcode-stat-api.herokuapp.com/<YOUR USERNAME>
  3. See the page

Expected behavior

Stats should be shown

Actual behavior

Application error is shown:

Screen Shot 2022-12-03 at 18 17 25

Mister-CK commented 1 year ago

I believe the whole leetcode api is down on leetcodes end, not just the Heroku app.

adityagoel28 commented 1 year ago

Hii, thanks for pointing our the problem @fabasoad The problem is with Heroku platform. As you know Heroku has stopped its free tier service, so the application/website is down.

I am unable to add my card to Heroku account and have raised a customer support ticket. Will resolve the issue fast. Thanks :)

Mister-CK commented 1 year ago

Good luck! do you happen the know another way to reach the leetcode api? I was able to do this a while back, but cannot reach it now, my goal is to integrate it with slack.

furiousluck commented 1 year ago

Hey @adityagoel28 , why not host it on render meanwhile, if possible as it's free

adityagoel28 commented 1 year ago

Hi @furiousluck, I will check render for the hosting purpose. Also, Heroku does not allow Indian issued credit cards, so need to switch somewhere else.

Thanks!