relative package shenanegins #592
Annotations
7 errors and 8 warnings
lint
Process completed with exit code 1.
|
pyright 3.11:
twitchio/client.py#L358
Cannot access member "_shards" for type "Client"
Member "_shards" is unknown (reportGeneralTypeIssues)
|
pyright 3.11:
twitchio/client.py#L381
Cannot access member "_shards" for type "Client"
Member "_shards" is unknown (reportGeneralTypeIssues)
|
pyright 3.11:
twitchio/client.py#L406
Cannot access member "_shards" for type "Client"
Member "_shards" is unknown (reportGeneralTypeIssues)
|
pyright 3.11:
twitchio/ext/commands/context.py#L21
Cannot access member "_websocket" for type "Channel"
Member "_websocket" is unknown (reportGeneralTypeIssues)
|
pyright 3.11:
twitchio/ext/commands/converters.py#L55
Cannot access member "get_chatter" for type "Channel"
Member "get_chatter" is unknown (reportGeneralTypeIssues)
|
pyright 3.11
5 errors
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
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/
|
lib (3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lib (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/
|
lib (3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lib (3.11)
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 3.11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/setup-node@v3, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
pyright 3.11:
twitchio/utils.py#L42
Import "ujson" could not be resolved from source (reportMissingModuleSource)
|