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

Styscribe stops taking input and does not post logs after a time, seemingly at random. #2

Open
SolidplasmaStudios opened this issue Jun 21, 2022 · 4 comments

Comments

@SolidplasmaStudios
Copy link

Tested with GlobalHotkeysHades

@SolidplasmaStudios
Copy link
Author

SolidplasmaStudios commented Jun 21, 2022

>scribe.ignore_prefixes.remove("StyxScribe: ACK") doesn't log anything extra

@AndreLouisIssa
Copy link
Member

If the lua is trying to read file B and python has already moved on to writing to file A, and it's waiting for lua to send ACK to move to file B, lua is never going to send ACK

@AndreLouisIssa
Copy link
Member

An idea: I might have it read a third file every now and then that always has python's proxy current file in it, so if it desyncs it takes a bit to resync but at least it's not permanent

@AndreLouisIssa
Copy link
Member

hopefully fixed by acc596b

@AndreLouisIssa AndreLouisIssa changed the title Styscrybe stops taking input and does not post logs after a time, seemingly at random. Styscribe stops taking input and does not post logs after a time, seemingly at random. Jun 26, 2022
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

2 participants