I've been developing a Python app to read the shared memory interface. I used it for a long time yesterday, was successfully able to read it from my code repeatedly. Since then, 12 hours have lapsed, and when I try to run my script again, it cannot find the shared memory file.
Things that...