Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not reading users with spaces in the name #11

Closed
mroe451 opened this issue Feb 15, 2024 · 1 comment
Closed

Not reading users with spaces in the name #11

mroe451 opened this issue Feb 15, 2024 · 1 comment

Comments

@mroe451
Copy link
Collaborator

mroe451 commented Feb 15, 2024

Error:

NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: urllib3/urllib3#3020
warnings.warn(
Traceback (most recent call last):
File "/Users/matthewroe/Downloads/cw-esp/main.py", line 63, in
microphoneThread = MicrophoneThread()
File "/Users/matthewroe/Downloads/cw-esp/main.py", line 17, in init
self.window = SubtitleWindow()
File "/Users/matthewroe/Downloads/cw-esp/SubtitleWindow.py", line 16, in init
self.css = Profiles.getCurrentUserCSS()
File "/Users/matthewroe/Downloads/cw-esp/Profiles.py", line 10, in getCurrentUserCSS
with open(Profiles.getUserPath(Profiles.getCurrentUser()), "r") as file:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/matthewroe/Downloads/cw-esp/Users/MR Test 1.css'

@box1273002
Copy link
Collaborator

Could not reproduce the concenus is that it was incorrectly installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants