This PC is running a new Arch install and I’ve installed Lutris for the first time on it, but when I run it and attempt to log in, the program spits out a message saying it can’t connect to lutris.net. I’ve run it in console with the -d arg and here’s the output:
INFO 2019-11-14 23:39:09,352 [application.do_command_line:225]:Running Lutris 0.5.3
INFO 2019-11-14 23:39:09,352 [startup.check_driver:54]:Using NVIDIA drivers 440.31 for x86_64
INFO 2019-11-14 23:39:09,352 [startup.check_driver:58]:GPU: GeForce GTX 1080
INFO 2019-11-14 23:39:09,352 [startup.check_driver:73]:GPU: 10DE:1B80 1458:3748 using nvidia drivers
INFO 2019-11-14 23:39:09,373 [startup.check_vulkan:129]:Vulkan is supported
INFO 2019-11-14 23:39:09,374 [dxvk.get_dxvk_versions:21]:Updating DXVK versions
ERROR 2019-11-14 23:39:09,542 [jobs.target:32]:Error while completing task <bound method RuntimeUpdater.update of <lutris.runtime.RuntimeUpdater object at 0x7fb098e368e0>>: module ‘platf
orm’ has no attribute ‘dist’
<class ‘AttributeError’> module ‘platform’ has no attribute ‘dist’
INFO 2019-11-14 23:39:09,542 [lutriswindow.toggle_connection:580]:Connected to lutris.net as daruna
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/runtime.py”, line 143, in update
for remote_runtime in self._iter_remote_runtimes():
ERROR 2019-11-14 23:39:09,543 [jobs.target:32]:Error while completing task <function sync_from_remote at 0x7fb098eeb4c0>: module ‘platform’ has no attribute ‘dist’
File “/usr/lib/python3.8/site-packages/lutris/runtime.py”, line 152, in _iter_remote_runtimes
request = http.Request(RUNTIME_URL)
<class ‘AttributeError’> module ‘platform’ has no attribute ‘dist’
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()
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/sync.py”, line 87, in sync_from_remote
remote_library = api.get_library()
File “/usr/lib/python3.8/site-packages/lutris/api.py”, line 86, in get_library
request = http.Request(url, headers={“Authorization”: "Token " + credentials[“token”]})
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()
INFO 2019-11-14 23:39:09,720 [dxvk.get_dxvk_versions:21]:Updating D9VK versions