-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
[Bug]: Nonetype object has no attribute write #841
Comments
@abrichr I wasn't able to reproduce the issue, but from the error message you posted it looks like the data coming from
The
the I think we need to solve for both. Check if the title is an array, if so then extract the value, and also, find a way to pass the std overrides to all |
One solution may be to spawn a terminal like we're doing on MacOS. If this is easiest, let's go with that. Another one seems to be catching the exceptions and handling them. Instead of calling multiprocessing.Process directly, we can implement a function that wraps it in a try/catch. Apparently this results in a pickling error, in which case we should look into monkeypatching multiprocessing with a different pickling library. (@KIRA009 please push your attempt at this) |
Describe the bug
To Reproduce
Download OpenAdapt 0.36.2, unzip, run, create a recording.
The text was updated successfully, but these errors were encountered: