Ignore devices that throw ValueError: NULL pointer access
#694
Annotations
5 errors and 1 warning
src/AutoSplit.py#L948
No overloads for "__init__" match the provided arguments (reportCallIssue)
|
src/AutoSplit.py#L949
Argument of type "memoryview" cannot be assigned to parameter "data" of type "bytes" in function "__init__"
"memoryview" is incompatible with "bytes"
Set disableBytesTypePromotions to false to enable type promotion behavior for "bytearray" and "memoryview" (reportArgumentType)
|
src/capture_method/XcbCaptureMethod.py#L42
Type of "grab" is partially unknown
Type of "grab" is "(bbox: Unknown | None = None, include_layered_windows: bool = False, all_screens: bool = False, xdisplay: Unknown | None = None) -> Image" (reportUnknownMemberType)
|
src/capture_method/__init__.py#L151
Type of "check_feature" is partially unknown
Type of "check_feature" is "(feature: Unknown) -> (Any | None)" (reportUnknownMemberType)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading