You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: