-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Please bear with me, cause I am new to ESP32, GitHub, Ubuntu and everything. The error I got when I tried to extract the google_key.json file is as follow...
: not found.sh: 2: extract_key.sh:
cat: ../google_key.json: No such file or directory
extract_key.sh: 3: extract_key.sh: jq: not found
Can't open key.pem for reading, No such file or directory
139761816768960:error:02001002:system library:fopen:No such file or directory:../crypto/bio/bss_file.c:72:fopen('key.pem','r')
139761816768960:error:2006D080:BIO routines:BIO_new_file:no such file:../crypto/bio/bss_file.c:79:
unable to load Private Key
Traceback (most recent call last):
File "extract_key.py", line 3, in <module>
from rsa import PrivateKey
ModuleNotFoundError: No module named 'rsa'
: not found.sh: 6: extract_key.sh:
extract_key.sh: 8: extract_key.sh: Syntax error: Bad fd number```
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested