-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
I tried running the main.py script to get started, I see the following error when running, maybe it would be useful to add in the readme how to add this private key?
TypeError: expected str, bytes or os.PathLike object, not NoneType
During handling of the above exception, another exception occurred:
Exception Traceback (most recent call last)
Cell In[5], line 16
14 raise FileNotFoundError(f"Private key file not found at {KEYFILE}")
15 except Exception as e:
---> 16 raise Exception(f"Error loading private key: {str(e)}")Exception: Error loading private key: expected str, bytes or os.PathLike object, not NoneType
Metadata
Metadata
Assignees
Labels
No labels