tidbyt / community

A publishing platform for apps developed by the Tidbyt community 🚀
Apache License 2.0
390 stars 679 forks source link

Fortnite Wins Broken #2688

Open HunBurry opened 1 week ago

HunBurry commented 1 week ago

The "v1" in the lookup command needs to be changed to "v2" following an API update. I'm the author, but currently out of town with only my work computer, so I can't change it myself unfortunately.

HunBurry commented 1 week ago

Specifically, line 51 I believe

 primary_url = "https://fortniteapi.io/v1/lookup?username=" + username

Should read

primary_url = "https://fortniteapi.io/v2/lookup?username=" + username