Closed bryanseah234 closed 3 years ago
*Make your python file executable .
-> Chmod 777 python3.py
Might help you Brian
System32 is a protected directory on Windows. It's the default directory for Admin command prompt, but you don't need to be Administrator to run this tool.
Try opening CMD.exe as the standard user, make sure you are in a directory under C:\Users[username], then install the tool there (git clone or download as a zip and extract). That should fix the permissions issues.
hi, i followed everything in the readme document
im on windows 10, have python3.8 install
i pip installed the repo and tried to run it with
python3 jwt_tool.py (token)
but it just returns "access is denied".
any ideas on how to proceed? Many thanks