Skip to content

private key missing #10

Description

@cyrilgarcia009

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions