Can't install anything, since Lutris refused to download anything

Hi,

i have not a special problem with a script or a single game, but with lutris in general:

When i start lutris from terminal, i get:

    lutris 
2020-07-01 17:47:17,896: Running Lutris 0.5.6
2020-07-01 17:47:17,896: Using Intel
2020-07-01 17:47:17,896: Running Mesa driver 20.1.1 on Mesa Intel(R) UHD Graphics 620 (WHL GT2) (0x3ea0)
2020-07-01 17:47:17,897: GPU: 8086:3EA0 17AA:5077 using i915 drivers
2020-07-01 17:47:17,920: Vulkan is supported
2020-07-01 17:47:17,921: Updating DXVK versions
2020-07-01 17:47:18,225: Runtime winetricks is not available locally
2020-07-01 17:47:18,226: Runtime Ubuntu-18.04-i686 is not available locally
2020-07-01 17:47:18,226: Runtime Ubuntu-18.04-x86_64 is not available locally
2020-07-01 17:47:18,227: Error while completing task <bound method Downloader.async_download of <lutris.util.downloader.Downloader object at 0x7f934f7384c0>>: Failed to parse: https://lutris.nyc3.cdn.digitaloceanspaces.com/runtime/Ubuntu-18.04-i686.tar.xz
<class 'requests.exceptions.InvalidURL'> Failed to parse: https://lutris.nyc3.cdn.digitaloceanspaces.com/runtime/Ubuntu-18.04-i686.tar.xz
2020-07-01 17:47:18,227: Error while completing task <bound method Downloader.async_download of <lutris.util.downloader.Downloader object at 0x7f934f98f4f0>>: Failed to parse: https://lutris.nyc3.cdn.digitaloceanspaces.com/tools/winetricks/winetricks-20200421-x86_64.tar.xz
<class 'requests.exceptions.InvalidURL'> Failed to parse: https://lutris.nyc3.cdn.digitaloceanspaces.com/tools/winetricks/winetricks-20200421-x86_64.tar.xz
2020-07-01 17:47:18,228: Error while completing task <bound method Downloader.async_download of <lutris.util.downloader.Downloader object at 0x7f934f738460>>: Failed to parse: https://lutris.nyc3.cdn.digitaloceanspaces.com/runtime/Ubuntu-18.04-x86_64.tar.xz
<class 'requests.exceptions.InvalidURL'> Failed to parse: https://lutris.nyc3.cdn.digitaloceanspaces.com/runtime/Ubuntu-18.04-x86_64.tar.xz
2020-07-01 17:47:18,228: Runtime p7zip is not available locally
2020-07-01 17:47:18,229: Error while completing task <bound method Downloader.async_download of <lutris.util.downloader.Downloader object at 0x7f934f73fe50>>: Failed to parse: https://lutris.nyc3.digitaloceanspaces.com/tools/p7zip/p7zip-16.02-x86_64.tar.gz
  File "/usr/lib/python3/dist-packages/lutris/util/jobs.py", line 30, in target
    result = self.function(*args, **kwargs)

with a bunch of dowload errors:

2020-07-01 17:47:18,423: Download failed: Failed to parse: https://lutris.nyc3.cdn.digitaloceanspaces.com/runtime/Ubuntu-18.04-x86_64.tar.xz
2020-07-01 17:47:18,423: Download failed: Failed to parse: https://lutris.nyc3.cdn.digitaloceanspaces.com/runtime/Ubuntu-18.04-i686.tar.xz
2020-07-01 17:47:18,423: Download failed: Failed to parse: https://lutris.nyc3.cdn.digitaloceanspaces.com/tools/winetricks/winetricks-20200421-x86_64.tar.xz
2020-07-01 17:47:18,423: Download failed: Failed to parse: https://lutris.nyc3.digitaloceanspaces.com/tools/p7zip/p7zip-16.02-x86_64.tar.gz
2020-07-01 17:47:18,423: Download failed: Failed to parse: https://lutris.nyc3.digitaloceanspaces.com/runtime/x360ce.tar.gz
2020-07-01 17:47:18,423: Download failed: Failed to parse: https://lutris.nyc3.digitaloceanspaces.com/runtime/dumbxinputemu-0.3.3.tar.gz
2020-07-01 17:47:18,423: Download failed: Failed to parse: https://lutris.nyc3.digitaloceanspaces.com/runtime/steam.tar.bz2
2020-07-01 17:47:18,423: Download failed: Failed to parse: https://lutris.nyc3.digitaloceanspaces.com/runtime/lib32.tar.bz2
2020-07-01 17:47:18,424: Download failed: Failed to parse: https://lutris.nyc3.digitaloceanspaces.com/runtime/gamecontrollerdb-20181215.tar.gz
2020-07-01 17:47:18,424: Download failed: Failed to parse: https://lutris.nyc3.digitaloceanspaces.com/runtime/lib64.tar.bz2
[27502:27502:0701/174859.707218:ERROR:browser_switcher_service.cc(238)] XXX Init()

and it seems always the same error:

Error while completing task <bound method Downloader.async_download of <lutris.util.downloader.Downloader object at 0x7fd629ef5fd0>>: Failed to parse: https://lutris.nyc3.digitaloceanspaces.com/tools/p7zip/p7zip-16.02-x86_64.tar.gz
<class 'requests.exceptions.InvalidURL'> Failed to parse: https://lutris.nyc3.digitaloceanspaces.com/tools/p7zip/p7zip-16.02-x86_64.tar.gz
  File "/usr/lib/python3/dist-packages/lutris/util/jobs.py", line 30, in target
    result = self.function(*args, **kwargs)
2020-07-01 17:50:08,932: Runtime x360ce is not available locally
  File "/usr/lib/python3/dist-packages/lutris/util/jobs.py", line 30, in target
    result = self.function(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/lutris/util/jobs.py", line 30, in target
    result = self.function(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/lutris/util/downloader.py", line 115, in async_download
    response = requests.get(self.url, headers=headers, stream=True)
  File "/usr/lib/python3/dist-packages/lutris/util/downloader.py", line 115, in async_download
    response = requests.get(self.url, headers=headers, stream=True)

So in the end, the lutris GUI is starting. But i can’t install or do anything, because no requirements like wine versions or what else a script demands can be downloaded due “parse errors”.

It’s Debian 10, testing, on a Thinkpad L390, Wifi is up and running.

Thank you for any help!

grx

You may need to upgrade urllib3 by running:

python3 -m pip install --upgrade urllib3

You are not using the last stable version 0.5.7.1, please update.