Skip to content

feat(livekit): inital livekit support #275

feat(livekit): inital livekit support

feat(livekit): inital livekit support #275

Triggered via push October 29, 2024 15:49
Status Failure
Total duration 36s
Artifacts

pyright.yml

on: push
Matrix: pyright-type-checking
Matrix: pyright-type-completeness
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 4 warnings
pyright-type-completeness (3.10)
Exit code 1
pyright-type-completeness (3.11)
The job was canceled because "_3_10" failed.
pyright-type-completeness (3.11)
The operation was canceled.
pyright-type-completeness (3.9)
The job was canceled because "_3_10" failed.
pyright-type-completeness (3.9)
Exit code 1
pyright-type-checking (3.10): revolt/http.py#L35
"_RequestOptions" is unknown import symbol (reportAttributeAccessIssue)
pyright-type-checking (3.10): revolt/http.py#L35
Type of "_RequestOptions" is unknown (reportUnknownVariableType)
pyright-type-checking (3.10): revolt/http.py#L55
Type of "kwargs" is unknown (reportUnknownVariableType)
pyright-type-checking (3.10): revolt/permissions.py#L181
Condition will always evaluate to False since the types "str" and "Literal[True]" have no overlap (reportUnnecessaryComparison)
pyright-type-checking (3.10): revolt/permissions.py#L185
Condition will always evaluate to False since the types "str" and "Literal[False]" have no overlap (reportUnnecessaryComparison)
pyright-type-checking (3.10): revolt/voice.py#L4
Import "livekit" could not be resolved (reportMissingImports)
pyright-type-checking (3.10): revolt/voice.py#L5
Import "livekit.rtc" could not be resolved (reportMissingImports)
pyright-type-checking (3.10): revolt/voice.py#L34
Type of "room" is unknown (reportUnknownMemberType)
pyright-type-checking (3.10): revolt/voice.py#L34
Type of "rtc" is unknown (reportUnknownMemberType)
pyright-type-checking (3.10): revolt/voice.py#L34
Type of "Room" is unknown (reportUnknownMemberType)
pyright-type-checking (3.9)
The job was canceled because "_3_10" failed.
pyright-type-checking (3.9): revolt/http.py#L35
"_RequestOptions" is unknown import symbol (reportAttributeAccessIssue)
pyright-type-checking (3.9): revolt/http.py#L35
Type of "_RequestOptions" is unknown (reportUnknownVariableType)
pyright-type-checking (3.9): revolt/http.py#L55
Type of "kwargs" is unknown (reportUnknownVariableType)
pyright-type-checking (3.9): revolt/permissions.py#L181
Condition will always evaluate to False since the types "str" and "Literal[True]" have no overlap (reportUnnecessaryComparison)
pyright-type-checking (3.9): revolt/permissions.py#L185
Condition will always evaluate to False since the types "str" and "Literal[False]" have no overlap (reportUnnecessaryComparison)
pyright-type-checking (3.9): revolt/voice.py#L4
Import "livekit" could not be resolved (reportMissingImports)
pyright-type-checking (3.9): revolt/voice.py#L5
Import "livekit.rtc" could not be resolved (reportMissingImports)
pyright-type-checking (3.9): revolt/voice.py#L34
Type of "room" is unknown (reportUnknownMemberType)
pyright-type-checking (3.9): revolt/voice.py#L34
Type of "rtc" is unknown (reportUnknownMemberType)
pyright-type-checking (3.9): revolt/voice.py#L34
Type of "Room" is unknown (reportUnknownMemberType)
pyright-type-checking (3.11)
The job was canceled because "_3_10" failed.
pyright-type-checking (3.11)
The operation was canceled.
pyright-type-completeness (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
pyright-type-completeness (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pyright-type-checking (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
pyright-type-checking (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/