apirrone / Memento

Memento is a Python app that records everything you do on your computer and lets you go back in time, search, and chat with a LLM (Large Language Model) to find back information about what you did.
MIT License
538 stars 43 forks source link

memento-timeline just showing a completely black window instead of the expected GUI. #74

Open jontstaz opened 10 months ago

jontstaz commented 10 months ago

As the title states. I've had to make some modifications to work with my Hyprland environment in the memento/background.py file and now memento-bg is working for me and taking the expected screenshots, etc. However when I run memento-timeline all I get is a fully-black window. There's no error-output in the terminal and I haven't made any modifications to the files in memento/timeline so I'm not quite sure what the issue is. Any help would be appreciated. Thanks.

apirrone commented 10 months ago

Hi @jontstaz !

Could you look into ~/.cache/memento, there should be a number of .mp4 files. Try to read some of them and please report if they are fully black or if they contain correct screenshots so that I can narrow down where things go wrong.

Thanks !

chabad360 commented 5 months ago

~Hey, I'm experiencing a similar bug. I checked my ~/.cache/memento folder and the mp4's were fine.~

~I'm using Archlinux, I couldn't use the system site-packages in the venv because of dependency conflicts.~

Actually, it seems my issues were solved by a reboot (fixed gfx after update) and force updating the dependencies.