Skip to content

I'm afraid it doesn't actually work on nvda 2022.2/2022.3 #1

Description

@zersiax

Just tried to install this one, but get the error below when trying to run it:

Error importing global plugin chessmart
Traceback (most recent call last):
File "globalPluginHandler.pyc", line 23, in listPlugins
File "importlib_init_.pyc", line 127, in import_module
File "", line 1006, in gcd_import
File "", line 983, in find_and_load
File "", line 967, in find_and_load_unlocked
File "", line 677, in load_unlocked
File "", line 728, in exec_module
File "", line 219, in call_with_frames_removed
File "C:\Users\flori\AppData\Roaming\nvda\addons\chessmart\globalPlugins\chessmart_init
.py", line 43, in
from .graphical_interface.new_game_dialog import NewGameOptionsDialog
File "C:\Users\flori\AppData\Roaming\nvda\addons\chessmart\globalPlugins\chessmart\graphical_interface\new_game_dialog.py", line 12, in
from ..internet_chess import LichessAPIClient
File "C:\Users\flori\AppData\Roaming\nvda\addons\chessmart\globalPlugins\chessmart\internet_chess_init
.py", line 11, in
from .lichess import LichessAPIClient
File "C:\Users\flori\AppData\Roaming\nvda\addons\chessmart\globalPlugins\chessmart\internet_chess\lichess.py", line 40, in
import lichess_client
File "C:\Users\flori\AppData\Roaming\nvda\addons\chessmart\globalPlugins\chessmart\lib\lichess\lichess_client_init.py", line 1, in
from lichess_client.clients import APIClient
File "C:\Users\flori\AppData\Roaming\nvda\addons\chessmart\globalPlugins\chessmart\lib\lichess\lichess_client\clients_init.py", line 1, in
from lichess_client.clients.client import APIClient
File "C:\Users\flori\AppData\Roaming\nvda\addons\chessmart\globalPlugins\chessmart\lib\lichess\lichess_client\clients\client.py", line 2, in
from lichess_client.clients.base_client import BaseClient
File "C:\Users\flori\AppData\Roaming\nvda\addons\chessmart\globalPlugins\chessmart\lib\lichess\lichess_client\clients\base_client.py", line 7, in
from aiohttp import ClientSession, ClientTimeout
File "C:\Users\flori\AppData\Roaming\nvda\addons\chessmart\globalPlugins\chessmart\lib\lichess\aiohttp_init.py", line 6, in
from .client import (
File "C:\Users\flori\AppData\Roaming\nvda\addons\chessmart\globalPlugins\chessmart\lib\lichess\aiohttp\client.py", line 35, in
from . import hdrs, http, payload
File "C:\Users\flori\AppData\Roaming\nvda\addons\chessmart\globalPlugins\chessmart\lib\lichess\aiohttp\http.py", line 71, in
http.server.BaseHTTPRequestHandler.responses
AttributeError: module 'http' has no attribute 'server'

Might be a capitalization thing, or it's just broken outright :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions