Aman-Codes / pennamechooser

Pen Name Chooser is a website that helps you to select a unique pen name for your online presence.
https://pennamechooser.onrender.com/
MIT License
20 stars 17 forks source link

Fix the HackerEarth API #2

Closed Aman-Codes closed 1 year ago

Aman-Codes commented 1 year ago

Describe the bug Fix the HackerEarth API as it always shows penname is no longer available even if it is available. Update the backend API code accordingly.

To Reproduce Enter any username and hit enter. The HackerEarth API always fails.

Expected behavior All the APIs displayed should be working properly.

Screenshots image

IanFindlay commented 1 year ago

I think I see where this is failing and would like to work on this.

IanFindlay commented 1 year ago

Wasn't what I thought was happening but the problem is that even though it displays a 404 page HackerEarth sends it with a 200 status so the 404 status means there's no one with that username logic doesn't work. Still working on this trying to come up with a way around it but I am open to suggestions.