Skip to content

Update to wavelink v3. #43

Update to wavelink v3.

Update to wavelink v3. #43

Triggered via push November 28, 2023 01:27
Status Failure
Total duration 1m 2s
Artifacts
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Type Coverage and Linting @ 3.10: core/bot.py#L101
"Pool" is not a known member of module "wavelink" (reportGeneralTypeIssues)
Type Coverage and Linting @ 3.10: core/bot.py#L101
Type of "Pool" is unknown (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: core/bot.py#L101
Type of "connect" is unknown (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: core/wave.py#L79
Argument of type "Connectable" cannot be assigned to parameter "channel" of type "_VoiceChannel" in function "__init__"   Type "Connectable" cannot be assigned to type "_VoiceChannel"     "Connectable" is incompatible with "VoiceChannel"     "Connectable" is incompatible with "StageChannel" (reportGeneralTypeIssues)
Type Coverage and Linting @ 3.10: core/wave.py#L80
"AutoPlayMode" is not a known member of module "wavelink" (reportGeneralTypeIssues)
Type Coverage and Linting @ 3.10: core/wave.py#L80
Type of "AutoPlayMode" is unknown (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: core/wave.py#L80
Type of "partial" is unknown (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: exts/music/music.py#L71
"NodeReadyEventPayload" is not a known member of module "wavelink" (reportGeneralTypeIssues)
Type Coverage and Linting @ 3.10: exts/music/music.py#L71
Type of "NodeReadyEventPayload" is unknown (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: exts/music/music.py#L71
Type of parameter "payload" is unknown (reportUnknownParameterType)
Type Coverage and Linting @ 3.10: core/utils/misc.py#L160
Unnecessary "# type: ignore" comment