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

crash after around 4-5 hours #2

Open
Honzackcz opened this issue Nov 28, 2023 · 2 comments
Open

crash after around 4-5 hours #2

Honzackcz opened this issue Nov 28, 2023 · 2 comments

Comments

@Honzackcz
Copy link

I had issue that the app crashes after around 4-5 hours of working. I found out that it is caused by Windows Terminal cannot handle that many lines of text that accumulate over the time by reporting "Got heart rate: --- bpm" and just close.

Adding a "console.clear()" before logging new bpm value should fix it. I haven't tested this yet, but clearing the Terminal from batch script every hour fixed it, so this should too.

@Sonic853
Copy link
Owner

Sonic853 commented Nov 29, 2023

Hi, I created "maxconsolelog.txt" to execute the "console.clear()" command when the terminal outputs a certain number of lines of logs. Currently, the default is to execute "console.clear()" when the number of lines reaches 1000.

pulsoid-to-vrchat-osc_v0.2.4_b1.zip

@Honzackcz
Copy link
Author

  1. you left your Pulsiod token in the zip
  2. after deleting the token.txt and re-entering my new token I am just getting this:
data: [object Object]
Failed to parse data from Pulsoid. Skipping parameter update...

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