-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I'm getting 500 errors from this line:
| search_url_with_key = HTMLRequests.SEARCH_URL + "/" + api_key_result |
because api_key_result is None and None + '' is a type error.
It's because the search url is now https://howlongtobeat.com/api/lookup/<random portion>. So I'd update the regex to look for (find|lookup) in the js script and update the SEARCH_URL accordingly
HLTB API Version
1.0.14
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working