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
Error:
PS C:\Users\kachh> python -u "c:\Users\kachh\OneDrive\Documents\JARVIS-master\JarvisGUI.py"
Traceback (most recent call last):
File "c:\Users\kachh\OneDrive\Documents\JARVIS-master\JarvisGUI.py", line 411, in
with open("Jarsettings.json") as f:
^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'Jarsettings.json'
Despite of my file being in the same folder, it still shows this issue
The text was updated successfully, but these errors were encountered:
Error:
PS C:\Users\kachh> python -u "c:\Users\kachh\OneDrive\Documents\JARVIS-master\JarvisGUI.py"
Traceback (most recent call last):
File "c:\Users\kachh\OneDrive\Documents\JARVIS-master\JarvisGUI.py", line 411, in
with open("Jarsettings.json") as f:
^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'Jarsettings.json'
Despite of my file being in the same folder, it still shows this issue
The text was updated successfully, but these errors were encountered: