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

Overnight recordings die. #4

Open
JakeCigar opened this issue Jan 11, 2019 · 3 comments
Open

Overnight recordings die. #4

JakeCigar opened this issue Jan 11, 2019 · 3 comments

Comments

@JakeCigar
Copy link

You need to be a little more aggressive creating directories. At least on my Mac.

In recordStream, you need to add

    fh.createDirIfNotExists(this.getTodayPath())

before

    fh.createDirIfNotExists(folderPath)
@iwonder-1618
Copy link

@JakeCigar I agree, looks like nobody tested the plugin with overnight recording. I will create a PR with a potential fix soon.

@JakeCigar
Copy link
Author

I’ve been running several days with the added call to fh.createDirIfNotExists. You might want to add some recursive mkdir type code to replace fh.createDirIfNotExists.

@Niranjanvelu
Copy link

Could you please share the code for this?

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

3 participants