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

error running jarvis.bat #1196

Open
sans6271 opened this issue Sep 19, 2024 · 1 comment
Open

error running jarvis.bat #1196

sans6271 opened this issue Sep 19, 2024 · 1 comment

Comments

@sans6271
Copy link

every time i try to start jarvis i get the following error:

An unexpected error occurred. Please open an issue on github!
here is the error:

Traceback (most recent call last):
File "C:\Windows\system32\jarviscli_main_.py", line 17, in
import steps.e_launcher
File "C:\Windows\system32\jarviscli\steps\e_launcher.py", line 33, in
fw = open('jarvis.bat', 'w')
^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: 'jarvis.bat'

@tankarageldi
Copy link

The error you're seeing, PermissionError: [Errno 13] Permission denied: 'jarvis.bat', typically happens when the program you're trying to run doesn't have sufficient permissions to write to the specified location. The script is trying to create or modify the file jarvis.bat in C:\Windows\system32, which requires administrator privileges for modification.

You can resolve this problem by either running the script with administrator permissions, or change the file path from system32 to somewhere where its doesn't require administrator permissions

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