DonTizi
DonTizi
**Good to know that you were able to start the application anyway.** My explanations were brief, so let me clarify a few points: 1. **Flask Server Issue:** In the version...
Can you manually create a folder logs/ and a file app.log in memory_capture, and restart the main.py file? Sorry I deployed the old version cause I wanted to finish the...
Can you double check the all_texts.json to see if the data is putted correctly?
Here is the issue: the screen recorder seems to work, but the transcription is not working well. Can you provide me with the logs of your app.log in memory-capture/logs?
I will deploy the optimal version tomorrow along with a demo. Sorry for the delay, I was quite overwhelmed today.
Wow… delete it. I’ll add this to my to-do list. I added this log feature just for debugging to see where it didn’t work when I was coding. I’ll try...
It’s possible that Python commands on your Mac are running with `python3` instead of `python`. If that's the case, you can try the following update: In the `route.ts` file located...
Thanks for letting me know; I will adapt it to work with both setups.
normally rumps module should be installed within the installer , try to do first pip install rumps and start the service after this, let me know
I understand now, you will need to change all the pip commands to pip3 in the installer.py, and do the same for the python command. Your system uses python3 and...