Skip to content

[BUG] Search URL has changed #39

@xavdid

Description

@xavdid

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 working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions