(Solved)No installer avalible for this game (every game)

Seems a issue with lutris, installing lutris-git from AUR seems to solve the problem.

Not sure whats going on but im not able to install any game from lutris site, every time i click install i recieved some error saying there’s “no installer avalible for this game”, even tho, there’s the json and YAML, i tried using the debug tool, and thats the output:
2019-11-16 02:08:39,609: Fetching installer https://lutris.net/api/installers/starcraft-ii-d9vk
2019-11-16 02:08:39,610: Error while completing task <function fetch_script at 0x7f76696089d0>: module ‘platform’ has no attribute ‘dist’
<class ‘AttributeError’> module ‘platform’ has no attribute ‘dist’
File “/usr/lib/python3.8/site-packages/lutris/util/jobs.py”, line 30, in target
result = self.function(*args, **kwargs)
File “/usr/lib/python3.8/site-packages/lutris/installer/interpreter.py”, line 55, in fetch_script
request = Request(installer_url)
File “/usr/lib/python3.8/site-packages/lutris/util/http.py”, line 48, in init
self.headers = {“User-Agent”: self.user_agent}
File “/usr/lib/python3.8/site-packages/lutris/util/http.py”, line 64, in user_agent
PROJECT, VERSION, " ".join(platform.dist()), platform.machine()

It uses Python 3.8. The dist module is not available anymore in 3.8. It still is with 3.7.