-
Notifications
You must be signed in to change notification settings - Fork 1
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
sessionprojector.app crashes when disk running out of space #23
Comments
unstabler
changed the title
SCScreenRecorder:
SCScreenRecorder: Oct 26, 2023
stream:didStopWithError:
has called with nil
error stream:didStopWithError:
called with nil
error
unstabler
changed the title
SCScreenRecorder:
SCScreenRecorder: Oct 26, 2023
stream:didStopWithError:
called with nil
error stream:didStopWithError:
called but error is nil
결론
|
unstabler
changed the title
SCScreenRecorder:
sessionprojector.app crashes when disk running out of space
Oct 28, 2023
stream:didStopWithError:
called but error is nil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ENVIRONMENT
SUMMARY
SCStreamDelegate::stream: (SCStream!) stream didStopWithError: (Error!) error
when something is going wrongerror
parameter is marked asnonnull
, but ScreenCaptureKit(or ReplayKit) actually passesnil
어떻게 해야 하지
Apple에 버그 리포트?
guard let error = (error as? Any) as? Error
같은 임시 조치를 해야 하는데, 이게 먹을까?nonnull이라면서 왜 null인데.. 얼탱이 X
The text was updated successfully, but these errors were encountered: