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
Describe the bug
I'm getting 500 errors from this line:
HowLongToBeat-PythonAPI/howlongtobeatpy/howlongtobeatpy/HTMLRequests.py
Line 149 in 6be69cd
because
api_key_resultisNoneandNone + ''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 theSEARCH_URLaccordinglyHLTB API Version
1.0.14