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

Pickle does not exist after recording... seemingly. #1

Open
talwrii opened this issue Jan 25, 2025 · 0 comments
Open

Pickle does not exist after recording... seemingly. #1

talwrii opened this issue Jan 25, 2025 · 0 comments

Comments

@talwrii
Copy link

talwrii commented Jan 25, 2025

I tried to run this: I got error on first run.

coryphee rec test -d 10 -c "A test recording, no windows are open"
--- 25-01-25T10:36:55  0 0:11 alex@thunkpad:/home/alex 
coryphee list
Recordings stored in /home/alex/.local/share/coryphee:

Traceback (most recent call last):
  File "/home/alex/.local/bin/coryphee", line 8, in <module>
    sys.exit(cli())
             ^^^^^
  File "/home/alex/.local/share/pipx/venvs/coryphee/lib/python3.12/site-packages/coryphee/cli.py", line 47, in cli
    rec.load(name)
  File "/home/alex/.local/share/pipx/venvs/coryphee/lib/python3.12/site-packages/coryphee/recording.py", line 74, in load
    with open(f"{CORYPHEE_DIR}/{self.name}.pickle", "rb") as file:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/alex/.local/share/coryphee/coryphee.pickle'
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

1 participant