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

Intel Build - Toggle Time Line and Search not working #102

Open
AnonHamlin opened this issue Jun 3, 2024 · 4 comments
Open

Intel Build - Toggle Time Line and Search not working #102

AnonHamlin opened this issue Jun 3, 2024 · 4 comments

Comments

@AnonHamlin
Copy link

When navigating to the Toggle Time Line and Search using the Intel Build for my Mac I am presented with a white screen "nothing to remember or missing frame (if missing still in Alpha). Otherwise it works well with my Intel. I like the "Copy Recent Context" for my LLM.

Maybe in the future we can have this context dumped into a file for the LLM to use.

Anyway awsome to use, I've been looking for something like this.

@cparish312
Copy link
Contributor

Are you using the newest release (v0.1.14)?
Also are you using external monitors?

@jasonjmcghee
Copy link
Owner

jasonjmcghee commented Jun 3, 2024

Can you check out #99? I'm thinking this is a duplicate issue.

Regarding context- it's available via file! Specifically SQLite. All copy from context does is query it.

It's the "framesText" table, column "text".

You can see where it was added here, along with the schema.

#94

It's also available via "allText" table.

You can see an example of accessing / using it in this repo I made https://github.com/jasonjmcghee/ragpipe

@AnonHamlin
Copy link
Author

Correct I am using rem-0.1.14-intel.dmg, and no I do not have any external monitors. I have purged/deleted all the data and have reinstalled. The problem is still there:

.mp4 files are created, but have 0 size
toggle timeline is empty

I have also tried as what was suggested and this does not work:

"Always record window with mouse" enabled. "Only OCR Region of active application" disabled.

  1. Install REM
  2. Begin recording
  3. Saves a bunch of zero byte MP4s

Regarding context, this is great news! I just had a play and the LLM manages to access it! Very happy with this.

@cparish312
Copy link
Contributor

Hmm interesting that the text tables are being populated but the mp4s are empty. If you are able to build rem through Xcode and check the log that would probably be the easiest way to help debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants