fix: get hltb api requests working#17
Closed
subnebula wants to merge 3 commits intoSDH-Stewardship:mainfrom
subnebula:dev
Closed
fix: get hltb api requests working#17subnebula wants to merge 3 commits intoSDH-Stewardship:mainfrom subnebula:dev
subnebula wants to merge 3 commits intoSDH-Stewardship:mainfrom
subnebula:dev
Conversation
|
How does one use the code to fix the error? Do i have to boot onto linux open console amd paste the code or is it a bit more complicated? Could you provide the steps? |
would love to see this fix, HLTB was great, miss it |
Author
|
HLTB appear to have changed their api again with the route now being /find instead of /search like this plugin has been using. In my brief testing, I've so far been unable to make a successful api call to the new route. I'm gonna close this PR as it's no longer a fix for the api calls |
morwy
added a commit
to morwy/hltb-for-deck
that referenced
this pull request
Dec 14, 2024
Based on following PRs: - SDH-Stewardship#17 - ScrappyCocco/HowLongToBeat-PythonAPI#35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have updated the API request to grab the API key from HLTB chunks. Tested working on my Steam Deck.
Thanks go to @felixhirschfeld for the bulk of the fix code