-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] API broke again #31
Comments
It's starting to get a little bothering that they keep changing the format, I'll have a look as soon as I have time guys, sorry for the wait |
i give up with this game of cat and mouse....screw hltb its clear they do not like your project and this will keep on happening... |
This is where I end up when I'm trying to find out why my code broke. I'm not even using this library (my stuff isn't in Python), I'm just playing the same cat and mouse game 😅 godspeed, keep fighting the good fight |
Hello everyone, the issue should be fixed in 1.0.11 PS: It would be nice to find out how the Windows Xbox App gets data, but with a web debugger app it doesn't seems to make requests to hltb so they probably already gather data on their side |
Confirmed working - thanks! |
Looks like howlongtobeat changed the api yet again, despite them changing it like 2 days ago...
First of all, they returned to the api_key solution, however this time it consists of two concats instead of one.
/api/search/".concat("7b0f03b2").concat("54cc3099")
Here's the quick code I whipped to make the
send_website_request_getcode
retriever work again:Also the headers and payload changed ever so slightly. Those worked for me:
I guess the freshly added solution should still be kept, in case they change the api yet again. Possibly first try the api key, then the custom userId in case the key doesn't work?
The text was updated successfully, but these errors were encountered: