Hi, it was working before. Just wondering if someone had the same issue?
INFO 2018-11-22 15:00:01,129 [runner]:Getting runner information for wine(version: tkg-3.20-x86_64)
ERROR 2018-11-22 15:00:31,613 [http]:Unable to connect to server (https://lutris.nyc3.digitaloceanspaces.com/runners/wine/wine-tkg-3.20-x86_64.tar.gz): The read operation timed out
WARNING 2018-11-22 15:00:31,613 [downloader]:Downloaded file is empty
Traceback (most recent call last):
File "/usr/lib/python3.7/tarfile.py", line 2289, in next
tarinfo = self.tarinfo.fromtarfile(self)
File "/usr/lib/python3.7/tarfile.py", line 1095, in fromtarfile
obj = cls.frombuf(buf, tarfile.encoding, tarfile.errors)
File "/usr/lib/python3.7/tarfile.py", line 1031, in frombuf
raise EmptyHeaderError("empty header")
tarfile.EmptyHeaderError: empty header
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/lutris/runners/runner.py", line 347, in on_downloaded
self.extract(**user_data)
File "/usr/lib/python3/dist-packages/lutris/runners/runner.py", line 354, in extract
extract_archive(archive, dest, merge_single=merge_single)
File "/usr/lib/python3/dist-packages/lutris/util/extract.py", line 55, in extract_archive
_do_extract(path, temp_path, opener, mode, extractor)
File "/usr/lib/python3/dist-packages/lutris/util/extract.py", line 92, in _do_extract
handler = opener(archive, mode)
File "/usr/lib/python3.7/tarfile.py", line 1591, in open
return func(name, filemode, fileobj, **kwargs)
File "/usr/lib/python3.7/tarfile.py", line 1645, in gzopen
t = cls.taropen(name, mode, fileobj, **kwargs)
File "/usr/lib/python3.7/tarfile.py", line 1621, in taropen
return cls(name, mode, fileobj, **kwargs)
File "/usr/lib/python3.7/tarfile.py", line 1484, in __init__
self.firstmember = self.next()
File "/usr/lib/python3.7/tarfile.py", line 2304, in next
raise ReadError("empty file")
tarfile.ReadError: empty file