Skip to content

[Bug] [Linux] SSL #455

@ooTruffle

Description

@ooTruffle

Before Reporting

  • I found no existing issues matching my bug
  • My issue is not caused by a theme
  • My issue is not caused by a plugin

Describe the Bug

When trying to run steam, steam opens but wont inject, when running the .sh in the terminal i get the following error

[55:02.543] PY-MAN Millennium failed to start core: 
Traceback (most recent call last):
  File "/usr/share/millennium/assets/core/main.py", line 52, in <module>
    MillenniumUpdater.check_for_updates()
  File "/usr/share/millennium/assets/core/updater/millennium_updater.py", line 63, in check_for_updates
    response = requests.get(MillenniumUpdater.GITHUB_API_URL).json()
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/truffle/.local/share/millennium/.venv/lib/python3.11/site-packages/requests/api.py", line 73, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/truffle/.local/share/millennium/.venv/lib/python3.11/site-packages/requests/api.py", line 59, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/truffle/.local/share/millennium/.venv/lib/python3.11/site-packages/requests/sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/truffle/.local/share/millennium/.venv/lib/python3.11/site-packages/requests/sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/truffle/.local/share/millennium/.venv/lib/python3.11/site-packages/requests/adapters.py", line 667, in send
    resp = conn.urlopen(
           ^^^^^^^^^^^^^
  File "/home/truffle/.local/share/millennium/.venv/lib/python3.11/site-packages/urllib3/connectionpool.py", line 766, in urlopen
    conn = self._get_conn(timeout=pool_timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/truffle/.local/share/millennium/.venv/lib/python3.11/site-packages/urllib3/connectionpool.py", line 292, in _get_conn
    return conn or self._new_conn()
                   ^^^^^^^^^^^^^^^^
  File "/home/truffle/.local/share/millennium/.venv/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1057, in _new_conn
    raise ImportError(
ImportError: Can't connect to HTTPS URL because the SSL module is not available.

even though ssl exsists after building python from scratch

Expected Behavior

Mellennium patches and can be used in steam

Steps To Reproduce

On kde Neon with the latest updates try to install and run melenium

Operating System

Linux

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions