-
-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
6269329
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working