Skip to content

Instantly share code, notes, and snippets.

@Hubro
Created April 10, 2022 12:11
Show Gist options
  • Save Hubro/8554cca12ce982b86aa7406d416bb704 to your computer and use it in GitHub Desktop.
Save Hubro/8554cca12ce982b86aa7406d416bb704 to your computer and use it in GitHub Desktop.
LSP log for nvim-lspconfig bug report
This file has been truncated, but you can view the full file.
[START][2022-04-10 14:09:58] LSP logging initiated
[INFO][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:261 "Starting RPC client" {
args = { "--stdio" },
cmd = "pyright-langserver",
extra = {
cwd = "/home/tomas/src/github/pwr-Solaar/Solaar"
}
}
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:892 "LSP[pyright]" "initialize_params" {
capabilities = {
callHierarchy = {
dynamicRegistration = false
},
textDocument = {
codeAction = {
codeActionLiteralSupport = {
codeActionKind = {
valueSet = { "", "Empty", "QuickFix", "Refactor", "RefactorExtract", "RefactorInline", "RefactorRewrite", "Source", "SourceOrganizeImports", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" }
}
},
dataSupport = true,
dynamicRegistration = false,
resolveSupport = {
properties = { "edit" }
}
},
completion = {
completionItem = {
commitCharactersSupport = false,
deprecatedSupport = false,
documentationFormat = { "markdown", "plaintext" },
preselectSupport = false,
snippetSupport = false
},
completionItemKind = {
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 }
},
contextSupport = false,
dynamicRegistration = false
},
declaration = {
linkSupport = true
},
definition = {
linkSupport = true
},
documentHighlight = {
dynamicRegistration = false
},
documentSymbol = {
dynamicRegistration = false,
hierarchicalDocumentSymbolSupport = true,
symbolKind = {
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
}
},
hover = {
contentFormat = { "markdown", "plaintext" },
dynamicRegistration = false
},
implementation = {
linkSupport = true
},
publishDiagnostics = {
relatedInformation = true,
tagSupport = {
valueSet = { 1, 2 }
}
},
references = {
dynamicRegistration = false
},
rename = {
dynamicRegistration = false,
prepareSupport = true
},
signatureHelp = {
dynamicRegistration = false,
signatureInformation = {
activeParameterSupport = true,
documentationFormat = { "markdown", "plaintext" },
parameterInformation = {
labelOffsetSupport = true
}
}
},
synchronization = {
didSave = true,
dynamicRegistration = false,
willSave = false,
willSaveWaitUntil = false
},
typeDefinition = {
linkSupport = true
}
},
window = {
showDocument = {
support = false
},
showMessage = {
messageActionItem = {
additionalPropertiesSupport = false
}
},
workDoneProgress = true
},
workspace = {
applyEdit = true,
configuration = true,
symbol = {
dynamicRegistration = false,
hierarchicalWorkspaceSymbolSupport = true,
symbolKind = {
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
}
},
workspaceEdit = {
resourceOperations = { "rename", "create", "delete" }
},
workspaceFolders = true
}
},
clientInfo = {
name = "Neovim",
version = "0.6.1"
},
initializationOptions = vim.empty_dict(),
processId = 3711505,
rootPath = "/home/tomas/src/github/pwr-Solaar/Solaar",
rootUri = "file:///home/tomas/src/github/pwr-Solaar/Solaar",
trace = "off",
workspaceFolders = { {
name = "/home/tomas/src/github/pwr-Solaar/Solaar",
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar"
} }
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:347 "rpc.send" {
id = 1,
jsonrpc = "2.0",
method = "initialize",
params = {
capabilities = {
callHierarchy = {
dynamicRegistration = false
},
textDocument = {
codeAction = {
codeActionLiteralSupport = {
codeActionKind = {
valueSet = { "", "Empty", "QuickFix", "Refactor", "RefactorExtract", "RefactorInline", "RefactorRewrite", "Source", "SourceOrganizeImports", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" }
}
},
dataSupport = true,
dynamicRegistration = false,
resolveSupport = {
properties = { "edit" }
}
},
completion = {
completionItem = {
commitCharactersSupport = false,
deprecatedSupport = false,
documentationFormat = { "markdown", "plaintext" },
preselectSupport = false,
snippetSupport = false
},
completionItemKind = {
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 }
},
contextSupport = false,
dynamicRegistration = false
},
declaration = {
linkSupport = true
},
definition = {
linkSupport = true
},
documentHighlight = {
dynamicRegistration = false
},
documentSymbol = {
dynamicRegistration = false,
hierarchicalDocumentSymbolSupport = true,
symbolKind = {
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
}
},
hover = {
contentFormat = { "markdown", "plaintext" },
dynamicRegistration = false
},
implementation = {
linkSupport = true
},
publishDiagnostics = {
relatedInformation = true,
tagSupport = {
valueSet = { 1, 2 }
}
},
references = {
dynamicRegistration = false
},
rename = {
dynamicRegistration = false,
prepareSupport = true
},
signatureHelp = {
dynamicRegistration = false,
signatureInformation = {
activeParameterSupport = true,
documentationFormat = { "markdown", "plaintext" },
parameterInformation = {
labelOffsetSupport = true
}
}
},
synchronization = {
didSave = true,
dynamicRegistration = false,
willSave = false,
willSaveWaitUntil = false
},
typeDefinition = {
linkSupport = true
}
},
window = {
showDocument = {
support = false
},
showMessage = {
messageActionItem = {
additionalPropertiesSupport = false
}
},
workDoneProgress = true
},
workspace = {
applyEdit = true,
configuration = true,
symbol = {
dynamicRegistration = false,
hierarchicalWorkspaceSymbolSupport = true,
symbolKind = {
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
}
},
workspaceEdit = {
resourceOperations = { "rename", "create", "delete" }
},
workspaceFolders = true
}
},
clientInfo = {
name = "Neovim",
version = "0.6.1"
},
initializationOptions = vim.empty_dict(),
processId = 3711505,
rootPath = "/home/tomas/src/github/pwr-Solaar/Solaar",
rootUri = "file:///home/tomas/src/github/pwr-Solaar/Solaar",
trace = "off",
workspaceFolders = { {
name = "/home/tomas/src/github/pwr-Solaar/Solaar",
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar"
} }
}
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "window/logMessage",
params = {
message = "Pyright language server 1.1.235 starting",
type = 3
}
}
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:731 "notification" "window/logMessage" {
message = "Pyright language server 1.1.235 starting",
type = 3
}
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "window/logMessage" {
ctx = '{\n client_id = 1,\n method = "window/logMessage"\n}',
result = {
message = "Pyright language server 1.1.235 starting",
type = 3
}
}
[INFO][2022-04-10 14:10:14] ...lsp/handlers.lua:408 "Pyright language server 1.1.235 starting"
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "window/logMessage",
params = {
message = "Server root directory: /usr/lib/node_modules/pyright/dist/",
type = 3
}
}
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:731 "notification" "window/logMessage" {
message = "Server root directory: /usr/lib/node_modules/pyright/dist/",
type = 3
}
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "window/logMessage" {
ctx = '{\n client_id = 1,\n method = "window/logMessage"\n}',
result = {
message = "Server root directory: /usr/lib/node_modules/pyright/dist/",
type = 3
}
}
[INFO][2022-04-10 14:10:14] ...lsp/handlers.lua:408 "Server root directory: /usr/lib/node_modules/pyright/dist/"
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
id = 1,
jsonrpc = "2.0",
result = {
capabilities = {
callHierarchyProvider = true,
codeActionProvider = {
codeActionKinds = { "quickfix", "source.organizeImports" },
workDoneProgress = true
},
completionProvider = {
resolveProvider = true,
triggerCharacters = { ".", "[" },
workDoneProgress = true
},
declarationProvider = {
workDoneProgress = true
},
definitionProvider = {
workDoneProgress = true
},
documentHighlightProvider = {
workDoneProgress = true
},
documentSymbolProvider = {
workDoneProgress = true
},
executeCommandProvider = {
commands = {},
workDoneProgress = true
},
hoverProvider = {
workDoneProgress = true
},
referencesProvider = {
workDoneProgress = true
},
renameProvider = {
prepareProvider = true,
workDoneProgress = true
},
signatureHelpProvider = {
triggerCharacters = { "(", ",", ")" },
workDoneProgress = true
},
textDocumentSync = 2,
typeDefinitionProvider = {
workDoneProgress = true
},
workspaceSymbolProvider = {
workDoneProgress = true
}
}
}
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:347 "rpc.send" {
jsonrpc = "2.0",
method = "initialized",
params = vim.empty_dict()
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:347 "rpc.send" {
jsonrpc = "2.0",
method = "workspace/didChangeConfiguration",
params = {
settings = {
python = {
analysis = {
autoSearchPaths = true,
diagnosticMode = "workspace",
useLibraryCodeForTypes = true
}
}
}
}
}
[DEBUG][2022-04-10 14:10:14] .../lua/vim/lsp.lua:921 "LSP[pyright]" "server_capabilities" {
callHierarchyProvider = true,
codeActionProvider = {
codeActionKinds = { "quickfix", "source.organizeImports" },
workDoneProgress = true
},
completionProvider = {
resolveProvider = true,
triggerCharacters = { ".", "[" },
workDoneProgress = true
},
declarationProvider = {
workDoneProgress = true
},
definitionProvider = {
workDoneProgress = true
},
documentHighlightProvider = {
workDoneProgress = true
},
documentSymbolProvider = {
workDoneProgress = true
},
executeCommandProvider = {
commands = {},
workDoneProgress = true
},
hoverProvider = {
workDoneProgress = true
},
referencesProvider = {
workDoneProgress = true
},
renameProvider = {
prepareProvider = true,
workDoneProgress = true
},
signatureHelpProvider = {
triggerCharacters = { "(", ",", ")" },
workDoneProgress = true
},
textDocumentSync = 2,
typeDefinitionProvider = {
workDoneProgress = true
},
workspaceSymbolProvider = {
workDoneProgress = true
}
}
[INFO][2022-04-10 14:10:14] .../lua/vim/lsp.lua:922 "LSP[pyright]" "initialized" {
resolved_capabilities = {
call_hierarchy = true,
code_action = {
codeActionKinds = { "quickfix", "source.organizeImports" },
workDoneProgress = true
},
code_lens = false,
code_lens_resolve = false,
completion = true,
declaration = {
workDoneProgress = true
},
document_formatting = false,
document_highlight = {
workDoneProgress = true
},
document_range_formatting = false,
document_symbol = {
workDoneProgress = true
},
execute_command = true,
find_references = {
workDoneProgress = true
},
goto_definition = {
workDoneProgress = true
},
hover = {
workDoneProgress = true
},
implementation = false,
rename = true,
signature_help = true,
signature_help_trigger_characters = { "(", ",", ")" },
text_document_did_change = 2,
text_document_open_close = true,
text_document_save = true,
text_document_save_include_text = false,
text_document_will_save = false,
text_document_will_save_wait_until = false,
type_definition = {
workDoneProgress = true
},
workspace_folder_properties = {
changeNotifications = false,
supported = false
},
workspace_symbol = {
workDoneProgress = true
}
}
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:347 "rpc.send" {
jsonrpc = "2.0",
method = "textDocument/didOpen",
params = {
textDocument = {
languageId = "python",
text = "# -*- python-mode -*-\n\n## Copyright (C) 2012-2013 Daniel Pavel\n##\n## This program is free software; you can redistribute it and/or modify\n## it under the terms of the GNU General Public License as published by\n## the Free Software Foundation; either version 2 of the License, or\n## (at your option) any later version.\n##\n## This program is distributed in the hope that it will be useful,\n## but WITHOUT ANY WARRANTY; without even the implied warranty of\n## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n## GNU General Public License for more details.\n##\n## You should have received a copy of the GNU General Public License along\n## with this program; if not, write to the Free Software Foundation, Inc.,\n## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\n\n# Some common functions and types.\n\nfrom binascii import hexlify as _hexlify\nfrom collections import namedtuple\nfrom struct import pack, unpack\n\ntry:\n unicode # noqa: F821\n # if Python2, unicode_literals will mess our first (un)pack() argument\n _pack_str = pack\n _unpack_str = unpack\n pack = lambda x, *args: _pack_str(str(x), *args)\n unpack = lambda x, *args: _unpack_str(str(x), *args)\n\n is_string = lambda d: isinstance(d, unicode) or isinstance(d, str) # noqa: F821\n # no easy way to distinguish between b'' and '' :(\n # or (isinstance(d, str) \\\n # and not any((chr(k) in d for k in range(0x00, 0x1F))) \\\n # and not any((chr(k) in d for k in range(0x80, 0xFF))) \\\n # )\nexcept Exception:\n # this is certainly Python 3\n # In Py3, unicode and str are equal (the unicode object does not exist)\n is_string = lambda d: isinstance(d, str)\n\n#\n#\n#\n\n\nclass NamedInt(int):\n \"\"\"A regular Python integer with an attached name.\n\n Caution: comparison with strings will also match this NamedInt's name\n (case-insensitive).\"\"\"\n def __new__(cls, value, name):\n assert is_string(name)\n obj = int.__new__(cls, value)\n obj.name = str(name)\n return obj\n\n def bytes(self, count=2):\n return int2bytes(self, count)\n\n def __eq__(self, other):\n if isinstance(other, NamedInt):\n return int(self) == int(other) and self.name == other.name\n if isinstance(other, int):\n return int(self) == int(other)\n if is_string(other):\n return self.name.lower() == other.lower()\n # this should catch comparisons with bytes in Py3\n if other is not None:\n raise TypeError('Unsupported type ' + str(type(other)))\n\n def __ne__(self, other):\n return not self.__eq__(other)\n\n def __hash__(self):\n return int(self)\n\n def __str__(self):\n return self.name\n\n __unicode__ = __str__\n\n def __repr__(self):\n return 'NamedInt(%d, %r)' % (int(self), self.name)\n\n\nclass NamedInts:\n \"\"\"An ordered set of NamedInt values.\n\n Indexing can be made by int or string, and will return the corresponding\n NamedInt if it exists in this set, or `None`.\n\n Extracting slices will return all present NamedInts in the given interval\n (extended slices are not supported).\n\n Assigning a string to an indexed int will create a new NamedInt in this set;\n if the value already exists in the set (int or string), ValueError will be\n raised.\n \"\"\"\n __slots__ = ('__dict__', '_values', '_indexed', '_fallback')\n\n def __init__(self, **kwargs):\n def _readable_name(n):\n if not is_string(n):\n raise TypeError('expected (unicode) string, got ' + str(type(n)))\n return n.replace('__', '/').replace('_', ' ')\n\n # print (repr(kwargs))\n values = {k: NamedInt(v, _readable_name(k)) for (k, v) in kwargs.items()}\n self.__dict__ = values\n self._values = sorted(list(values.values()))\n self._indexed = {int(v): v for v in self._values}\n # assert len(values) == len(self._indexed)\n # \"(%d) %r\\n=> (%d) %r\" % (len(values), values, len(self._indexed), self._indexed)\n self._fallback = None\n\n @classmethod\n def list(cls, items, name_generator=lambda x: str(x)):\n values = {name_generator(x): x for x in items}\n return NamedInts(**values)\n\n @classmethod\n def range(cls, from_value, to_value, name_generator=lambda x: str(x), step=1):\n values = {name_generator(x): x for x in range(from_value, to_value + 1, step)}\n return NamedInts(**values)\n\n def flag_names(self, value):\n unknown_bits = value\n for k in self._indexed:\n assert bin(k).count('1') == 1\n if k & value == k:\n unknown_bits &= ~k\n yield str(self._indexed[k])\n\n if unknown_bits:\n yield 'unknown:%06X' % unknown_bits\n\n def __getitem__(self, index):\n if isinstance(index, int):\n if index in self._indexed:\n return self._indexed[int(index)]\n if self._fallback and isinstance(index, int):\n value = NamedInt(index, self._fallback(index))\n self._indexed[index] = value\n self._values = sorted(self._values + [value])\n return value\n\n elif is_string(index):\n if index in self.__dict__:\n return self.__dict__[index]\n return (next((x for x in self._values if str(x) == index), None))\n\n elif isinstance(index, slice):\n if index.start is None and index.stop is None:\n return self._values[:]\n\n v_start = int(self._values[0]) if index.start is None else int(index.start)\n v_stop = (self._values[-1] + 1) if index.stop is None else int(index.stop)\n\n if v_start > v_stop or v_start > self._values[-1] or v_stop <= self._values[0]:\n return []\n\n if v_start <= self._values[0] and v_stop > self._values[-1]:\n return self._values[:]\n\n start_index = 0\n stop_index = len(self._values)\n for i, value in enumerate(self._values):\n if value < v_start:\n start_index = i + 1\n elif index.stop is None:\n break\n if value >= v_stop:\n stop_index = i\n break\n\n return self._values[start_index:stop_index]\n\n def __setitem__(self, index, name):\n assert isinstance(index, int), type(index)\n if isinstance(name, NamedInt):\n assert int(index) == int(name), repr(index) + ' ' + repr(name)\n value = name\n elif is_string(name):\n value = NamedInt(index, name)\n else:\n raise TypeError('name must be a string')\n\n if str(value) in self.__dict__:\n raise ValueError('%s (%d) already known' % (value, int(value)))\n if int(value) in self._indexed:\n raise ValueError('%d (%s) already known' % (int(value), value))\n\n self._values = sorted(self._values + [value])\n self.__dict__[str(value)] = value\n self._indexed[int(value)] = value\n\n def __contains__(self, value):\n if isinstance(value, int):\n return value in self._indexed\n elif is_string(value):\n return value in self.__dict__ or value in self._values\n\n def __iter__(self):\n yield from self._values\n\n def __len__(self):\n return len(self._values)\n\n def __repr__(self):\n return 'NamedInts(%s)' % ', '.join(repr(v) for v in self._values)\n\n\ndef strhex(x):\n assert x is not None\n \"\"\"Produce a hex-string representation of a sequence of bytes.\"\"\"\n return _hexlify(x).decode('ascii').upper()\n\n\ndef bytes2int(x):\n \"\"\"Convert a bytes string to an int.\n The bytes are assumed to be in most-significant-first order.\n \"\"\"\n assert isinstance(x, bytes)\n assert len(x) < 9\n qx = (b'\\x00' * 8) + x\n result, = unpack('!Q', qx[-8:])\n # assert x == int2bytes(result, len(x))\n return result\n\n\ndef int2bytes(x, count=None):\n \"\"\"Convert an int to a bytes representation.\n The bytes are ordered in most-significant-first order.\n If 'count' is not given, the necessary number of bytes is computed.\n \"\"\"\n assert isinstance(x, int)\n result = pack('!Q', x)\n assert isinstance(result, bytes)\n # assert x == bytes2int(result)\n\n if count is None:\n return result.lstrip(b'\\x00')\n\n assert isinstance(count, int)\n assert count > 0\n assert x.bit_length() <= count * 8\n return result[-count:]\n\n\nclass KwException(Exception):\n \"\"\"An exception that remembers all arguments passed to the constructor.\n They can be later accessed by simple member access.\n \"\"\"\n def __init__(self, **kwargs):\n super().__init__(kwargs)\n\n def __getattr__(self, k):\n try:\n return super().__getattr__(k)\n except AttributeError:\n return self.args[0][k]\n\n\n\"\"\"Firmware information.\"\"\"\nFirmwareInfo = namedtuple('FirmwareInfo', ['kind', 'name', 'version', 'extras'])\n\nBATTERY_APPROX = NamedInts(empty=0, critical=5, low=20, good=50, full=90)\n\ndel namedtuple\n",
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/common.py",
version = 0
}
}
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
id = 0,
jsonrpc = "2.0",
method = "client/registerCapability",
params = {
registrations = { {
id = "c99138fd-778a-4395-92b3-d6306136dd9d",
method = "workspace/didChangeWorkspaceFolders",
registerOptions = vim.empty_dict()
} }
}
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
id = 1,
jsonrpc = "2.0",
method = "workspace/configuration",
params = {
items = { {
scopeUri = "file:///home/tomas/src/github/pwr-Solaar/Solaar",
section = "python"
} }
}
}
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:745 "server_request" "client/registerCapability" {
registrations = { {
id = "c99138fd-778a-4395-92b3-d6306136dd9d",
method = "workspace/didChangeWorkspaceFolders",
registerOptions = vim.empty_dict()
} }
}
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:748 "server_request: found handler for" "client/registerCapability"
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "client/registerCapability" {
ctx = '{\n client_id = 1,\n method = "client/registerCapability"\n}',
result = {
registrations = { {
id = "c99138fd-778a-4395-92b3-d6306136dd9d",
method = "workspace/didChangeWorkspaceFolders",
registerOptions = vim.empty_dict()
} }
}
}
[WARN][2022-04-10 14:10:14] ...lsp/handlers.lua:109 "The language server pyright triggers a registerCapability handler despite dynamicRegistration set to false. Report upstream, this warning is harmless"
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:464 "server_request: callback result" {
result = vim.NIL,
status = true
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:347 "rpc.send" {
id = 0,
jsonrpc = "2.0",
result = vim.NIL
}
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:745 "server_request" "workspace/configuration" {
items = { {
scopeUri = "file:///home/tomas/src/github/pwr-Solaar/Solaar",
section = "python"
} }
}
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:748 "server_request: found handler for" "workspace/configuration"
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "workspace/configuration" {
ctx = '{\n client_id = 1,\n method = "workspace/configuration"\n}',
result = {
items = { {
scopeUri = "file:///home/tomas/src/github/pwr-Solaar/Solaar",
section = "python"
} }
}
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:464 "server_request: callback result" {
result = { {
analysis = {
autoSearchPaths = true,
diagnosticMode = "workspace",
useLibraryCodeForTypes = true
}
} },
status = true
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:347 "rpc.send" {
id = 1,
jsonrpc = "2.0",
result = { {
analysis = {
autoSearchPaths = true,
diagnosticMode = "workspace",
useLibraryCodeForTypes = true
}
} }
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
id = 2,
jsonrpc = "2.0",
method = "workspace/configuration",
params = {
items = { {
scopeUri = "file:///home/tomas/src/github/pwr-Solaar/Solaar",
section = "python.analysis"
} }
}
}
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:745 "server_request" "workspace/configuration" {
items = { {
scopeUri = "file:///home/tomas/src/github/pwr-Solaar/Solaar",
section = "python.analysis"
} }
}
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:748 "server_request: found handler for" "workspace/configuration"
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "workspace/configuration" {
ctx = '{\n client_id = 1,\n method = "workspace/configuration"\n}',
result = {
items = { {
scopeUri = "file:///home/tomas/src/github/pwr-Solaar/Solaar",
section = "python.analysis"
} }
}
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:464 "server_request: callback result" {
result = { {
autoSearchPaths = true,
diagnosticMode = "workspace",
useLibraryCodeForTypes = true
} },
status = true
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:347 "rpc.send" {
id = 2,
jsonrpc = "2.0",
result = { {
autoSearchPaths = true,
diagnosticMode = "workspace",
useLibraryCodeForTypes = true
} }
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
id = 3,
jsonrpc = "2.0",
method = "workspace/configuration",
params = {
items = { {
scopeUri = "file:///home/tomas/src/github/pwr-Solaar/Solaar",
section = "pyright"
} }
}
}
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:745 "server_request" "workspace/configuration" {
items = { {
scopeUri = "file:///home/tomas/src/github/pwr-Solaar/Solaar",
section = "pyright"
} }
}
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:748 "server_request: found handler for" "workspace/configuration"
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "workspace/configuration" {
ctx = '{\n client_id = 1,\n method = "workspace/configuration"\n}',
result = {
items = { {
scopeUri = "file:///home/tomas/src/github/pwr-Solaar/Solaar",
section = "pyright"
} }
}
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:464 "server_request: callback result" {
result = { vim.NIL },
status = true
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:347 "rpc.send" {
id = 3,
jsonrpc = "2.0",
result = { vim.NIL }
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "window/logMessage",
params = {
message = "No configuration file found.",
type = 3
}
}
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:731 "notification" "window/logMessage" {
message = "No configuration file found.",
type = 3
}
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "window/logMessage" {
ctx = '{\n client_id = 1,\n method = "window/logMessage"\n}',
result = {
message = "No configuration file found.",
type = 3
}
}
[INFO][2022-04-10 14:10:14] ...lsp/handlers.lua:408 "No configuration file found."
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "window/logMessage",
params = {
message = "No pyproject.toml file found.",
type = 3
}
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "window/logMessage",
params = {
message = "stubPath /home/tomas/src/github/pwr-Solaar/Solaar/typings is not a valid directory.",
type = 2
}
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "window/logMessage",
params = {
message = "Assuming Python platform Linux",
type = 3
}
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "window/logMessage",
params = {
message = "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js",
type = 2
}
}
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:731 "notification" "window/logMessage" {
message = "No pyproject.toml file found.",
type = 3
}
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "window/logMessage" {
ctx = '{\n client_id = 1,\n method = "window/logMessage"\n}',
result = {
message = "No pyproject.toml file found.",
type = 3
}
}
[INFO][2022-04-10 14:10:14] ...lsp/handlers.lua:408 "No pyproject.toml file found."
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "window/logMessage",
params = {
message = "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js",
type = 2
}
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "window/logMessage",
params = {
message = "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js",
type = 2
}
}
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:731 "notification" "window/logMessage" {
message = "stubPath /home/tomas/src/github/pwr-Solaar/Solaar/typings is not a valid directory.",
type = 2
}
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "window/logMessage" {
ctx = '{\n client_id = 1,\n method = "window/logMessage"\n}',
result = {
message = "stubPath /home/tomas/src/github/pwr-Solaar/Solaar/typings is not a valid directory.",
type = 2
}
}
[WARN][2022-04-10 14:10:14] ...lsp/handlers.lua:406 "stubPath /home/tomas/src/github/pwr-Solaar/Solaar/typings is not a valid directory."
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "window/logMessage",
params = {
message = "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js",
type = 2
}
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "window/logMessage",
params = {
message = "Searching for source files",
type = 3
}
}
[DEBUG][2022-04-10 14:10:14] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "window/logMessage",
params = {
message = "Found 45 source files",
type = 3
}
}
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:731 "notification" "window/logMessage" {
message = "Assuming Python platform Linux",
type = 3
}
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "window/logMessage" {
ctx = '{\n client_id = 1,\n method = "window/logMessage"\n}',
result = {
message = "Assuming Python platform Linux",
type = 3
}
}
[INFO][2022-04-10 14:10:14] ...lsp/handlers.lua:408 "Assuming Python platform Linux"
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:731 "notification" "window/logMessage" {
message = "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js",
type = 2
}
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "window/logMessage" {
ctx = '{\n client_id = 1,\n method = "window/logMessage"\n}',
result = {
message = "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js",
type = 2
}
}
[WARN][2022-04-10 14:10:14] ...lsp/handlers.lua:406 "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js"
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:731 "notification" "window/logMessage" {
message = "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js",
type = 2
}
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "window/logMessage" {
ctx = '{\n client_id = 1,\n method = "window/logMessage"\n}',
result = {
message = "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js",
type = 2
}
}
[WARN][2022-04-10 14:10:14] ...lsp/handlers.lua:406 "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js"
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:731 "notification" "window/logMessage" {
message = "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js",
type = 2
}
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "window/logMessage" {
ctx = '{\n client_id = 1,\n method = "window/logMessage"\n}',
result = {
message = "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js",
type = 2
}
}
[WARN][2022-04-10 14:10:14] ...lsp/handlers.lua:406 "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js"
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:731 "notification" "window/logMessage" {
message = "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js",
type = 2
}
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "window/logMessage" {
ctx = '{\n client_id = 1,\n method = "window/logMessage"\n}',
result = {
message = "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js",
type = 2
}
}
[WARN][2022-04-10 14:10:14] ...lsp/handlers.lua:406 "Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js"
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:731 "notification" "window/logMessage" {
message = "Searching for source files",
type = 3
}
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "window/logMessage" {
ctx = '{\n client_id = 1,\n method = "window/logMessage"\n}',
result = {
message = "Searching for source files",
type = 3
}
}
[INFO][2022-04-10 14:10:14] ...lsp/handlers.lua:408 "Searching for source files"
[TRACE][2022-04-10 14:10:14] .../lua/vim/lsp.lua:731 "notification" "window/logMessage" {
message = "Found 45 source files",
type = 3
}
[TRACE][2022-04-10 14:10:14] ...lsp/handlers.lua:437 "default_handler" "window/logMessage" {
ctx = '{\n client_id = 1,\n method = "window/logMessage"\n}',
result = {
message = "Found 45 source files",
type = 3
}
}
[INFO][2022-04-10 14:10:14] ...lsp/handlers.lua:408 "Found 45 source files"
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/setup.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/__init__.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/setup.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/setup.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/hidconsole.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/udev.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/__init__.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/base.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/base_usb.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"unicode" is not defined',
range = {
end = {
character = 11,
line = 25
},
start = {
character = 4,
line = 25
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnusedExpression",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expression value is unused",
range = {
end = {
character = 11,
line = 25
},
start = {
character = 4,
line = 25
}
},
severity = 2,
source = "Pyright"
}, {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"unicode" is not defined',
range = {
end = {
character = 47,
line = 32
},
start = {
character = 40,
line = 32
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 16,
line = 56
},
start = {
character = 12,
line = 56
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 56,
line = 64
},
start = {
character = 52,
line = 64
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 70,
line = 64
},
start = {
character = 66,
line = 64
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 28,
line = 68
},
start = {
character = 24,
line = 68
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 24,
line = 80
},
start = {
character = 20,
line = 80
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 57,
line = 85
},
start = {
character = 53,
line = 85
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "__getattr__" for type "Exception"\n  Member "__getattr__" is unknown',
range = {
end = {
character = 38,
line = 261
},
start = {
character = 27,
line = 261
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/common.py",
version = 0
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/descriptors.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/device.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/diversion.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp10.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp20.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/i18n.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/listener.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/notifications.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/receiver.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/settings.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/settings_templates.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/special_keys.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/status.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/__init__.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/__init__.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/__init__.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/configuration.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/gtk.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/i18n.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/listener.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/tasks.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/upower.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/__init__.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/config.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/pair.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/probe.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/show.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/unpair.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/__init__.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/about.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/action.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/config_panel.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/diversion_rules.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/icons.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/notify.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/pair_window.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/tray.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/window.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/tools/monitor.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
id = 4,
jsonrpc = "2.0",
method = "window/workDoneProgress/create",
params = {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/hidconsole.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/hidconsole.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/udev.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/udev.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/__init__.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/__init__.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/base.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/base.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/base_usb.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/base_usb.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"unicode" is not defined',
range = {
end = {
character = 11,
line = 25
},
start = {
character = 4,
line = 25
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnusedExpression",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expression value is unused",
range = {
end = {
character = 11,
line = 25
},
start = {
character = 4,
line = 25
}
},
severity = 2,
source = "Pyright"
}, {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"unicode" is not defined',
range = {
end = {
character = 47,
line = 32
},
start = {
character = 40,
line = 32
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 16,
line = 56
},
start = {
character = 12,
line = 56
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 56,
line = 64
},
start = {
character = 52,
line = 64
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 70,
line = 64
},
start = {
character = 66,
line = 64
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 28,
line = 68
},
start = {
character = 24,
line = 68
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 24,
line = 80
},
start = {
character = 20,
line = 80
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 57,
line = 85
},
start = {
character = 53,
line = 85
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "__getattr__" for type "Exception"\n  Member "__getattr__" is unknown',
range = {
end = {
character = 38,
line = 261
},
start = {
character = 27,
line = 261
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/common.py",
version = 0
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"unicode" is not defined',
range = {
end = {
character = 11,
line = 25
},
start = {
character = 4,
line = 25
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnusedExpression",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expression value is unused",
range = {
end = {
character = 11,
line = 25
},
start = {
character = 4,
line = 25
}
},
severity = 2,
source = "Pyright"
}, {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"unicode" is not defined',
range = {
end = {
character = 47,
line = 32
},
start = {
character = 40,
line = 32
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 16,
line = 56
},
start = {
character = 12,
line = 56
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 56,
line = 64
},
start = {
character = 52,
line = 64
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 70,
line = 64
},
start = {
character = 66,
line = 64
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 28,
line = 68
},
start = {
character = 24,
line = 68
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 24,
line = 80
},
start = {
character = 20,
line = 80
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "name" for type "NamedInt"\n  Member "name" is unknown',
range = {
end = {
character = 57,
line = 85
},
start = {
character = 53,
line = 85
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "__getattr__" for type "Exception"\n  Member "__getattr__" is unknown',
range = {
end = {
character = 38,
line = 261
},
start = {
character = 27,
line = 261
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/common.py",
version = 0
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/descriptors.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/descriptors.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/device.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/device.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/diversion.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/diversion.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp10.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp10.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp20.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp20.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/i18n.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/i18n.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/listener.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/listener.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/notifications.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/notifications.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/receiver.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/receiver.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/settings.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/settings.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/settings_templates.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/settings_templates.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/special_keys.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/special_keys.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/status.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/status.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/__init__.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/__init__.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/configuration.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/configuration.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/gtk.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/gtk.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/i18n.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/i18n.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/listener.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/listener.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/tasks.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/tasks.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/upower.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/upower.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/__init__.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/__init__.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/config.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/config.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/pair.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/pair.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/probe.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/probe.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/show.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/show.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/unpair.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/cli/unpair.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/__init__.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/__init__.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/about.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/about.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/action.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/action.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/config_panel.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/config_panel.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/diversion_rules.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/diversion_rules.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/icons.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/icons.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/notify.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/notify.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/pair_window.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/pair_window.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/tray.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/tray.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/window.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/solaar/ui/window.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/tools/monitor.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/tools/monitor.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:745 "server_request" "window/workDoneProgress/create" {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2"
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:748 "server_request: found handler for" "window/workDoneProgress/create"
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "window/workDoneProgress/create" {
ctx = '{\n client_id = 1,\n method = "window/workDoneProgress/create"\n}',
result = {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:464 "server_request: callback result" {
result = vim.NIL,
status = true
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:347 "rpc.send" {
id = 4,
jsonrpc = "2.0",
result = vim.NIL
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "$/progress",
params = {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "begin",
title = ""
}
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "$/progress",
params = {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "report",
message = "44 files to analyze"
}
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "$/progress" {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "begin",
title = ""
}
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "$/progress" {
ctx = '{\n client_id = 1,\n method = "$/progress"\n}',
result = {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "begin",
title = ""
}
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "$/progress" {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "report",
message = "44 files to analyze"
}
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "$/progress" {
ctx = '{\n client_id = 1,\n method = "$/progress"\n}',
result = {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "report",
message = "44 files to analyze"
}
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/setup.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/setup.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/setup.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
message = '"close" is not accessed',
range = {
end = {
character = 29,
line = 19
},
start = {
character = 24,
line = 19
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"enumerate" is not accessed',
range = {
end = {
character = 33,
line = 20
},
start = {
character = 24,
line = 20
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"find_paired_node" is not accessed',
range = {
end = {
character = 40,
line = 21
},
start = {
character = 24,
line = 21
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"find_paired_node_wpid" is not accessed',
range = {
end = {
character = 45,
line = 22
},
start = {
character = 24,
line = 22
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"get_manufacturer" is not accessed',
range = {
end = {
character = 40,
line = 23
},
start = {
character = 24,
line = 23
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"get_product" is not accessed',
range = {
end = {
character = 35,
line = 24
},
start = {
character = 24,
line = 24
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"get_serial" is not accessed',
range = {
end = {
character = 34,
line = 25
},
start = {
character = 24,
line = 25
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"monitor_glib" is not accessed',
range = {
end = {
character = 36,
line = 26
},
start = {
character = 24,
line = 26
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"open" is not accessed',
range = {
end = {
character = 28,
line = 27
},
start = {
character = 24,
line = 27
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"open_path" is not accessed',
range = {
end = {
character = 33,
line = 28
},
start = {
character = 24,
line = 28
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"read" is not accessed',
range = {
end = {
character = 28,
line = 29
},
start = {
character = 24,
line = 29
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"write" is not accessed',
range = {
end = {
character = 29,
line = 30
},
start = {
character = 24,
line = 30
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/__init__.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"raw_input" is not defined',
range = {
end = {
character = 27,
line = 33
},
start = {
character = 18,
line = 33
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"unicode" is not defined',
range = {
end = {
character = 11,
line = 44
},
start = {
character = 4,
line = 44
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnusedExpression",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expression value is unused",
range = {
end = {
character = 11,
line = 44
},
start = {
character = 4,
line = 44
}
},
severity = 2,
source = "Pyright"
}, {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"unicode" is not defined',
range = {
end = {
character = 47,
line = 46
},
start = {
character = 40,
line = 46
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Operator \"in\" not supported for types \"Literal[b'Receiver']\" and \"Unknown | None\"\n  Operator \"in\" not supported for types \"Literal[b'Receiver']\" and \"None\"",
range = {
end = {
character = 100,
line = 178
},
start = {
character = 61,
line = 178
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"readline" is possibly unbound',
range = {
end = {
character = 20,
line = 263
},
start = {
character = 12,
line = 263
}
},
severity = 1,
source = "Pyright"
}, {
message = '"bid" is not accessed',
range = {
end = {
character = 19,
line = 149
},
start = {
character = 16,
line = 149
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"pid" is not accessed',
range = {
end = {
character = 29,
line = 149
},
start = {
character = 26,
line = 149
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"rlist" is not accessed',
range = {
end = {
character = 21,
line = 246
},
start = {
character = 16,
line = 246
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"wlist" is not accessed',
range = {
end = {
character = 28,
line = 246
},
start = {
character = 23,
line = 246
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"xlist" is not accessed',
range = {
end = {
character = 35,
line = 246
},
start = {
character = 30,
line = 246
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/hidconsole.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "$/progress",
params = {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "report",
message = "41 files to analyze"
}
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
message = '"close" is not accessed',
range = {
end = {
character = 29,
line = 19
},
start = {
character = 24,
line = 19
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"enumerate" is not accessed',
range = {
end = {
character = 33,
line = 20
},
start = {
character = 24,
line = 20
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"find_paired_node" is not accessed',
range = {
end = {
character = 40,
line = 21
},
start = {
character = 24,
line = 21
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"find_paired_node_wpid" is not accessed',
range = {
end = {
character = 45,
line = 22
},
start = {
character = 24,
line = 22
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"get_manufacturer" is not accessed',
range = {
end = {
character = 40,
line = 23
},
start = {
character = 24,
line = 23
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"get_product" is not accessed',
range = {
end = {
character = 35,
line = 24
},
start = {
character = 24,
line = 24
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"get_serial" is not accessed',
range = {
end = {
character = 34,
line = 25
},
start = {
character = 24,
line = 25
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"monitor_glib" is not accessed',
range = {
end = {
character = 36,
line = 26
},
start = {
character = 24,
line = 26
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"open" is not accessed',
range = {
end = {
character = 28,
line = 27
},
start = {
character = 24,
line = 27
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"open_path" is not accessed',
range = {
end = {
character = 33,
line = 28
},
start = {
character = 24,
line = 28
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"read" is not accessed',
range = {
end = {
character = 28,
line = 29
},
start = {
character = 24,
line = 29
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"write" is not accessed',
range = {
end = {
character = 29,
line = 30
},
start = {
character = 24,
line = 30
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/__init__.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
message = '"close" is not accessed',
range = {
end = {
character = 29,
line = 19
},
start = {
character = 24,
line = 19
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"enumerate" is not accessed',
range = {
end = {
character = 33,
line = 20
},
start = {
character = 24,
line = 20
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"find_paired_node" is not accessed',
range = {
end = {
character = 40,
line = 21
},
start = {
character = 24,
line = 21
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"find_paired_node_wpid" is not accessed',
range = {
end = {
character = 45,
line = 22
},
start = {
character = 24,
line = 22
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"get_manufacturer" is not accessed',
range = {
end = {
character = 40,
line = 23
},
start = {
character = 24,
line = 23
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"get_product" is not accessed',
range = {
end = {
character = 35,
line = 24
},
start = {
character = 24,
line = 24
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"get_serial" is not accessed',
range = {
end = {
character = 34,
line = 25
},
start = {
character = 24,
line = 25
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"monitor_glib" is not accessed',
range = {
end = {
character = 36,
line = 26
},
start = {
character = 24,
line = 26
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"open" is not accessed',
range = {
end = {
character = 28,
line = 27
},
start = {
character = 24,
line = 27
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"open_path" is not accessed',
range = {
end = {
character = 33,
line = 28
},
start = {
character = 24,
line = 28
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"read" is not accessed',
range = {
end = {
character = 28,
line = 29
},
start = {
character = 24,
line = 29
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"write" is not accessed',
range = {
end = {
character = 29,
line = 30
},
start = {
character = 24,
line = 30
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/__init__.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"raw_input" is not defined',
range = {
end = {
character = 27,
line = 33
},
start = {
character = 18,
line = 33
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"unicode" is not defined',
range = {
end = {
character = 11,
line = 44
},
start = {
character = 4,
line = 44
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnusedExpression",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expression value is unused",
range = {
end = {
character = 11,
line = 44
},
start = {
character = 4,
line = 44
}
},
severity = 2,
source = "Pyright"
}, {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"unicode" is not defined',
range = {
end = {
character = 47,
line = 46
},
start = {
character = 40,
line = 46
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Operator \"in\" not supported for types \"Literal[b'Receiver']\" and \"Unknown | None\"\n  Operator \"in\" not supported for types \"Literal[b'Receiver']\" and \"None\"",
range = {
end = {
character = 100,
line = 178
},
start = {
character = 61,
line = 178
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"readline" is possibly unbound',
range = {
end = {
character = 20,
line = 263
},
start = {
character = 12,
line = 263
}
},
severity = 1,
source = "Pyright"
}, {
message = '"bid" is not accessed',
range = {
end = {
character = 19,
line = 149
},
start = {
character = 16,
line = 149
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"pid" is not accessed',
range = {
end = {
character = 29,
line = 149
},
start = {
character = 26,
line = 149
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"rlist" is not accessed',
range = {
end = {
character = 21,
line = 246
},
start = {
character = 16,
line = 246
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"wlist" is not accessed',
range = {
end = {
character = 28,
line = 246
},
start = {
character = 23,
line = 246
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"xlist" is not accessed',
range = {
end = {
character = 35,
line = 246
},
start = {
character = 30,
line = 246
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/hidconsole.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"raw_input" is not defined',
range = {
end = {
character = 27,
line = 33
},
start = {
character = 18,
line = 33
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"unicode" is not defined',
range = {
end = {
character = 11,
line = 44
},
start = {
character = 4,
line = 44
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnusedExpression",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expression value is unused",
range = {
end = {
character = 11,
line = 44
},
start = {
character = 4,
line = 44
}
},
severity = 2,
source = "Pyright"
}, {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"unicode" is not defined',
range = {
end = {
character = 47,
line = 46
},
start = {
character = 40,
line = 46
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Operator \"in\" not supported for types \"Literal[b'Receiver']\" and \"Unknown | None\"\n  Operator \"in\" not supported for types \"Literal[b'Receiver']\" and \"None\"",
range = {
end = {
character = 100,
line = 178
},
start = {
character = 61,
line = 178
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"readline" is possibly unbound',
range = {
end = {
character = 20,
line = 263
},
start = {
character = 12,
line = 263
}
},
severity = 1,
source = "Pyright"
}, {
message = '"bid" is not accessed',
range = {
end = {
character = 19,
line = 149
},
start = {
character = 16,
line = 149
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"pid" is not accessed',
range = {
end = {
character = 29,
line = 149
},
start = {
character = 26,
line = 149
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"rlist" is not accessed',
range = {
end = {
character = 21,
line = 246
},
start = {
character = 16,
line = 246
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"wlist" is not accessed',
range = {
end = {
character = 28,
line = 246
},
start = {
character = 23,
line = 246
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"xlist" is not accessed',
range = {
end = {
character = 35,
line = 246
},
start = {
character = 30,
line = 246
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/hidconsole.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "$/progress" {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "report",
message = "41 files to analyze"
}
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "$/progress" {
ctx = '{\n client_id = 1,\n method = "$/progress"\n}',
result = {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "report",
message = "41 files to analyze"
}
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"get" is not a known member of "None"',
range = {
end = {
character = 92,
line = 167
},
start = {
character = 89,
line = 167
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"get" is not a known member of "None"',
range = {
end = {
character = 49,
line = 177
},
start = {
character = 46,
line = 177
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"get" is not a known member of "None"',
range = {
end = {
character = 92,
line = 188
},
start = {
character = 89,
line = 188
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"get" is not a known member of "None"',
range = {
end = {
character = 45,
line = 195
},
start = {
character = 42,
line = 195
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"get" is not a known member of "None"',
range = {
end = {
character = 47,
line = 198
},
start = {
character = 44,
line = 198
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 30,
line = 200
},
start = {
character = 24,
line = 200
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"GLib" is unknown import symbol',
range = {
end = {
character = 34,
line = 207
},
start = {
character = 30,
line = 207
}
},
severity = 1,
source = "Pyright"
}, {
message = '"bid" is not accessed',
range = {
end = {
character = 19,
line = 276
},
start = {
character = 16,
line = 276
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"wlist" is not accessed',
range = {
end = {
character = 16,
line = 362
},
start = {
character = 11,
line = 362
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 20,
line = 435
},
start = {
character = 13,
line = 435
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 29,
line = 435
},
start = {
character = 22,
line = 435
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/udev.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"get" is not a known member of "None"',
range = {
end = {
character = 92,
line = 167
},
start = {
character = 89,
line = 167
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"get" is not a known member of "None"',
range = {
end = {
character = 49,
line = 177
},
start = {
character = 46,
line = 177
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"get" is not a known member of "None"',
range = {
end = {
character = 92,
line = 188
},
start = {
character = 89,
line = 188
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"get" is not a known member of "None"',
range = {
end = {
character = 45,
line = 195
},
start = {
character = 42,
line = 195
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"get" is not a known member of "None"',
range = {
end = {
character = 47,
line = 198
},
start = {
character = 44,
line = 198
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 30,
line = 200
},
start = {
character = 24,
line = 200
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"GLib" is unknown import symbol',
range = {
end = {
character = 34,
line = 207
},
start = {
character = 30,
line = 207
}
},
severity = 1,
source = "Pyright"
}, {
message = '"bid" is not accessed',
range = {
end = {
character = 19,
line = 276
},
start = {
character = 16,
line = 276
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"wlist" is not accessed',
range = {
end = {
character = 16,
line = 362
},
start = {
character = 11,
line = 362
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 20,
line = 435
},
start = {
character = 13,
line = 435
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 29,
line = 435
},
start = {
character = 22,
line = 435
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/udev.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"get" is not a known member of "None"',
range = {
end = {
character = 92,
line = 167
},
start = {
character = 89,
line = 167
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"get" is not a known member of "None"',
range = {
end = {
character = 49,
line = 177
},
start = {
character = 46,
line = 177
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"get" is not a known member of "None"',
range = {
end = {
character = 92,
line = 188
},
start = {
character = 89,
line = 188
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"get" is not a known member of "None"',
range = {
end = {
character = 45,
line = 195
},
start = {
character = 42,
line = 195
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"get" is not a known member of "None"',
range = {
end = {
character = 47,
line = 198
},
start = {
character = 44,
line = 198
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 30,
line = 200
},
start = {
character = 24,
line = 200
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"GLib" is unknown import symbol',
range = {
end = {
character = 34,
line = 207
},
start = {
character = 30,
line = 207
}
},
severity = 1,
source = "Pyright"
}, {
message = '"bid" is not accessed',
range = {
end = {
character = 19,
line = 276
},
start = {
character = 16,
line = 276
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"wlist" is not accessed',
range = {
end = {
character = 16,
line = 362
},
start = {
character = 11,
line = 362
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 20,
line = 435
},
start = {
character = 13,
line = 435
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 29,
line = 435
},
start = {
character = 22,
line = 435
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/hidapi/udev.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
message = '"listener" is not accessed',
range = {
end = {
character = 22,
line = 32
},
start = {
character = 14,
line = 32
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 30,
line = 32
},
start = {
character = 24,
line = 32
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"DeviceUnreachable" is not accessed',
range = {
end = {
character = 35,
line = 33
},
start = {
character = 18,
line = 33
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"NoReceiver" is not accessed',
range = {
end = {
character = 47,
line = 33
},
start = {
character = 37,
line = 33
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"NoSuchDevice" is not accessed',
range = {
end = {
character = 61,
line = 33
},
start = {
character = 49,
line = 33
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"strhex" is not accessed',
range = {
end = {
character = 26,
line = 34
},
start = {
character = 20,
line = 34
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"Device" is not accessed',
range = {
end = {
character = 26,
line = 35
},
start = {
character = 20,
line = 35
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"FeatureCallError" is not accessed',
range = {
end = {
character = 37,
line = 36
},
start = {
character = 21,
line = 36
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"FeatureNotSupported" is not accessed',
range = {
end = {
character = 58,
line = 36
},
start = {
character = 39,
line = 36
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"Receiver" is not accessed',
range = {
end = {
character = 30,
line = 37
},
start = {
character = 22,
line = 37
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_DEBUG" is not accessed',
range = {
end = {
character = 6,
line = 39
},
start = {
character = 0,
line = 39
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/__init__.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "report_id" for type "object"\n  Member "report_id" is unknown',
range = {
end = {
character = 18,
line = 342
},
start = {
character = 9,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "devnumber" for type "object"\n  Member "devnumber" is unknown',
range = {
end = {
character = 34,
line = 342
},
start = {
character = 25,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "sub_id" for type "object"\n  Member "sub_id" is unknown',
range = {
end = {
character = 47,
line = 342
},
start = {
character = 41,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "address" for type "object"\n  Member "address" is unknown',
range = {
end = {
character = 61,
line = 342
},
start = {
character = 54,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "object"\n  Member "data" is unknown',
range = {
end = {
character = 80,
line = 342
},
start = {
character = 76,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "__unicode__" for type "Type[_HIDPP_Notification]"\n  Member "__unicode__" is unknown',
range = {
end = {
character = 31,
line = 344
},
start = {
character = 20,
line = 344
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "invalid_SubID__command" for type "NamedInts"\n  Member "invalid_SubID__command" is unknown',
range = {
end = {
character = 73,
line = 540
},
start = {
character = 51,
line = 540
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "resource_error" for type "NamedInts"\n  Member "resource_error" is unknown',
range = {
end = {
character = 65,
line = 543
},
start = {
character = 51,
line = 543
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "unknown_device" for type "NamedInts"\n  Member "unknown_device" is unknown',
range = {
end = {
character = 65,
line = 546
},
start = {
character = 51,
line = 546
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/base.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/base_usb.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/descriptors.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/device.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp10.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp20.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/i18n.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportMissingImports",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Import "Queue" could not be resolved',
range = {
end = {
character = 14,
line = 30
},
start = {
character = 9,
line = 30
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/listener.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/receiver.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/status.py"
}
}
[DEBUG][2022-04-10 14:10:15] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "$/progress",
params = {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "report",
message = "38 files to analyze"
}
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
message = '"listener" is not accessed',
range = {
end = {
character = 22,
line = 32
},
start = {
character = 14,
line = 32
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 30,
line = 32
},
start = {
character = 24,
line = 32
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"DeviceUnreachable" is not accessed',
range = {
end = {
character = 35,
line = 33
},
start = {
character = 18,
line = 33
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"NoReceiver" is not accessed',
range = {
end = {
character = 47,
line = 33
},
start = {
character = 37,
line = 33
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"NoSuchDevice" is not accessed',
range = {
end = {
character = 61,
line = 33
},
start = {
character = 49,
line = 33
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"strhex" is not accessed',
range = {
end = {
character = 26,
line = 34
},
start = {
character = 20,
line = 34
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"Device" is not accessed',
range = {
end = {
character = 26,
line = 35
},
start = {
character = 20,
line = 35
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"FeatureCallError" is not accessed',
range = {
end = {
character = 37,
line = 36
},
start = {
character = 21,
line = 36
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"FeatureNotSupported" is not accessed',
range = {
end = {
character = 58,
line = 36
},
start = {
character = 39,
line = 36
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"Receiver" is not accessed',
range = {
end = {
character = 30,
line = 37
},
start = {
character = 22,
line = 37
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_DEBUG" is not accessed',
range = {
end = {
character = 6,
line = 39
},
start = {
character = 0,
line = 39
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/__init__.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
message = '"listener" is not accessed',
range = {
end = {
character = 22,
line = 32
},
start = {
character = 14,
line = 32
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 30,
line = 32
},
start = {
character = 24,
line = 32
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"DeviceUnreachable" is not accessed',
range = {
end = {
character = 35,
line = 33
},
start = {
character = 18,
line = 33
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"NoReceiver" is not accessed',
range = {
end = {
character = 47,
line = 33
},
start = {
character = 37,
line = 33
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"NoSuchDevice" is not accessed',
range = {
end = {
character = 61,
line = 33
},
start = {
character = 49,
line = 33
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"strhex" is not accessed',
range = {
end = {
character = 26,
line = 34
},
start = {
character = 20,
line = 34
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"Device" is not accessed',
range = {
end = {
character = 26,
line = 35
},
start = {
character = 20,
line = 35
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"FeatureCallError" is not accessed',
range = {
end = {
character = 37,
line = 36
},
start = {
character = 21,
line = 36
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"FeatureNotSupported" is not accessed',
range = {
end = {
character = 58,
line = 36
},
start = {
character = 39,
line = 36
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"Receiver" is not accessed',
range = {
end = {
character = 30,
line = 37
},
start = {
character = 22,
line = 37
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_DEBUG" is not accessed',
range = {
end = {
character = 6,
line = 39
},
start = {
character = 0,
line = 39
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/__init__.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "report_id" for type "object"\n  Member "report_id" is unknown',
range = {
end = {
character = 18,
line = 342
},
start = {
character = 9,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "devnumber" for type "object"\n  Member "devnumber" is unknown',
range = {
end = {
character = 34,
line = 342
},
start = {
character = 25,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "sub_id" for type "object"\n  Member "sub_id" is unknown',
range = {
end = {
character = 47,
line = 342
},
start = {
character = 41,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "address" for type "object"\n  Member "address" is unknown',
range = {
end = {
character = 61,
line = 342
},
start = {
character = 54,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "object"\n  Member "data" is unknown',
range = {
end = {
character = 80,
line = 342
},
start = {
character = 76,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "__unicode__" for type "Type[_HIDPP_Notification]"\n  Member "__unicode__" is unknown',
range = {
end = {
character = 31,
line = 344
},
start = {
character = 20,
line = 344
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "invalid_SubID__command" for type "NamedInts"\n  Member "invalid_SubID__command" is unknown',
range = {
end = {
character = 73,
line = 540
},
start = {
character = 51,
line = 540
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "resource_error" for type "NamedInts"\n  Member "resource_error" is unknown',
range = {
end = {
character = 65,
line = 543
},
start = {
character = 51,
line = 543
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "unknown_device" for type "NamedInts"\n  Member "unknown_device" is unknown',
range = {
end = {
character = 65,
line = 546
},
start = {
character = 51,
line = 546
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/base.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "report_id" for type "object"\n  Member "report_id" is unknown',
range = {
end = {
character = 18,
line = 342
},
start = {
character = 9,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "devnumber" for type "object"\n  Member "devnumber" is unknown',
range = {
end = {
character = 34,
line = 342
},
start = {
character = 25,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "sub_id" for type "object"\n  Member "sub_id" is unknown',
range = {
end = {
character = 47,
line = 342
},
start = {
character = 41,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "address" for type "object"\n  Member "address" is unknown',
range = {
end = {
character = 61,
line = 342
},
start = {
character = 54,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "object"\n  Member "data" is unknown',
range = {
end = {
character = 80,
line = 342
},
start = {
character = 76,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "__unicode__" for type "Type[_HIDPP_Notification]"\n  Member "__unicode__" is unknown',
range = {
end = {
character = 31,
line = 344
},
start = {
character = 20,
line = 344
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "invalid_SubID__command" for type "NamedInts"\n  Member "invalid_SubID__command" is unknown',
range = {
end = {
character = 73,
line = 540
},
start = {
character = 51,
line = 540
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "resource_error" for type "NamedInts"\n  Member "resource_error" is unknown',
range = {
end = {
character = 65,
line = 543
},
start = {
character = 51,
line = 543
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "unknown_device" for type "NamedInts"\n  Member "unknown_device" is unknown',
range = {
end = {
character = 65,
line = 546
},
start = {
character = 51,
line = 546
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/base.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/base_usb.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/base_usb.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/descriptors.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/descriptors.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/device.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/device.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp10.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp10.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp20.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp20.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/i18n.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/i18n.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
code = "reportMissingImports",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Import "Queue" could not be resolved',
range = {
end = {
character = 14,
line = 30
},
start = {
character = 9,
line = 30
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/listener.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
code = "reportMissingImports",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Import "Queue" could not be resolved',
range = {
end = {
character = 14,
line = 30
},
start = {
character = 9,
line = 30
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/listener.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/receiver.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/receiver.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/status.py"
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/status.py"
}
}
[TRACE][2022-04-10 14:10:15] .../lua/vim/lsp.lua:731 "notification" "$/progress" {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "report",
message = "38 files to analyze"
}
}
[TRACE][2022-04-10 14:10:15] ...lsp/handlers.lua:437 "default_handler" "$/progress" {
ctx = '{\n client_id = 1,\n method = "$/progress"\n}',
result = {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "report",
message = "38 files to analyze"
}
}
}
[DEBUG][2022-04-10 14:10:16] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
message = '"_nano_receiver_maxn" is not accessed',
range = {
end = {
character = 19,
line = 96
},
start = {
character = 0,
line = 96
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 11,
line = 212
},
start = {
character = 4,
line = 212
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/base_usb.py"
}
}
[TRACE][2022-04-10 14:10:16] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
message = '"_nano_receiver_maxn" is not accessed',
range = {
end = {
character = 19,
line = 96
},
start = {
character = 0,
line = 96
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 11,
line = 212
},
start = {
character = 4,
line = 212
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/base_usb.py"
}
[TRACE][2022-04-10 14:10:16] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
message = '"_nano_receiver_maxn" is not accessed',
range = {
end = {
character = 19,
line = 96
},
start = {
character = 0,
line = 96
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 11,
line = 212
},
start = {
character = 4,
line = 212
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/base_usb.py"
}
}
[DEBUG][2022-04-10 14:10:16] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 21,
line = 57
},
start = {
character = 16,
line = 57
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard" for type "NamedInts"\n  Member "keyboard" is unknown',
range = {
end = {
character = 58,
line = 57
},
start = {
character = 50,
line = 57
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "numpad" for type "NamedInts"\n  Member "numpad" is unknown',
range = {
end = {
character = 96,
line = 57
},
start = {
character = 90,
line = 57
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "touchpad" for type "NamedInts"\n  Member "touchpad" is unknown',
range = {
end = {
character = 53,
line = 58
},
start = {
character = 45,
line = 58
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "trackball" for type "NamedInts"\n  Member "trackball" is unknown',
range = {
end = {
character = 94,
line = 58
},
start = {
character = 85,
line = 58
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 48,
line = 82
},
start = {
character = 43,
line = 82
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard" for type "NamedInts"\n  Member "keyboard" is unknown',
range = {
end = {
character = 52,
line = 84
},
start = {
character = 44,
line = 84
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "numpad" for type "NamedInts"\n  Member "numpad" is unknown',
range = {
end = {
character = 64,
line = 84
},
start = {
character = 58,
line = 84
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 206
},
start = {
character = 18,
line = 206
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 212
},
start = {
character = 18,
line = 212
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 219
},
start = {
character = 18,
line = 219
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 226
},
start = {
character = 18,
line = 226
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 232
},
start = {
character = 18,
line = 232
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 269
},
start = {
character = 18,
line = 269
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 278
},
start = {
character = 18,
line = 278
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 285
},
start = {
character = 18,
line = 285
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 25,
line = 307
},
start = {
character = 11,
line = 307
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 21,
line = 308
},
start = {
character = 11,
line = 308
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 335
},
start = {
character = 18,
line = 335
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 342
},
start = {
character = 18,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 385
},
start = {
character = 18,
line = 385
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 394
},
start = {
character = 18,
line = 394
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 406
},
start = {
character = 18,
line = 406
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 414
},
start = {
character = 18,
line = 414
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 424
},
start = {
character = 18,
line = 424
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 451
},
start = {
character = 18,
line = 451
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 34,
line = 470
},
start = {
character = 29,
line = 470
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 476
},
start = {
character = 18,
line = 476
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 25,
line = 498
},
start = {
character = 11,
line = 498
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 21,
line = 499
},
start = {
character = 11,
line = 499
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 542
},
start = {
character = 18,
line = 542
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 25,
line = 552
},
start = {
character = 11,
line = 552
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 21,
line = 553
},
start = {
character = 11,
line = 553
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 25,
line = 568
},
start = {
character = 11,
line = 568
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 21,
line = 569
},
start = {
character = 11,
line = 569
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 602
},
start = {
character = 18,
line = 602
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 609
},
start = {
character = 18,
line = 609
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 616
},
start = {
character = 18,
line = 616
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 639
},
start = {
character = 18,
line = 639
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 650
},
start = {
character = 18,
line = 650
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 657
},
start = {
character = 18,
line = 657
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 671
},
start = {
character = 18,
line = 671
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 678
},
start = {
character = 18,
line = 678
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 685
},
start = {
character = 18,
line = 685
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 692
},
start = {
character = 18,
line = 692
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 699
},
start = {
character = 18,
line = 699
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 18,
line = 704
},
start = {
character = 13,
line = 704
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 707
},
start = {
character = 18,
line = 707
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 18,
line = 713
},
start = {
character = 13,
line = 713
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 715
},
start = {
character = 18,
line = 715
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 18,
line = 721
},
start = {
character = 13,
line = 721
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 723
},
start = {
character = 18,
line = 723
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 18,
line = 729
},
start = {
character = 13,
line = 729
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 731
},
start = {
character = 18,
line = 731
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "headset" for type "NamedInts"\n  Member "headset" is unknown',
range = {
end = {
character = 20,
line = 749
},
start = {
character = 13,
line = 749
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/descriptors.py"
}
}
[DEBUG][2022-04-10 14:10:16] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "get_kind_from_index" for type "Device"\n  Member "get_kind_from_index" is unknown',
range = {
end = {
character = 51,
line = 103
},
start = {
character = 32,
line = 103
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalOperand",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Operator ">=" not supported for "None"',
range = {
end = {
character = 107,
line = 400
},
start = {
character = 93,
line = 400
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 57,
line = 335
},
start = {
character = 43,
line = 335
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard_illumination" for type "NamedInts"\n  Member "keyboard_illumination" is unknown',
range = {
end = {
character = 66,
line = 336
},
start = {
character = 45,
line = 336
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "wireless" for type "NamedInts"\n  Member "wireless" is unknown',
range = {
end = {
character = 53,
line = 337
},
start = {
character = 45,
line = 337
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "software_present" for type "NamedInts"\n  Member "software_present" is unknown',
range = {
end = {
character = 61,
line = 338
},
start = {
character = 45,
line = 338
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportSelfClsParameterName",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Class methods should take a "cls" parameter',
range = {
end = {
character = 17,
line = 437
},
start = {
character = 13,
line = 437
}
},
severity = 2,
source = "Pyright"
}, {
message = '"_R" is not accessed',
range = {
end = {
character = 2,
line = 19
},
start = {
character = 0,
line = 19
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_IR" is not accessed',
range = {
end = {
character = 3,
line = 20
},
start = {
character = 0,
line = 20
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/device.py"
}
}
[DEBUG][2022-04-10 14:10:16] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"Display" is possibly unbound',
range = {
end = {
character = 21,
line = 65
},
start = {
character = 14,
line = 65
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"record" is possibly unbound',
range = {
end = {
character = 18,
line = 67
},
start = {
character = 12,
line = 67
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"X" is possibly unbound',
range = {
end = {
character = 31,
line = 73
},
start = {
character = 30,
line = 73
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"X" is possibly unbound',
range = {
end = {
character = 43,
line = 73
},
start = {
character = 42,
line = 73
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"context" is possibly unbound',
range = {
end = {
character = 68,
line = 105
},
start = {
character = 61,
line = 105
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 48,
line = 146
},
start = {
character = 43,
line = 146
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 47,
line = 147
},
start = {
character = 42,
line = 147
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 56,
line = 148
},
start = {
character = 51,
line = 148
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 55,
line = 149
},
start = {
character = 50,
line = 149
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 46,
line = 150
},
start = {
character = 41,
line = 150
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 54,
line = 151
},
start = {
character = 49,
line = 151
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 52,
line = 152
},
start = {
character = 47,
line = 152
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 50,
line = 153
},
start = {
character = 45,
line = 153
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "THUMB_WHEEL" for type "NamedInts"\n  Member "THUMB_WHEEL" is unknown',
range = {
end = {
character = 57,
line = 154
},
start = {
character = 46,
line = 154
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "THUMB_WHEEL" for type "NamedInts"\n  Member "THUMB_WHEEL" is unknown',
range = {
end = {
character = 59,
line = 155
},
start = {
character = 48,
line = 155
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LOWRES_WHEEL" for type "NamedInts"\n  Member "LOWRES_WHEEL" is unknown',
range = {
end = {
character = 59,
line = 156
},
start = {
character = 47,
line = 156
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LOWRES_WHEEL" for type "NamedInts"\n  Member "LOWRES_WHEEL" is unknown',
range = {
end = {
character = 61,
line = 157
},
start = {
character = 49,
line = 157
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 57,
line = 158
},
start = {
character = 46,
line = 158
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 59,
line = 159
},
start = {
character = 48,
line = 159
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"Display" is possibly unbound',
range = {
end = {
character = 22,
line = 175
},
start = {
character = 15,
line = 175
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "evaluate" for type "RuleComponent"\n  Member "evaluate" is unknown',
range = {
end = {
character = 39,
line = 202
},
start = {
character = 31,
line = 202
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "RuleComponent"\n  Member "data" is unknown',
range = {
end = {
character = 31,
line = 210
},
start = {
character = 27,
line = 210
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "Condition"\n  Member "data" is unknown',
range = {
end = {
character = 31,
line = 210
},
start = {
character = 27,
line = 210
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "evaluate" for type "RuleComponent"\n  Member "evaluate" is unknown',
range = {
end = {
character = 40,
line = 235
},
start = {
character = 32,
line = 235
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "RuleComponent"\n  Member "data" is unknown',
range = {
end = {
character = 42,
line = 239
},
start = {
character = 38,
line = 239
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "Condition"\n  Member "data" is unknown',
range = {
end = {
character = 42,
line = 239
},
start = {
character = 38,
line = 239
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "evaluate" for type "RuleComponent"\n  Member "evaluate" is unknown',
range = {
end = {
character = 39,
line = 252
},
start = {
character = 31,
line = 252
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "RuleComponent"\n  Member "data" is unknown',
range = {
end = {
character = 29,
line = 260
},
start = {
character = 25,
line = 260
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "Condition"\n  Member "data" is unknown',
range = {
end = {
character = 29,
line = 260
},
start = {
character = 25,
line = 260
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "evaluate" for type "RuleComponent"\n  Member "evaluate" is unknown',
range = {
end = {
character = 39,
line = 273
},
start = {
character = 31,
line = 273
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "RuleComponent"\n  Member "data" is unknown',
range = {
end = {
character = 30,
line = 281
},
start = {
character = 26,
line = 281
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "Condition"\n  Member "data" is unknown',
range = {
end = {
character = 30,
line = 281
},
start = {
character = 26,
line = 281
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalIterable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" cannot be used as iterable value',
range = {
end = {
character = 85,
line = 323
},
start = {
character = 69,
line = 323
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalIterable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" cannot be used as iterable value',
range = {
end = {
character = 87,
line = 343
},
start = {
character = 69,
line = 343
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "MOUSE_GESTURE" for type "NamedInts"\n  Member "MOUSE_GESTURE" is unknown',
range = {
end = {
character = 38,
line = 518
},
start = {
character = 25,
line = 518
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"XK" is not a known member of module',
range = {
end = {
character = 70,
line = 559
},
start = {
character = 68,
line = 559
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"ext" is not a known member of module',
range = {
end = {
character = 24,
line = 575
},
start = {
character = 21,
line = 575
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"ext" is not a known member of module',
range = {
end = {
character = 24,
line = 580
},
start = {
character = 21,
line = 580
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"ext" is not a known member of module',
range = {
end = {
character = 16,
line = 619
},
start = {
character = 13,
line = 619
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"X" is not a known member of module',
range = {
end = {
character = 50,
line = 619
},
start = {
character = 49,
line = 619
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"ext" is not a known member of module',
range = {
end = {
character = 16,
line = 620
},
start = {
character = 13,
line = 620
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"X" is not a known member of module',
range = {
end = {
character = 50,
line = 620
},
start = {
character = 49,
line = 620
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Operator "*" not supported for types "Number" and "int | Unknown"\n  Operator "*" not supported for types "Number" and "int" when expected type is "_SupportsFloatOrIndex"',
range = {
end = {
character = 49,
line = 641
},
start = {
character = 34,
line = 641
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expected 1 positional argument",
range = {
end = {
character = 67,
line = 692
},
start = {
character = 64,
line = 692
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expected 1 more positional argument",
range = {
end = {
character = 62,
line = 692
},
start = {
character = 47,
line = 692
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 39,
line = 773
},
start = {
character = 21,
line = 773
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GKEY" for type "NamedInts"\n  Member "GKEY" is unknown',
range = {
end = {
character = 27,
line = 783
},
start = {
character = 23,
line = 783
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "source" for type "RuleComponent"\n  Member "source" is unknown',
range = {
end = {
character = 79,
line = 834
},
start = {
character = 73,
line = 834
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "source" for type "Condition"\n  Member "source" is unknown',
range = {
end = {
character = 79,
line = 834
},
start = {
character = 73,
line = 834
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "RuleComponent"\n  Member "data" is unknown',
range = {
end = {
character = 31,
line = 834
},
start = {
character = 27,
line = 834
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "Condition"\n  Member "data" is unknown',
range = {
end = {
character = 31,
line = 834
},
start = {
character = 27,
line = 834
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "int | str | float | inline_list | list[Unknown] | dict[Unknown, Unknown]" cannot be assigned to parameter "documents" of type "Sequence[Any]" in function "dump_all"\n  Type "int | str | float | inline_list | list[Unknown] | dict[Unknown, Unknown]" cannot be assigned to type "Sequence[Any]"\n    "float" is incompatible with "Sequence[Any]"',
range = {
end = {
character = 74,
line = 841
},
start = {
character = 31,
line = 841
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "TextIOWrapper" cannot be assigned to parameter "stream" of type "None" in function "dump_all"\n  Type cannot be assigned to type "None"',
range = {
end = {
character = 77,
line = 841
},
start = {
character = 76,
line = 841
}
},
severity = 1,
source = "Pyright"
}, {
message = '"_save_config_rule_file" is not accessed',
range = {
end = {
character = 26,
line = 803
},
start = {
character = 4,
line = 803
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"f" is not accessed',
range = {
end = {
character = 21,
line = 160
},
start = {
character = 20,
line = 160
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"r" is not accessed',
range = {
end = {
character = 24,
line = 160
},
start = {
character = 23,
line = 160
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"d" is not accessed',
range = {
end = {
character = 27,
line = 160
},
start = {
character = 26,
line = 160
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"f" is not accessed',
range = {
end = {
character = 20,
line = 161
},
start = {
character = 19,
line = 161
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"r" is not accessed',
range = {
end = {
character = 23,
line = 161
},
start = {
character = 22,
line = 161
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"d" is not accessed',
range = {
end = {
character = 26,
line = 161
},
start = {
character = 25,
line = 161
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 199
},
start = {
character = 62,
line = 199
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"args" is not accessed',
range = {
end = {
character = 28,
line = 214
},
start = {
character = 24,
line = 214
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 220
},
start = {
character = 23,
line = 220
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 220
},
start = {
character = 32,
line = 220
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 220
},
start = {
character = 46,
line = 220
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 220
},
start = {
character = 54,
line = 220
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 220
},
start = {
character = 62,
line = 220
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 320
},
start = {
character = 23,
line = 320
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 320
},
start = {
character = 32,
line = 320
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 320
},
start = {
character = 46,
line = 320
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 320
},
start = {
character = 54,
line = 320
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 320
},
start = {
character = 62,
line = 320
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 340
},
start = {
character = 23,
line = 340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 340
},
start = {
character = 32,
line = 340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 340
},
start = {
character = 46,
line = 340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 340
},
start = {
character = 54,
line = 340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 340
},
start = {
character = 62,
line = 340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 360
},
start = {
character = 32,
line = 360
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 360
},
start = {
character = 46,
line = 360
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 360
},
start = {
character = 54,
line = 360
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 360
},
start = {
character = 62,
line = 360
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"report" is not accessed',
range = {
end = {
character = 29,
line = 377
},
start = {
character = 23,
line = 377
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 51,
line = 377
},
start = {
character = 45,
line = 377
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 59,
line = 377
},
start = {
character = 53,
line = 377
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 72,
line = 377
},
start = {
character = 61,
line = 377
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 403
},
start = {
character = 23,
line = 403
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 403
},
start = {
character = 32,
line = 403
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 403
},
start = {
character = 46,
line = 403
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 403
},
start = {
character = 54,
line = 403
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 403
},
start = {
character = 62,
line = 403
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 450
},
start = {
character = 23,
line = 450
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 450
},
start = {
character = 32,
line = 450
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 450
},
start = {
character = 46,
line = 450
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 450
},
start = {
character = 54,
line = 450
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 450
},
start = {
character = 62,
line = 450
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"f" is not accessed',
range = {
end = {
character = 19,
line = 458
},
start = {
character = 18,
line = 458
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"r" is not accessed',
range = {
end = {
character = 22,
line = 458
},
start = {
character = 21,
line = 458
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"f" is not accessed',
range = {
end = {
character = 27,
line = 462
},
start = {
character = 26,
line = 462
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"r" is not accessed',
range = {
end = {
character = 30,
line = 462
},
start = {
character = 29,
line = 462
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 493
},
start = {
character = 46,
line = 493
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 493
},
start = {
character = 54,
line = 493
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 493
},
start = {
character = 62,
line = 493
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 517
},
start = {
character = 46,
line = 517
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 517
},
start = {
character = 54,
line = 517
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 517
},
start = {
character = 62,
line = 517
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"args" is not accessed',
range = {
end = {
character = 28,
line = 547
},
start = {
character = 24,
line = 547
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 550
},
start = {
character = 23,
line = 550
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 550
},
start = {
character = 32,
line = 550
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 550
},
start = {
character = 46,
line = 550
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 550
},
start = {
character = 54,
line = 550
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 550
},
start = {
character = 62,
line = 550
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 582
},
start = {
character = 23,
line = 582
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 582
},
start = {
character = 32,
line = 582
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 582
},
start = {
character = 46,
line = 582
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 582
},
start = {
character = 54,
line = 582
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 582
},
start = {
character = 62,
line = 582
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 636
},
start = {
character = 23,
line = 636
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 636
},
start = {
character = 32,
line = 636
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 636
},
start = {
character = 46,
line = 636
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 636
},
start = {
character = 54,
line = 636
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 676
},
start = {
character = 23,
line = 676
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 676
},
start = {
character = 32,
line = 676
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 676
},
start = {
character = 46,
line = 676
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 676
},
start = {
character = 54,
line = 676
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 676
},
start = {
character = 62,
line = 676
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 701
},
start = {
character = 23,
line = 701
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 701
},
start = {
character = 32,
line = 701
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 701
},
start = {
character = 46,
line = 701
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 701
},
start = {
character = 54,
line = 701
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 701
},
start = {
character = 62,
line = 701
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/diversion.py"
}
}
[DEBUG][2022-04-10 14:10:16] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/settings_templates.py"
}
}
[DEBUG][2022-04-10 14:10:16] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/special_keys.py"
}
}
[DEBUG][2022-04-10 14:10:16] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "$/progress",
params = {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "report",
message = "34 files to analyze"
}
}
}
[TRACE][2022-04-10 14:10:16] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 21,
line = 57
},
start = {
character = 16,
line = 57
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard" for type "NamedInts"\n  Member "keyboard" is unknown',
range = {
end = {
character = 58,
line = 57
},
start = {
character = 50,
line = 57
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "numpad" for type "NamedInts"\n  Member "numpad" is unknown',
range = {
end = {
character = 96,
line = 57
},
start = {
character = 90,
line = 57
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "touchpad" for type "NamedInts"\n  Member "touchpad" is unknown',
range = {
end = {
character = 53,
line = 58
},
start = {
character = 45,
line = 58
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "trackball" for type "NamedInts"\n  Member "trackball" is unknown',
range = {
end = {
character = 94,
line = 58
},
start = {
character = 85,
line = 58
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 48,
line = 82
},
start = {
character = 43,
line = 82
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard" for type "NamedInts"\n  Member "keyboard" is unknown',
range = {
end = {
character = 52,
line = 84
},
start = {
character = 44,
line = 84
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "numpad" for type "NamedInts"\n  Member "numpad" is unknown',
range = {
end = {
character = 64,
line = 84
},
start = {
character = 58,
line = 84
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 206
},
start = {
character = 18,
line = 206
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 212
},
start = {
character = 18,
line = 212
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 219
},
start = {
character = 18,
line = 219
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 226
},
start = {
character = 18,
line = 226
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 232
},
start = {
character = 18,
line = 232
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 269
},
start = {
character = 18,
line = 269
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 278
},
start = {
character = 18,
line = 278
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 285
},
start = {
character = 18,
line = 285
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 25,
line = 307
},
start = {
character = 11,
line = 307
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 21,
line = 308
},
start = {
character = 11,
line = 308
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 335
},
start = {
character = 18,
line = 335
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 342
},
start = {
character = 18,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 385
},
start = {
character = 18,
line = 385
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 394
},
start = {
character = 18,
line = 394
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 406
},
start = {
character = 18,
line = 406
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 414
},
start = {
character = 18,
line = 414
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 424
},
start = {
character = 18,
line = 424
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 451
},
start = {
character = 18,
line = 451
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 34,
line = 470
},
start = {
character = 29,
line = 470
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 476
},
start = {
character = 18,
line = 476
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 25,
line = 498
},
start = {
character = 11,
line = 498
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 21,
line = 499
},
start = {
character = 11,
line = 499
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 542
},
start = {
character = 18,
line = 542
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 25,
line = 552
},
start = {
character = 11,
line = 552
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 21,
line = 553
},
start = {
character = 11,
line = 553
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 25,
line = 568
},
start = {
character = 11,
line = 568
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 21,
line = 569
},
start = {
character = 11,
line = 569
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 602
},
start = {
character = 18,
line = 602
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 609
},
start = {
character = 18,
line = 609
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 616
},
start = {
character = 18,
line = 616
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 639
},
start = {
character = 18,
line = 639
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 650
},
start = {
character = 18,
line = 650
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 657
},
start = {
character = 18,
line = 657
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 671
},
start = {
character = 18,
line = 671
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 678
},
start = {
character = 18,
line = 678
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 685
},
start = {
character = 18,
line = 685
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 692
},
start = {
character = 18,
line = 692
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 699
},
start = {
character = 18,
line = 699
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 18,
line = 704
},
start = {
character = 13,
line = 704
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 707
},
start = {
character = 18,
line = 707
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 18,
line = 713
},
start = {
character = 13,
line = 713
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 715
},
start = {
character = 18,
line = 715
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 18,
line = 721
},
start = {
character = 13,
line = 721
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 723
},
start = {
character = 18,
line = 723
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 18,
line = 729
},
start = {
character = 13,
line = 729
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 731
},
start = {
character = 18,
line = 731
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "headset" for type "NamedInts"\n  Member "headset" is unknown',
range = {
end = {
character = 20,
line = 749
},
start = {
character = 13,
line = 749
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/descriptors.py"
}
[TRACE][2022-04-10 14:10:16] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 21,
line = 57
},
start = {
character = 16,
line = 57
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard" for type "NamedInts"\n  Member "keyboard" is unknown',
range = {
end = {
character = 58,
line = 57
},
start = {
character = 50,
line = 57
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "numpad" for type "NamedInts"\n  Member "numpad" is unknown',
range = {
end = {
character = 96,
line = 57
},
start = {
character = 90,
line = 57
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "touchpad" for type "NamedInts"\n  Member "touchpad" is unknown',
range = {
end = {
character = 53,
line = 58
},
start = {
character = 45,
line = 58
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "trackball" for type "NamedInts"\n  Member "trackball" is unknown',
range = {
end = {
character = 94,
line = 58
},
start = {
character = 85,
line = 58
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 48,
line = 82
},
start = {
character = 43,
line = 82
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard" for type "NamedInts"\n  Member "keyboard" is unknown',
range = {
end = {
character = 52,
line = 84
},
start = {
character = 44,
line = 84
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "numpad" for type "NamedInts"\n  Member "numpad" is unknown',
range = {
end = {
character = 64,
line = 84
},
start = {
character = 58,
line = 84
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 206
},
start = {
character = 18,
line = 206
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 212
},
start = {
character = 18,
line = 212
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 219
},
start = {
character = 18,
line = 219
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 226
},
start = {
character = 18,
line = 226
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 232
},
start = {
character = 18,
line = 232
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 269
},
start = {
character = 18,
line = 269
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 278
},
start = {
character = 18,
line = 278
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 285
},
start = {
character = 18,
line = 285
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 25,
line = 307
},
start = {
character = 11,
line = 307
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 21,
line = 308
},
start = {
character = 11,
line = 308
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 335
},
start = {
character = 18,
line = 335
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 342
},
start = {
character = 18,
line = 342
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 385
},
start = {
character = 18,
line = 385
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 394
},
start = {
character = 18,
line = 394
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 406
},
start = {
character = 18,
line = 406
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 414
},
start = {
character = 18,
line = 414
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 424
},
start = {
character = 18,
line = 424
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 451
},
start = {
character = 18,
line = 451
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 34,
line = 470
},
start = {
character = 29,
line = 470
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 476
},
start = {
character = 18,
line = 476
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 25,
line = 498
},
start = {
character = 11,
line = 498
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 21,
line = 499
},
start = {
character = 11,
line = 499
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 542
},
start = {
character = 18,
line = 542
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 25,
line = 552
},
start = {
character = 11,
line = 552
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 21,
line = 553
},
start = {
character = 11,
line = 553
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 25,
line = 568
},
start = {
character = 11,
line = 568
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 21,
line = 569
},
start = {
character = 11,
line = 569
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 602
},
start = {
character = 18,
line = 602
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 609
},
start = {
character = 18,
line = 609
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 616
},
start = {
character = 18,
line = 616
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 639
},
start = {
character = 18,
line = 639
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 650
},
start = {
character = 18,
line = 650
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 657
},
start = {
character = 18,
line = 657
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 671
},
start = {
character = 18,
line = 671
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 678
},
start = {
character = 18,
line = 678
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 685
},
start = {
character = 18,
line = 685
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 692
},
start = {
character = 18,
line = 692
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 32,
line = 699
},
start = {
character = 18,
line = 699
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 18,
line = 704
},
start = {
character = 13,
line = 704
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 707
},
start = {
character = 18,
line = 707
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 18,
line = 713
},
start = {
character = 13,
line = 713
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 715
},
start = {
character = 18,
line = 715
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 18,
line = 721
},
start = {
character = 13,
line = 721
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 723
},
start = {
character = 18,
line = 723
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 18,
line = 729
},
start = {
character = 13,
line = 729
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 32,
line = 731
},
start = {
character = 18,
line = 731
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "headset" for type "NamedInts"\n  Member "headset" is unknown',
range = {
end = {
character = 20,
line = 749
},
start = {
character = 13,
line = 749
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/descriptors.py"
}
}
[TRACE][2022-04-10 14:10:16] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "get_kind_from_index" for type "Device"\n  Member "get_kind_from_index" is unknown',
range = {
end = {
character = 51,
line = 103
},
start = {
character = 32,
line = 103
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalOperand",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Operator ">=" not supported for "None"',
range = {
end = {
character = 107,
line = 400
},
start = {
character = 93,
line = 400
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 57,
line = 335
},
start = {
character = 43,
line = 335
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard_illumination" for type "NamedInts"\n  Member "keyboard_illumination" is unknown',
range = {
end = {
character = 66,
line = 336
},
start = {
character = 45,
line = 336
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "wireless" for type "NamedInts"\n  Member "wireless" is unknown',
range = {
end = {
character = 53,
line = 337
},
start = {
character = 45,
line = 337
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "software_present" for type "NamedInts"\n  Member "software_present" is unknown',
range = {
end = {
character = 61,
line = 338
},
start = {
character = 45,
line = 338
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportSelfClsParameterName",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Class methods should take a "cls" parameter',
range = {
end = {
character = 17,
line = 437
},
start = {
character = 13,
line = 437
}
},
severity = 2,
source = "Pyright"
}, {
message = '"_R" is not accessed',
range = {
end = {
character = 2,
line = 19
},
start = {
character = 0,
line = 19
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_IR" is not accessed',
range = {
end = {
character = 3,
line = 20
},
start = {
character = 0,
line = 20
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/device.py"
}
[TRACE][2022-04-10 14:10:16] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "get_kind_from_index" for type "Device"\n  Member "get_kind_from_index" is unknown',
range = {
end = {
character = 51,
line = 103
},
start = {
character = 32,
line = 103
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalOperand",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Operator ">=" not supported for "None"',
range = {
end = {
character = 107,
line = 400
},
start = {
character = 93,
line = 400
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 57,
line = 335
},
start = {
character = 43,
line = 335
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard_illumination" for type "NamedInts"\n  Member "keyboard_illumination" is unknown',
range = {
end = {
character = 66,
line = 336
},
start = {
character = 45,
line = 336
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "wireless" for type "NamedInts"\n  Member "wireless" is unknown',
range = {
end = {
character = 53,
line = 337
},
start = {
character = 45,
line = 337
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "software_present" for type "NamedInts"\n  Member "software_present" is unknown',
range = {
end = {
character = 61,
line = 338
},
start = {
character = 45,
line = 338
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportSelfClsParameterName",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Class methods should take a "cls" parameter',
range = {
end = {
character = 17,
line = 437
},
start = {
character = 13,
line = 437
}
},
severity = 2,
source = "Pyright"
}, {
message = '"_R" is not accessed',
range = {
end = {
character = 2,
line = 19
},
start = {
character = 0,
line = 19
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_IR" is not accessed',
range = {
end = {
character = 3,
line = 20
},
start = {
character = 0,
line = 20
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/device.py"
}
}
[TRACE][2022-04-10 14:10:16] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"Display" is possibly unbound',
range = {
end = {
character = 21,
line = 65
},
start = {
character = 14,
line = 65
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"record" is possibly unbound',
range = {
end = {
character = 18,
line = 67
},
start = {
character = 12,
line = 67
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"X" is possibly unbound',
range = {
end = {
character = 31,
line = 73
},
start = {
character = 30,
line = 73
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"X" is possibly unbound',
range = {
end = {
character = 43,
line = 73
},
start = {
character = 42,
line = 73
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"context" is possibly unbound',
range = {
end = {
character = 68,
line = 105
},
start = {
character = 61,
line = 105
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 48,
line = 146
},
start = {
character = 43,
line = 146
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 47,
line = 147
},
start = {
character = 42,
line = 147
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 56,
line = 148
},
start = {
character = 51,
line = 148
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 55,
line = 149
},
start = {
character = 50,
line = 149
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 46,
line = 150
},
start = {
character = 41,
line = 150
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 54,
line = 151
},
start = {
character = 49,
line = 151
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 52,
line = 152
},
start = {
character = 47,
line = 152
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 50,
line = 153
},
start = {
character = 45,
line = 153
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "THUMB_WHEEL" for type "NamedInts"\n  Member "THUMB_WHEEL" is unknown',
range = {
end = {
character = 57,
line = 154
},
start = {
character = 46,
line = 154
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "THUMB_WHEEL" for type "NamedInts"\n  Member "THUMB_WHEEL" is unknown',
range = {
end = {
character = 59,
line = 155
},
start = {
character = 48,
line = 155
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LOWRES_WHEEL" for type "NamedInts"\n  Member "LOWRES_WHEEL" is unknown',
range = {
end = {
character = 59,
line = 156
},
start = {
character = 47,
line = 156
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LOWRES_WHEEL" for type "NamedInts"\n  Member "LOWRES_WHEEL" is unknown',
range = {
end = {
character = 61,
line = 157
},
start = {
character = 49,
line = 157
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 57,
line = 158
},
start = {
character = 46,
line = 158
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 59,
line = 159
},
start = {
character = 48,
line = 159
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"Display" is possibly unbound',
range = {
end = {
character = 22,
line = 175
},
start = {
character = 15,
line = 175
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "evaluate" for type "RuleComponent"\n  Member "evaluate" is unknown',
range = {
end = {
character = 39,
line = 202
},
start = {
character = 31,
line = 202
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "RuleComponent"\n  Member "data" is unknown',
range = {
end = {
character = 31,
line = 210
},
start = {
character = 27,
line = 210
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "Condition"\n  Member "data" is unknown',
range = {
end = {
character = 31,
line = 210
},
start = {
character = 27,
line = 210
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "evaluate" for type "RuleComponent"\n  Member "evaluate" is unknown',
range = {
end = {
character = 40,
line = 235
},
start = {
character = 32,
line = 235
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "RuleComponent"\n  Member "data" is unknown',
range = {
end = {
character = 42,
line = 239
},
start = {
character = 38,
line = 239
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "Condition"\n  Member "data" is unknown',
range = {
end = {
character = 42,
line = 239
},
start = {
character = 38,
line = 239
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "evaluate" for type "RuleComponent"\n  Member "evaluate" is unknown',
range = {
end = {
character = 39,
line = 252
},
start = {
character = 31,
line = 252
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "RuleComponent"\n  Member "data" is unknown',
range = {
end = {
character = 29,
line = 260
},
start = {
character = 25,
line = 260
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "Condition"\n  Member "data" is unknown',
range = {
end = {
character = 29,
line = 260
},
start = {
character = 25,
line = 260
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "evaluate" for type "RuleComponent"\n  Member "evaluate" is unknown',
range = {
end = {
character = 39,
line = 273
},
start = {
character = 31,
line = 273
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "RuleComponent"\n  Member "data" is unknown',
range = {
end = {
character = 30,
line = 281
},
start = {
character = 26,
line = 281
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "Condition"\n  Member "data" is unknown',
range = {
end = {
character = 30,
line = 281
},
start = {
character = 26,
line = 281
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalIterable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" cannot be used as iterable value',
range = {
end = {
character = 85,
line = 323
},
start = {
character = 69,
line = 323
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalIterable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" cannot be used as iterable value',
range = {
end = {
character = 87,
line = 343
},
start = {
character = 69,
line = 343
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "MOUSE_GESTURE" for type "NamedInts"\n  Member "MOUSE_GESTURE" is unknown',
range = {
end = {
character = 38,
line = 518
},
start = {
character = 25,
line = 518
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"XK" is not a known member of module',
range = {
end = {
character = 70,
line = 559
},
start = {
character = 68,
line = 559
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"ext" is not a known member of module',
range = {
end = {
character = 24,
line = 575
},
start = {
character = 21,
line = 575
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"ext" is not a known member of module',
range = {
end = {
character = 24,
line = 580
},
start = {
character = 21,
line = 580
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"ext" is not a known member of module',
range = {
end = {
character = 16,
line = 619
},
start = {
character = 13,
line = 619
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"X" is not a known member of module',
range = {
end = {
character = 50,
line = 619
},
start = {
character = 49,
line = 619
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"ext" is not a known member of module',
range = {
end = {
character = 16,
line = 620
},
start = {
character = 13,
line = 620
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"X" is not a known member of module',
range = {
end = {
character = 50,
line = 620
},
start = {
character = 49,
line = 620
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Operator "*" not supported for types "Number" and "int | Unknown"\n  Operator "*" not supported for types "Number" and "int" when expected type is "_SupportsFloatOrIndex"',
range = {
end = {
character = 49,
line = 641
},
start = {
character = 34,
line = 641
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expected 1 positional argument",
range = {
end = {
character = 67,
line = 692
},
start = {
character = 64,
line = 692
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expected 1 more positional argument",
range = {
end = {
character = 62,
line = 692
},
start = {
character = 47,
line = 692
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 39,
line = 773
},
start = {
character = 21,
line = 773
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GKEY" for type "NamedInts"\n  Member "GKEY" is unknown',
range = {
end = {
character = 27,
line = 783
},
start = {
character = 23,
line = 783
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "source" for type "RuleComponent"\n  Member "source" is unknown',
range = {
end = {
character = 79,
line = 834
},
start = {
character = 73,
line = 834
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "source" for type "Condition"\n  Member "source" is unknown',
range = {
end = {
character = 79,
line = 834
},
start = {
character = 73,
line = 834
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "RuleComponent"\n  Member "data" is unknown',
range = {
end = {
character = 31,
line = 834
},
start = {
character = 27,
line = 834
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "Condition"\n  Member "data" is unknown',
range = {
end = {
character = 31,
line = 834
},
start = {
character = 27,
line = 834
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "int | str | float | inline_list | list[Unknown] | dict[Unknown, Unknown]" cannot be assigned to parameter "documents" of type "Sequence[Any]" in function "dump_all"\n  Type "int | str | float | inline_list | list[Unknown] | dict[Unknown, Unknown]" cannot be assigned to type "Sequence[Any]"\n    "float" is incompatible with "Sequence[Any]"',
range = {
end = {
character = 74,
line = 841
},
start = {
character = 31,
line = 841
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "TextIOWrapper" cannot be assigned to parameter "stream" of type "None" in function "dump_all"\n  Type cannot be assigned to type "None"',
range = {
end = {
character = 77,
line = 841
},
start = {
character = 76,
line = 841
}
},
severity = 1,
source = "Pyright"
}, {
message = '"_save_config_rule_file" is not accessed',
range = {
end = {
character = 26,
line = 803
},
start = {
character = 4,
line = 803
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"f" is not accessed',
range = {
end = {
character = 21,
line = 160
},
start = {
character = 20,
line = 160
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"r" is not accessed',
range = {
end = {
character = 24,
line = 160
},
start = {
character = 23,
line = 160
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"d" is not accessed',
range = {
end = {
character = 27,
line = 160
},
start = {
character = 26,
line = 160
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"f" is not accessed',
range = {
end = {
character = 20,
line = 161
},
start = {
character = 19,
line = 161
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"r" is not accessed',
range = {
end = {
character = 23,
line = 161
},
start = {
character = 22,
line = 161
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"d" is not accessed',
range = {
end = {
character = 26,
line = 161
},
start = {
character = 25,
line = 161
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 199
},
start = {
character = 62,
line = 199
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"args" is not accessed',
range = {
end = {
character = 28,
line = 214
},
start = {
character = 24,
line = 214
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 220
},
start = {
character = 23,
line = 220
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 220
},
start = {
character = 32,
line = 220
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 220
},
start = {
character = 46,
line = 220
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 220
},
start = {
character = 54,
line = 220
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 220
},
start = {
character = 62,
line = 220
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 320
},
start = {
character = 23,
line = 320
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 320
},
start = {
character = 32,
line = 320
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 320
},
start = {
character = 46,
line = 320
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 320
},
start = {
character = 54,
line = 320
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 320
},
start = {
character = 62,
line = 320
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 340
},
start = {
character = 23,
line = 340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 340
},
start = {
character = 32,
line = 340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 340
},
start = {
character = 46,
line = 340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 340
},
start = {
character = 54,
line = 340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 340
},
start = {
character = 62,
line = 340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 360
},
start = {
character = 32,
line = 360
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 360
},
start = {
character = 46,
line = 360
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 360
},
start = {
character = 54,
line = 360
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 360
},
start = {
character = 62,
line = 360
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"report" is not accessed',
range = {
end = {
character = 29,
line = 377
},
start = {
character = 23,
line = 377
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 51,
line = 377
},
start = {
character = 45,
line = 377
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 59,
line = 377
},
start = {
character = 53,
line = 377
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 72,
line = 377
},
start = {
character = 61,
line = 377
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 403
},
start = {
character = 23,
line = 403
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 403
},
start = {
character = 32,
line = 403
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 403
},
start = {
character = 46,
line = 403
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 403
},
start = {
character = 54,
line = 403
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 403
},
start = {
character = 62,
line = 403
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 450
},
start = {
character = 23,
line = 450
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 450
},
start = {
character = 32,
line = 450
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 450
},
start = {
character = 46,
line = 450
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 450
},
start = {
character = 54,
line = 450
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 450
},
start = {
character = 62,
line = 450
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"f" is not accessed',
range = {
end = {
character = 19,
line = 458
},
start = {
character = 18,
line = 458
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"r" is not accessed',
range = {
end = {
character = 22,
line = 458
},
start = {
character = 21,
line = 458
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"f" is not accessed',
range = {
end = {
character = 27,
line = 462
},
start = {
character = 26,
line = 462
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"r" is not accessed',
range = {
end = {
character = 30,
line = 462
},
start = {
character = 29,
line = 462
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 493
},
start = {
character = 46,
line = 493
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 493
},
start = {
character = 54,
line = 493
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 493
},
start = {
character = 62,
line = 493
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 517
},
start = {
character = 46,
line = 517
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 517
},
start = {
character = 54,
line = 517
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 517
},
start = {
character = 62,
line = 517
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"args" is not accessed',
range = {
end = {
character = 28,
line = 547
},
start = {
character = 24,
line = 547
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 550
},
start = {
character = 23,
line = 550
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 550
},
start = {
character = 32,
line = 550
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 550
},
start = {
character = 46,
line = 550
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 550
},
start = {
character = 54,
line = 550
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 550
},
start = {
character = 62,
line = 550
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 582
},
start = {
character = 23,
line = 582
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 582
},
start = {
character = 32,
line = 582
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 582
},
start = {
character = 46,
line = 582
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 582
},
start = {
character = 54,
line = 582
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 582
},
start = {
character = 62,
line = 582
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 636
},
start = {
character = 23,
line = 636
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 636
},
start = {
character = 32,
line = 636
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 636
},
start = {
character = 46,
line = 636
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 636
},
start = {
character = 54,
line = 636
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 676
},
start = {
character = 23,
line = 676
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 676
},
start = {
character = 32,
line = 676
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 676
},
start = {
character = 46,
line = 676
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 676
},
start = {
character = 54,
line = 676
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 676
},
start = {
character = 62,
line = 676
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 701
},
start = {
character = 23,
line = 701
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 701
},
start = {
character = 32,
line = 701
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 701
},
start = {
character = 46,
line = 701
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 701
},
start = {
character = 54,
line = 701
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 701
},
start = {
character = 62,
line = 701
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/diversion.py"
}
[TRACE][2022-04-10 14:10:16] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"Display" is possibly unbound',
range = {
end = {
character = 21,
line = 65
},
start = {
character = 14,
line = 65
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"record" is possibly unbound',
range = {
end = {
character = 18,
line = 67
},
start = {
character = 12,
line = 67
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"X" is possibly unbound',
range = {
end = {
character = 31,
line = 73
},
start = {
character = 30,
line = 73
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"X" is possibly unbound',
range = {
end = {
character = 43,
line = 73
},
start = {
character = 42,
line = 73
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"context" is possibly unbound',
range = {
end = {
character = 68,
line = 105
},
start = {
character = 61,
line = 105
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 48,
line = 146
},
start = {
character = 43,
line = 146
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 47,
line = 147
},
start = {
character = 42,
line = 147
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 56,
line = 148
},
start = {
character = 51,
line = 148
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 55,
line = 149
},
start = {
character = 50,
line = 149
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 46,
line = 150
},
start = {
character = 41,
line = 150
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 54,
line = 151
},
start = {
character = 49,
line = 151
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 52,
line = 152
},
start = {
character = 47,
line = 152
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 50,
line = 153
},
start = {
character = 45,
line = 153
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "THUMB_WHEEL" for type "NamedInts"\n  Member "THUMB_WHEEL" is unknown',
range = {
end = {
character = 57,
line = 154
},
start = {
character = 46,
line = 154
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "THUMB_WHEEL" for type "NamedInts"\n  Member "THUMB_WHEEL" is unknown',
range = {
end = {
character = 59,
line = 155
},
start = {
character = 48,
line = 155
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LOWRES_WHEEL" for type "NamedInts"\n  Member "LOWRES_WHEEL" is unknown',
range = {
end = {
character = 59,
line = 156
},
start = {
character = 47,
line = 156
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LOWRES_WHEEL" for type "NamedInts"\n  Member "LOWRES_WHEEL" is unknown',
range = {
end = {
character = 61,
line = 157
},
start = {
character = 49,
line = 157
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 57,
line = 158
},
start = {
character = 46,
line = 158
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 59,
line = 159
},
start = {
character = 48,
line = 159
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnboundVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"Display" is possibly unbound',
range = {
end = {
character = 22,
line = 175
},
start = {
character = 15,
line = 175
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "evaluate" for type "RuleComponent"\n  Member "evaluate" is unknown',
range = {
end = {
character = 39,
line = 202
},
start = {
character = 31,
line = 202
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "RuleComponent"\n  Member "data" is unknown',
range = {
end = {
character = 31,
line = 210
},
start = {
character = 27,
line = 210
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "Condition"\n  Member "data" is unknown',
range = {
end = {
character = 31,
line = 210
},
start = {
character = 27,
line = 210
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "evaluate" for type "RuleComponent"\n  Member "evaluate" is unknown',
range = {
end = {
character = 40,
line = 235
},
start = {
character = 32,
line = 235
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "RuleComponent"\n  Member "data" is unknown',
range = {
end = {
character = 42,
line = 239
},
start = {
character = 38,
line = 239
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "Condition"\n  Member "data" is unknown',
range = {
end = {
character = 42,
line = 239
},
start = {
character = 38,
line = 239
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "evaluate" for type "RuleComponent"\n  Member "evaluate" is unknown',
range = {
end = {
character = 39,
line = 252
},
start = {
character = 31,
line = 252
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "RuleComponent"\n  Member "data" is unknown',
range = {
end = {
character = 29,
line = 260
},
start = {
character = 25,
line = 260
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "Condition"\n  Member "data" is unknown',
range = {
end = {
character = 29,
line = 260
},
start = {
character = 25,
line = 260
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "evaluate" for type "RuleComponent"\n  Member "evaluate" is unknown',
range = {
end = {
character = 39,
line = 273
},
start = {
character = 31,
line = 273
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "RuleComponent"\n  Member "data" is unknown',
range = {
end = {
character = 30,
line = 281
},
start = {
character = 26,
line = 281
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "Condition"\n  Member "data" is unknown',
range = {
end = {
character = 30,
line = 281
},
start = {
character = 26,
line = 281
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalIterable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" cannot be used as iterable value',
range = {
end = {
character = 85,
line = 323
},
start = {
character = 69,
line = 323
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalIterable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" cannot be used as iterable value',
range = {
end = {
character = 87,
line = 343
},
start = {
character = 69,
line = 343
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "MOUSE_GESTURE" for type "NamedInts"\n  Member "MOUSE_GESTURE" is unknown',
range = {
end = {
character = 38,
line = 518
},
start = {
character = 25,
line = 518
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"XK" is not a known member of module',
range = {
end = {
character = 70,
line = 559
},
start = {
character = 68,
line = 559
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"ext" is not a known member of module',
range = {
end = {
character = 24,
line = 575
},
start = {
character = 21,
line = 575
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"ext" is not a known member of module',
range = {
end = {
character = 24,
line = 580
},
start = {
character = 21,
line = 580
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"ext" is not a known member of module',
range = {
end = {
character = 16,
line = 619
},
start = {
character = 13,
line = 619
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"X" is not a known member of module',
range = {
end = {
character = 50,
line = 619
},
start = {
character = 49,
line = 619
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"ext" is not a known member of module',
range = {
end = {
character = 16,
line = 620
},
start = {
character = 13,
line = 620
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"X" is not a known member of module',
range = {
end = {
character = 50,
line = 620
},
start = {
character = 49,
line = 620
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Operator "*" not supported for types "Number" and "int | Unknown"\n  Operator "*" not supported for types "Number" and "int" when expected type is "_SupportsFloatOrIndex"',
range = {
end = {
character = 49,
line = 641
},
start = {
character = 34,
line = 641
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expected 1 positional argument",
range = {
end = {
character = 67,
line = 692
},
start = {
character = 64,
line = 692
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expected 1 more positional argument",
range = {
end = {
character = 62,
line = 692
},
start = {
character = 47,
line = 692
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 39,
line = 773
},
start = {
character = 21,
line = 773
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GKEY" for type "NamedInts"\n  Member "GKEY" is unknown',
range = {
end = {
character = 27,
line = 783
},
start = {
character = 23,
line = 783
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "source" for type "RuleComponent"\n  Member "source" is unknown',
range = {
end = {
character = 79,
line = 834
},
start = {
character = 73,
line = 834
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "source" for type "Condition"\n  Member "source" is unknown',
range = {
end = {
character = 79,
line = 834
},
start = {
character = 73,
line = 834
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "RuleComponent"\n  Member "data" is unknown',
range = {
end = {
character = 31,
line = 834
},
start = {
character = 27,
line = 834
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "data" for type "Condition"\n  Member "data" is unknown',
range = {
end = {
character = 31,
line = 834
},
start = {
character = 27,
line = 834
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "int | str | float | inline_list | list[Unknown] | dict[Unknown, Unknown]" cannot be assigned to parameter "documents" of type "Sequence[Any]" in function "dump_all"\n  Type "int | str | float | inline_list | list[Unknown] | dict[Unknown, Unknown]" cannot be assigned to type "Sequence[Any]"\n    "float" is incompatible with "Sequence[Any]"',
range = {
end = {
character = 74,
line = 841
},
start = {
character = 31,
line = 841
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "TextIOWrapper" cannot be assigned to parameter "stream" of type "None" in function "dump_all"\n  Type cannot be assigned to type "None"',
range = {
end = {
character = 77,
line = 841
},
start = {
character = 76,
line = 841
}
},
severity = 1,
source = "Pyright"
}, {
message = '"_save_config_rule_file" is not accessed',
range = {
end = {
character = 26,
line = 803
},
start = {
character = 4,
line = 803
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"f" is not accessed',
range = {
end = {
character = 21,
line = 160
},
start = {
character = 20,
line = 160
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"r" is not accessed',
range = {
end = {
character = 24,
line = 160
},
start = {
character = 23,
line = 160
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"d" is not accessed',
range = {
end = {
character = 27,
line = 160
},
start = {
character = 26,
line = 160
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"f" is not accessed',
range = {
end = {
character = 20,
line = 161
},
start = {
character = 19,
line = 161
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"r" is not accessed',
range = {
end = {
character = 23,
line = 161
},
start = {
character = 22,
line = 161
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"d" is not accessed',
range = {
end = {
character = 26,
line = 161
},
start = {
character = 25,
line = 161
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 199
},
start = {
character = 62,
line = 199
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"args" is not accessed',
range = {
end = {
character = 28,
line = 214
},
start = {
character = 24,
line = 214
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 220
},
start = {
character = 23,
line = 220
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 220
},
start = {
character = 32,
line = 220
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 220
},
start = {
character = 46,
line = 220
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 220
},
start = {
character = 54,
line = 220
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 220
},
start = {
character = 62,
line = 220
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 320
},
start = {
character = 23,
line = 320
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 320
},
start = {
character = 32,
line = 320
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 320
},
start = {
character = 46,
line = 320
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 320
},
start = {
character = 54,
line = 320
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 320
},
start = {
character = 62,
line = 320
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 340
},
start = {
character = 23,
line = 340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 340
},
start = {
character = 32,
line = 340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 340
},
start = {
character = 46,
line = 340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 340
},
start = {
character = 54,
line = 340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 340
},
start = {
character = 62,
line = 340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 360
},
start = {
character = 32,
line = 360
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 360
},
start = {
character = 46,
line = 360
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 360
},
start = {
character = 54,
line = 360
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 360
},
start = {
character = 62,
line = 360
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"report" is not accessed',
range = {
end = {
character = 29,
line = 377
},
start = {
character = 23,
line = 377
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 51,
line = 377
},
start = {
character = 45,
line = 377
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 59,
line = 377
},
start = {
character = 53,
line = 377
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 72,
line = 377
},
start = {
character = 61,
line = 377
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 403
},
start = {
character = 23,
line = 403
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 403
},
start = {
character = 32,
line = 403
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 403
},
start = {
character = 46,
line = 403
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 403
},
start = {
character = 54,
line = 403
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 403
},
start = {
character = 62,
line = 403
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 450
},
start = {
character = 23,
line = 450
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 450
},
start = {
character = 32,
line = 450
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 450
},
start = {
character = 46,
line = 450
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 450
},
start = {
character = 54,
line = 450
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 450
},
start = {
character = 62,
line = 450
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"f" is not accessed',
range = {
end = {
character = 19,
line = 458
},
start = {
character = 18,
line = 458
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"r" is not accessed',
range = {
end = {
character = 22,
line = 458
},
start = {
character = 21,
line = 458
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"f" is not accessed',
range = {
end = {
character = 27,
line = 462
},
start = {
character = 26,
line = 462
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"r" is not accessed',
range = {
end = {
character = 30,
line = 462
},
start = {
character = 29,
line = 462
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 493
},
start = {
character = 46,
line = 493
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 493
},
start = {
character = 54,
line = 493
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 493
},
start = {
character = 62,
line = 493
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 517
},
start = {
character = 46,
line = 517
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 517
},
start = {
character = 54,
line = 517
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 517
},
start = {
character = 62,
line = 517
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"args" is not accessed',
range = {
end = {
character = 28,
line = 547
},
start = {
character = 24,
line = 547
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 550
},
start = {
character = 23,
line = 550
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 550
},
start = {
character = 32,
line = 550
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 550
},
start = {
character = 46,
line = 550
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 550
},
start = {
character = 54,
line = 550
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 550
},
start = {
character = 62,
line = 550
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 582
},
start = {
character = 23,
line = 582
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 582
},
start = {
character = 32,
line = 582
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 582
},
start = {
character = 46,
line = 582
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 582
},
start = {
character = 54,
line = 582
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 582
},
start = {
character = 62,
line = 582
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 636
},
start = {
character = 23,
line = 636
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 636
},
start = {
character = 32,
line = 636
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 636
},
start = {
character = 46,
line = 636
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 636
},
start = {
character = 54,
line = 636
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 676
},
start = {
character = 23,
line = 676
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 676
},
start = {
character = 32,
line = 676
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 676
},
start = {
character = 46,
line = 676
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 676
},
start = {
character = 54,
line = 676
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 676
},
start = {
character = 62,
line = 676
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 30,
line = 701
},
start = {
character = 23,
line = 701
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"notification" is not accessed',
range = {
end = {
character = 44,
line = 701
},
start = {
character = 32,
line = 701
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 52,
line = 701
},
start = {
character = 46,
line = 701
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"status" is not accessed',
range = {
end = {
character = 60,
line = 701
},
start = {
character = 54,
line = 701
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"last_result" is not accessed',
range = {
end = {
character = 73,
line = 701
},
start = {
character = 62,
line = 701
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/diversion.py"
}
}
[TRACE][2022-04-10 14:10:16] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/settings_templates.py"
}
[TRACE][2022-04-10 14:10:16] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/settings_templates.py"
}
}
[TRACE][2022-04-10 14:10:16] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/special_keys.py"
}
[TRACE][2022-04-10 14:10:16] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = {},
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/special_keys.py"
}
}
[TRACE][2022-04-10 14:10:16] .../lua/vim/lsp.lua:731 "notification" "$/progress" {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "report",
message = "34 files to analyze"
}
}
[TRACE][2022-04-10 14:10:16] ...lsp/handlers.lua:437 "default_handler" "$/progress" {
ctx = '{\n client_id = 1,\n method = "$/progress"\n}',
result = {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "report",
message = "34 files to analyze"
}
}
}
[DEBUG][2022-04-10 14:10:16] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "notifications" for type "NamedInts"\n  Member "notifications" is unknown',
range = {
end = {
character = 59,
line = 378
},
start = {
character = 46,
line = 378
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "notifications" for type "NamedInts"\n  Member "notifications" is unknown',
range = {
end = {
character = 57,
line = 360
},
start = {
character = 44,
line = 360
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 38,
line = 210
},
start = {
character = 24,
line = 210
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 64,
line = 210
},
start = {
character = 50,
line = 210
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 58,
line = 218
},
start = {
character = 44,
line = 218
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 56,
line = 221
},
start = {
character = 42,
line = 221
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 60,
line = 222
},
start = {
character = 46,
line = 222
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 58,
line = 224
},
start = {
character = 44,
line = 224
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 56,
line = 227
},
start = {
character = 42,
line = 227
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 60,
line = 228
},
start = {
character = 46,
line = 228
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 43,
line = 232
},
start = {
character = 29,
line = 232
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "discharging" for type "NamedInts"\n  Member "discharging" is unknown',
range = {
end = {
character = 38,
line = 236
},
start = {
character = 27,
line = 236
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "recharging" for type "NamedInts"\n  Member "recharging" is unknown',
range = {
end = {
character = 37,
line = 237
},
start = {
character = 27,
line = 237
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 85,
line = 237
},
start = {
character = 81,
line = 237
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 43,
line = 241
},
start = {
character = 29,
line = 241
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 32,
line = 244
},
start = {
character = 28,
line = 244
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "good" for type "NamedInts"\n  Member "good" is unknown',
range = {
end = {
character = 37,
line = 245
},
start = {
character = 33,
line = 245
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "low" for type "NamedInts"\n  Member "low" is unknown',
range = {
end = {
character = 36,
line = 246
},
start = {
character = 33,
line = 246
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "critical" for type "NamedInts"\n  Member "critical" is unknown',
range = {
end = {
character = 41,
line = 247
},
start = {
character = 33,
line = 247
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "empty" for type "NamedInts"\n  Member "empty" is unknown',
range = {
end = {
character = 38,
line = 249
},
start = {
character = 33,
line = 249
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "discharging" for type "NamedInts"\n  Member "discharging" is unknown',
range = {
end = {
character = 52,
line = 254
},
start = {
character = 41,
line = 254
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "recharging" for type "NamedInts"\n  Member "recharging" is unknown',
range = {
end = {
character = 51,
line = 256
},
start = {
character = 41,
line = 256
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 45,
line = 258
},
start = {
character = 41,
line = 258
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "firmware" for type "NamedInts"\n  Member "firmware" is unknown',
range = {
end = {
character = 52,
line = 276
},
start = {
character = 44,
line = 276
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "firmware" for type "NamedInts"\n  Member "firmware" is unknown',
range = {
end = {
character = 52,
line = 283
},
start = {
character = 44,
line = 283
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Firmware" for type "NamedInts"\n  Member "Firmware" is unknown',
range = {
end = {
character = 45,
line = 286
},
start = {
character = 37,
line = 286
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "Literal[0]" cannot be assigned to parameter "__s" of type "slice" in function "__setitem__"\n  "Literal[0]" is incompatible with "slice"',
range = {
end = {
character = 15,
line = 287
},
start = {
character = 4,
line = 287
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "firmware" for type "NamedInts"\n  Member "firmware" is unknown',
range = {
end = {
character = 52,
line = 289
},
start = {
character = 44,
line = 289
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Bootloader" for type "NamedInts"\n  Member "Bootloader" is unknown',
range = {
end = {
character = 51,
line = 293
},
start = {
character = 41,
line = 293
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "Literal[1]" cannot be assigned to parameter "__s" of type "slice" in function "__setitem__"\n  "Literal[1]" is incompatible with "slice"',
range = {
end = {
character = 19,
line = 294
},
start = {
character = 8,
line = 294
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "firmware" for type "NamedInts"\n  Member "firmware" is unknown',
range = {
end = {
character = 52,
line = 296
},
start = {
character = 44,
line = 296
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Other" for type "NamedInts"\n  Member "Other" is unknown',
range = {
end = {
character = 45,
line = 300
},
start = {
character = 40,
line = 300
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "Literal[2]" cannot be assigned to parameter "__s" of type "slice" in function "__setitem__"\n  "Literal[2]" is incompatible with "slice"',
range = {
end = {
character = 19,
line = 301
},
start = {
character = 8,
line = 301
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 27,
line = 313
},
start = {
character = 17,
line = 313
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "critical" for type "NamedInts"\n  Member "critical" is unknown',
range = {
end = {
character = 51,
line = 317
},
start = {
character = 43,
line = 317
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "low" for type "NamedInts"\n  Member "low" is unknown',
range = {
end = {
character = 48,
line = 321
},
start = {
character = 45,
line = 321
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "good" for type "NamedInts"\n  Member "good" is unknown',
range = {
end = {
character = 49,
line = 324
},
start = {
character = 45,
line = 324
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 49,
line = 327
},
start = {
character = 45,
line = 327
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 47,
line = 347
},
start = {
character = 37,
line = 347
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse_button_flags" for type "NamedInts"\n  Member "mouse_button_flags" is unknown',
range = {
end = {
character = 62,
line = 392
},
start = {
character = 44,
line = 392
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp10.py"
}
}
[TRACE][2022-04-10 14:10:16] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "notifications" for type "NamedInts"\n  Member "notifications" is unknown',
range = {
end = {
character = 59,
line = 378
},
start = {
character = 46,
line = 378
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "notifications" for type "NamedInts"\n  Member "notifications" is unknown',
range = {
end = {
character = 57,
line = 360
},
start = {
character = 44,
line = 360
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 38,
line = 210
},
start = {
character = 24,
line = 210
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 64,
line = 210
},
start = {
character = 50,
line = 210
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 58,
line = 218
},
start = {
character = 44,
line = 218
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 56,
line = 221
},
start = {
character = 42,
line = 221
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 60,
line = 222
},
start = {
character = 46,
line = 222
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 58,
line = 224
},
start = {
character = 44,
line = 224
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 56,
line = 227
},
start = {
character = 42,
line = 227
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 60,
line = 228
},
start = {
character = 46,
line = 228
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 43,
line = 232
},
start = {
character = 29,
line = 232
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "discharging" for type "NamedInts"\n  Member "discharging" is unknown',
range = {
end = {
character = 38,
line = 236
},
start = {
character = 27,
line = 236
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "recharging" for type "NamedInts"\n  Member "recharging" is unknown',
range = {
end = {
character = 37,
line = 237
},
start = {
character = 27,
line = 237
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 85,
line = 237
},
start = {
character = 81,
line = 237
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 43,
line = 241
},
start = {
character = 29,
line = 241
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 32,
line = 244
},
start = {
character = 28,
line = 244
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "good" for type "NamedInts"\n  Member "good" is unknown',
range = {
end = {
character = 37,
line = 245
},
start = {
character = 33,
line = 245
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "low" for type "NamedInts"\n  Member "low" is unknown',
range = {
end = {
character = 36,
line = 246
},
start = {
character = 33,
line = 246
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "critical" for type "NamedInts"\n  Member "critical" is unknown',
range = {
end = {
character = 41,
line = 247
},
start = {
character = 33,
line = 247
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "empty" for type "NamedInts"\n  Member "empty" is unknown',
range = {
end = {
character = 38,
line = 249
},
start = {
character = 33,
line = 249
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "discharging" for type "NamedInts"\n  Member "discharging" is unknown',
range = {
end = {
character = 52,
line = 254
},
start = {
character = 41,
line = 254
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "recharging" for type "NamedInts"\n  Member "recharging" is unknown',
range = {
end = {
character = 51,
line = 256
},
start = {
character = 41,
line = 256
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 45,
line = 258
},
start = {
character = 41,
line = 258
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "firmware" for type "NamedInts"\n  Member "firmware" is unknown',
range = {
end = {
character = 52,
line = 276
},
start = {
character = 44,
line = 276
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "firmware" for type "NamedInts"\n  Member "firmware" is unknown',
range = {
end = {
character = 52,
line = 283
},
start = {
character = 44,
line = 283
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Firmware" for type "NamedInts"\n  Member "Firmware" is unknown',
range = {
end = {
character = 45,
line = 286
},
start = {
character = 37,
line = 286
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "Literal[0]" cannot be assigned to parameter "__s" of type "slice" in function "__setitem__"\n  "Literal[0]" is incompatible with "slice"',
range = {
end = {
character = 15,
line = 287
},
start = {
character = 4,
line = 287
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "firmware" for type "NamedInts"\n  Member "firmware" is unknown',
range = {
end = {
character = 52,
line = 289
},
start = {
character = 44,
line = 289
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Bootloader" for type "NamedInts"\n  Member "Bootloader" is unknown',
range = {
end = {
character = 51,
line = 293
},
start = {
character = 41,
line = 293
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "Literal[1]" cannot be assigned to parameter "__s" of type "slice" in function "__setitem__"\n  "Literal[1]" is incompatible with "slice"',
range = {
end = {
character = 19,
line = 294
},
start = {
character = 8,
line = 294
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "firmware" for type "NamedInts"\n  Member "firmware" is unknown',
range = {
end = {
character = 52,
line = 296
},
start = {
character = 44,
line = 296
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Other" for type "NamedInts"\n  Member "Other" is unknown',
range = {
end = {
character = 45,
line = 300
},
start = {
character = 40,
line = 300
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "Literal[2]" cannot be assigned to parameter "__s" of type "slice" in function "__setitem__"\n  "Literal[2]" is incompatible with "slice"',
range = {
end = {
character = 19,
line = 301
},
start = {
character = 8,
line = 301
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 27,
line = 313
},
start = {
character = 17,
line = 313
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "critical" for type "NamedInts"\n  Member "critical" is unknown',
range = {
end = {
character = 51,
line = 317
},
start = {
character = 43,
line = 317
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "low" for type "NamedInts"\n  Member "low" is unknown',
range = {
end = {
character = 48,
line = 321
},
start = {
character = 45,
line = 321
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "good" for type "NamedInts"\n  Member "good" is unknown',
range = {
end = {
character = 49,
line = 324
},
start = {
character = 45,
line = 324
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 49,
line = 327
},
start = {
character = 45,
line = 327
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 47,
line = 347
},
start = {
character = 37,
line = 347
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse_button_flags" for type "NamedInts"\n  Member "mouse_button_flags" is unknown',
range = {
end = {
character = 62,
line = 392
},
start = {
character = 44,
line = 392
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp10.py"
}
[TRACE][2022-04-10 14:10:16] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "notifications" for type "NamedInts"\n  Member "notifications" is unknown',
range = {
end = {
character = 59,
line = 378
},
start = {
character = 46,
line = 378
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "notifications" for type "NamedInts"\n  Member "notifications" is unknown',
range = {
end = {
character = 57,
line = 360
},
start = {
character = 44,
line = 360
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 38,
line = 210
},
start = {
character = 24,
line = 210
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 64,
line = 210
},
start = {
character = 50,
line = 210
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 58,
line = 218
},
start = {
character = 44,
line = 218
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 56,
line = 221
},
start = {
character = 42,
line = 221
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 60,
line = 222
},
start = {
character = 46,
line = 222
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 58,
line = 224
},
start = {
character = 44,
line = 224
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 56,
line = 227
},
start = {
character = 42,
line = 227
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 60,
line = 228
},
start = {
character = 46,
line = 228
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 43,
line = 232
},
start = {
character = 29,
line = 232
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "discharging" for type "NamedInts"\n  Member "discharging" is unknown',
range = {
end = {
character = 38,
line = 236
},
start = {
character = 27,
line = 236
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "recharging" for type "NamedInts"\n  Member "recharging" is unknown',
range = {
end = {
character = 37,
line = 237
},
start = {
character = 27,
line = 237
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 85,
line = 237
},
start = {
character = 81,
line = 237
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 43,
line = 241
},
start = {
character = 29,
line = 241
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 32,
line = 244
},
start = {
character = 28,
line = 244
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "good" for type "NamedInts"\n  Member "good" is unknown',
range = {
end = {
character = 37,
line = 245
},
start = {
character = 33,
line = 245
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "low" for type "NamedInts"\n  Member "low" is unknown',
range = {
end = {
character = 36,
line = 246
},
start = {
character = 33,
line = 246
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "critical" for type "NamedInts"\n  Member "critical" is unknown',
range = {
end = {
character = 41,
line = 247
},
start = {
character = 33,
line = 247
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "empty" for type "NamedInts"\n  Member "empty" is unknown',
range = {
end = {
character = 38,
line = 249
},
start = {
character = 33,
line = 249
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "discharging" for type "NamedInts"\n  Member "discharging" is unknown',
range = {
end = {
character = 52,
line = 254
},
start = {
character = 41,
line = 254
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "recharging" for type "NamedInts"\n  Member "recharging" is unknown',
range = {
end = {
character = 51,
line = 256
},
start = {
character = 41,
line = 256
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 45,
line = 258
},
start = {
character = 41,
line = 258
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "firmware" for type "NamedInts"\n  Member "firmware" is unknown',
range = {
end = {
character = 52,
line = 276
},
start = {
character = 44,
line = 276
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "firmware" for type "NamedInts"\n  Member "firmware" is unknown',
range = {
end = {
character = 52,
line = 283
},
start = {
character = 44,
line = 283
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Firmware" for type "NamedInts"\n  Member "Firmware" is unknown',
range = {
end = {
character = 45,
line = 286
},
start = {
character = 37,
line = 286
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "Literal[0]" cannot be assigned to parameter "__s" of type "slice" in function "__setitem__"\n  "Literal[0]" is incompatible with "slice"',
range = {
end = {
character = 15,
line = 287
},
start = {
character = 4,
line = 287
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "firmware" for type "NamedInts"\n  Member "firmware" is unknown',
range = {
end = {
character = 52,
line = 289
},
start = {
character = 44,
line = 289
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Bootloader" for type "NamedInts"\n  Member "Bootloader" is unknown',
range = {
end = {
character = 51,
line = 293
},
start = {
character = 41,
line = 293
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "Literal[1]" cannot be assigned to parameter "__s" of type "slice" in function "__setitem__"\n  "Literal[1]" is incompatible with "slice"',
range = {
end = {
character = 19,
line = 294
},
start = {
character = 8,
line = 294
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "firmware" for type "NamedInts"\n  Member "firmware" is unknown',
range = {
end = {
character = 52,
line = 296
},
start = {
character = 44,
line = 296
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Other" for type "NamedInts"\n  Member "Other" is unknown',
range = {
end = {
character = 45,
line = 300
},
start = {
character = 40,
line = 300
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "Literal[2]" cannot be assigned to parameter "__s" of type "slice" in function "__setitem__"\n  "Literal[2]" is incompatible with "slice"',
range = {
end = {
character = 19,
line = 301
},
start = {
character = 8,
line = 301
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 27,
line = 313
},
start = {
character = 17,
line = 313
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "critical" for type "NamedInts"\n  Member "critical" is unknown',
range = {
end = {
character = 51,
line = 317
},
start = {
character = 43,
line = 317
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "low" for type "NamedInts"\n  Member "low" is unknown',
range = {
end = {
character = 48,
line = 321
},
start = {
character = 45,
line = 321
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "good" for type "NamedInts"\n  Member "good" is unknown',
range = {
end = {
character = 49,
line = 324
},
start = {
character = 45,
line = 324
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 49,
line = 327
},
start = {
character = 45,
line = 327
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "three_leds" for type "NamedInts"\n  Member "three_leds" is unknown',
range = {
end = {
character = 47,
line = 347
},
start = {
character = 37,
line = 347
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse_button_flags" for type "NamedInts"\n  Member "mouse_button_flags" is unknown',
range = {
end = {
character = 62,
line = 392
},
start = {
character = 44,
line = 392
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp10.py"
}
}
[DEBUG][2022-04-10 14:10:16] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_FRIENDLY_NAME" for type "NamedInts"\n  Member "DEVICE_FRIENDLY_NAME" is unknown',
range = {
end = {
character = 75,
line = 1124
},
start = {
character = 55,
line = 1124
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_FRIENDLY_NAME" for type "NamedInts"\n  Member "DEVICE_FRIENDLY_NAME" is unknown',
range = {
end = {
character = 70,
line = 1118
},
start = {
character = 50,
line = 1118
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_NAME" for type "NamedInts"\n  Member "DEVICE_NAME" is unknown',
range = {
end = {
character = 66,
line = 1102
},
start = {
character = 55,
line = 1102
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_NAME" for type "NamedInts"\n  Member "DEVICE_NAME" is unknown',
range = {
end = {
character = 61,
line = 1096
},
start = {
character = 50,
line = 1096
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_NAME" for type "NamedInts"\n  Member "DEVICE_NAME" is unknown',
range = {
end = {
character = 54,
line = 1082
},
start = {
character = 43,
line = 1082
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_FW_VERSION" for type "NamedInts"\n  Member "DEVICE_FW_VERSION" is unknown',
range = {
end = {
character = 59,
line = 1061
},
start = {
character = 42,
line = 1061
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPORT_RATE" for type "NamedInts"\n  Member "REPORT_RATE" is unknown',
range = {
end = {
character = 55,
line = 1397
},
start = {
character = 44,
line = 1397
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS" for type "NamedInts"\n  Member "REPROG_CONTROLS" is unknown',
range = {
end = {
character = 63,
line = 1233
},
start = {
character = 48,
line = 1233
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 66,
line = 1235
},
start = {
character = 48,
line = 1235
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "FEATURE_SET" for type "NamedInts"\n  Member "FEATURE_SET" is unknown',
range = {
end = {
character = 79,
line = 263
},
start = {
character = 68,
line = 263
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "list[None] | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__init__"\n  Type "list[None] | None" cannot be assigned to type "Iterable[_T@enumerate]"\n    "__iter__" is not present',
range = {
end = {
character = 51,
line = 336
},
start = {
character = 38,
line = 336
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"request" is not a known member of "None"',
range = {
end = {
character = 43,
line = 343
},
start = {
character = 36,
line = 343
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "_fallback" for type "NamedInts"\n  Expression of type "(x: Unknown) -> Unknown" cannot be assigned to member "_fallback" of class "NamedInts"\n    Type cannot be assigned to type "None"',
range = {
end = {
character = 17,
line = 166
},
start = {
character = 8,
line = 166
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "invalid_battery" for type "NamedInts"\n  Member "invalid_battery" is unknown',
range = {
end = {
character = 73,
line = 176
},
start = {
character = 58,
line = 176
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "thermal_error" for type "NamedInts"\n  Member "thermal_error" is unknown',
range = {
end = {
character = 103,
line = 176
},
start = {
character = 90,
line = 176
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ROOT" for type "NamedInts"\n  Member "ROOT" is unknown',
range = {
end = {
character = 23,
line = 231
},
start = {
character = 19,
line = 231
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ROOT" for type "NamedInts"\n  Member "ROOT" is unknown',
range = {
end = {
character = 55,
line = 278
},
start = {
character = 51,
line = 278
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "FEATURE_SET" for type "NamedInts"\n  Member "FEATURE_SET" is unknown',
range = {
end = {
character = 69,
line = 279
},
start = {
character = 58,
line = 279
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "list[None] | None" cannot be assigned to parameter "__obj" of type "Sized" in function "len"\n  Type "list[None] | None" cannot be assigned to type "Sized"\n    "__len__" is not present',
range = {
end = {
character = 58,
line = 291
},
start = {
character = 45,
line = 291
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 32,
line = 294
},
start = {
character = 19,
line = 294
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"feature_request" is not a known member of "None"',
range = {
end = {
character = 57,
line = 295
},
start = {
character = 42,
line = 295
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "FEATURE_SET" for type "NamedInts"\n  Member "FEATURE_SET" is unknown',
range = {
end = {
character = 77,
line = 295
},
start = {
character = 66,
line = 295
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 37,
line = 298
},
start = {
character = 24,
line = 298
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 36,
line = 300
},
start = {
character = 23,
line = 300
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "list[None] | None" cannot be assigned to parameter "__obj" of type "Sized" in function "len"\n  Type "list[None] | None" cannot be assigned to type "Sized"\n    "__len__" is not present',
range = {
end = {
character = 57,
line = 303
},
start = {
character = 44,
line = 303
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalIterable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" cannot be used as iterable value',
range = {
end = {
character = 34,
line = 314
},
start = {
character = 21,
line = 314
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 37,
line = 325
},
start = {
character = 24,
line = 325
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 33,
line = 346
},
start = {
character = 20,
line = 346
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ROOT" for type "NamedInts"\n  Member "ROOT" is unknown',
range = {
end = {
character = 30,
line = 353
},
start = {
character = 26,
line = 353
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "list[None] | None" cannot be assigned to parameter "__obj" of type "Sized" in function "len"\n  Type "list[None] | None" cannot be assigned to type "Sized"\n    "__len__" is not present',
range = {
end = {
character = 42,
line = 355
},
start = {
character = 29,
line = 355
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "list[None] | None" cannot be assigned to parameter "__obj" of type "Sized" in function "len"\n  Type "list[None] | None" cannot be assigned to type "Sized"\n    "__len__" is not present',
range = {
end = {
character = 32,
line = 361
},
start = {
character = 19,
line = 361
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Expression of type "Generator[str | Unknown, None, None]" cannot be assigned to return type "List[str]"\n  "Generator[str | Unknown, None, None]" is incompatible with "List[str]"',
range = {
end = {
character = 60,
line = 400
},
start = {
character = 15,
line = 400
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 42,
line = 490
},
start = {
character = 24,
line = 490
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Expression of type "Generator[str | Any | Unknown, None, None]" cannot be assigned to return type "List[str]"\n  "Generator[str | Any | Unknown, None, None]" is incompatible with "List[str]"',
range = {
end = {
character = 72,
line = 463
},
start = {
character = 15,
line = 463
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "diverted" for type "NamedInts"\n  Member "diverted" is unknown',
range = {
end = {
character = 51,
line = 468
},
start = {
character = 43,
line = 468
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "persistently_diverted" for type "NamedInts"\n  Member "persistently_diverted" is unknown',
range = {
end = {
character = 64,
line = 473
},
start = {
character = 43,
line = 473
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "raw_XY_diverted" for type "NamedInts"\n  Member "raw_XY_diverted" is unknown',
range = {
end = {
character = 58,
line = 479
},
start = {
character = 43,
line = 479
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "Literal[1]" cannot be assigned to parameter "exc_info" of type "_ExcInfoType" in function "error"\n  Type "Literal[1]" cannot be assigned to type "_ExcInfoType"\n    Type cannot be assigned to type "None"\n    "Literal[1]" is incompatible with "bool"\n    "Literal[1]" is incompatible with "tuple[Type[BaseException], BaseException, TracebackType | None]"\n    "Literal[1]" is incompatible with "tuple[None, None, None]"\n    "Literal[1]" is incompatible with "BaseException"',
range = {
end = {
character = 98,
line = 511
},
start = {
character = 97,
line = 511
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "diverted" for type "NamedInts"\n  Member "diverted" is unknown',
range = {
end = {
character = 46,
line = 535
},
start = {
character = 38,
line = 535
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "divertable" for type "NamedInts"\n  Member "divertable" is unknown',
range = {
end = {
character = 80,
line = 535
},
start = {
character = 70,
line = 535
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "persistently_diverted" for type "NamedInts"\n  Member "persistently_diverted" is unknown',
range = {
end = {
character = 59,
line = 536
},
start = {
character = 38,
line = 536
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "persistently_divertable" for type "NamedInts"\n  Member "persistently_divertable" is unknown',
range = {
end = {
character = 106,
line = 536
},
start = {
character = 83,
line = 536
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "analytics_key_events_reporting" for type "NamedInts"\n  Member "analytics_key_events_reporting" is unknown',
range = {
end = {
character = 68,
line = 537
},
start = {
character = 38,
line = 537
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "analytics_key_events" for type "NamedInts"\n  Member "analytics_key_events" is unknown',
range = {
end = {
character = 112,
line = 537
},
start = {
character = 92,
line = 537
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "force_raw_XY_diverted" for type "NamedInts"\n  Member "force_raw_XY_diverted" is unknown',
range = {
end = {
character = 59,
line = 538
},
start = {
character = 38,
line = 538
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "force_raw_XY" for type "NamedInts"\n  Member "force_raw_XY" is unknown',
range = {
end = {
character = 95,
line = 538
},
start = {
character = 83,
line = 538
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "raw_XY_diverted" for type "NamedInts"\n  Member "raw_XY_diverted" is unknown',
range = {
end = {
character = 53,
line = 539
},
start = {
character = 38,
line = 539
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "raw_XY" for type "NamedInts"\n  Member "raw_XY" is unknown',
range = {
end = {
character = 83,
line = 539
},
start = {
character = 77,
line = 539
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 70,
line = 570
},
start = {
character = 52,
line = 570
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS" for type "NamedInts"\n  Member "REPROG_CONTROLS" is unknown',
range = {
end = {
character = 34,
line = 588
},
start = {
character = 19,
line = 588
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 39,
line = 590
},
start = {
character = 21,
line = 590
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS" for type "NamedInts"\n  Member "REPROG_CONTROLS" is unknown',
range = {
end = {
character = 74,
line = 616
},
start = {
character = 59,
line = 616
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "int" cannot be assigned to parameter "__s" of type "slice" in function "__setitem__"\n  "int" is incompatible with "slice"',
range = {
end = {
character = 32,
line = 619
},
start = {
character = 16,
line = 619
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "ReprogrammableKey" cannot be assigned to parameter "__o" of type "Iterable[None]" in function "__setitem__"\n  "ReprogrammableKey" is incompatible with protocol "Iterable[None]"\n    "__iter__" is not present',
range = {
end = {
character = 32,
line = 619
},
start = {
character = 16,
line = 619
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 77,
line = 622
},
start = {
character = 59,
line = 622
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "int" cannot be assigned to parameter "__s" of type "slice" in function "__setitem__"\n  "int" is incompatible with "slice"',
range = {
end = {
character = 32,
line = 626
},
start = {
character = 16,
line = 626
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "ReprogrammableKeyV4" cannot be assigned to parameter "__o" of type "Iterable[None]" in function "__setitem__"\n  "ReprogrammableKeyV4" is incompatible with protocol "Iterable[None]"\n    "__iter__" is not present',
range = {
end = {
character = 32,
line = 626
},
start = {
character = 16,
line = 626
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "_fallback" for type "NamedInts"\n  Expression of type "(x: Unknown) -> Unknown" cannot be assigned to member "_fallback" of class "NamedInts"\n    Type cannot be assigned to type "None"',
range = {
end = {
character = 17,
line = 737
},
start = {
character = 8,
line = 737
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "_fallback" for type "NamedInts"\n  Expression of type "(x: Unknown) -> Unknown" cannot be assigned to member "_fallback" of class "NamedInts"\n    Type cannot be assigned to type "None"',
range = {
end = {
character = 15,
line = 746
},
start = {
character = 6,
line = 746
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "_fallback" for type "NamedInts"\n  Expression of type "(x: Unknown) -> Unknown" cannot be assigned to member "_fallback" of class "NamedInts"\n    Type cannot be assigned to type "None"',
range = {
end = {
character = 14,
line = 795
},
start = {
character = 5,
line = 795
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "_fallback" for type "NamedInts"\n  Expression of type "(x: Unknown) -> Unknown" cannot be assigned to member "_fallback" of class "NamedInts"\n    Type cannot be assigned to type "None"',
range = {
end = {
character = 19,
line = 812
},
start = {
character = 10,
line = 812
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 68,
line = 845
},
start = {
character = 59,
line = 845
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 47,
line = 853
},
start = {
character = 38,
line = 853
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 64,
line = 894
},
start = {
character = 55,
line = 894
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 64,
line = 906
},
start = {
character = 55,
line = 906
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 62,
line = 913
},
start = {
character = 53,
line = 913
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 67,
line = 938
},
start = {
character = 58,
line = 938
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 31,
line = 943
},
start = {
character = 26,
line = 943
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 62,
line = 963
},
start = {
character = 53,
line = 963
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_FW_VERSION" for type "NamedInts"\n  Member "DEVICE_FW_VERSION" is unknown',
range = {
end = {
character = 61,
line = 1032
},
start = {
character = 44,
line = 1032
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_FW_VERSION" for type "NamedInts"\n  Member "DEVICE_FW_VERSION" is unknown',
range = {
end = {
character = 71,
line = 1038
},
start = {
character = 54,
line = 1038
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Hardware" for type "NamedInts"\n  Member "Hardware" is unknown',
range = {
end = {
character = 66,
line = 1049
},
start = {
character = 58,
line = 1049
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Other" for type "NamedInts"\n  Member "Other" is unknown',
range = {
end = {
character = 63,
line = 1051
},
start = {
character = 58,
line = 1051
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Hardware" for type "NamedInts"\n  Member "Hardware" is unknown',
range = {
end = {
character = 52,
line = 1048
},
start = {
character = 44,
line = 1048
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "BATTERY_STATUS" for type "NamedInts"\n  Member "BATTERY_STATUS" is unknown',
range = {
end = {
character = 60,
line = 1137
},
start = {
character = 46,
line = 1137
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "UNIFIED_BATTERY" for type "NamedInts"\n  Member "UNIFIED_BATTERY" is unknown',
range = {
end = {
character = 65,
line = 1146
},
start = {
character = 50,
line = 1146
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 28,
line = 1157
},
start = {
character = 24,
line = 1157
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "good" for type "NamedInts"\n  Member "good" is unknown',
range = {
end = {
character = 33,
line = 1158
},
start = {
character = 29,
line = 1158
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "low" for type "NamedInts"\n  Member "low" is unknown',
range = {
end = {
character = 32,
line = 1159
},
start = {
character = 29,
line = 1159
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "critical" for type "NamedInts"\n  Member "critical" is unknown',
range = {
end = {
character = 37,
line = 1160
},
start = {
character = 29,
line = 1160
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "empty" for type "NamedInts"\n  Member "empty" is unknown',
range = {
end = {
character = 34,
line = 1161
},
start = {
character = 29,
line = 1161
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "BATTERY_VOLTAGE" for type "NamedInts"\n  Member "BATTERY_VOLTAGE" is unknown',
range = {
end = {
character = 69,
line = 1167
},
start = {
character = 54,
line = 1167
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "average" for type "NamedInts"\n  Member "average" is unknown',
range = {
end = {
character = 37,
line = 1196
},
start = {
character = 30,
line = 1196
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 38,
line = 1205
},
start = {
character = 34,
line = 1205
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "critical" for type "NamedInts"\n  Member "critical" is unknown',
range = {
end = {
character = 42,
line = 1213
},
start = {
character = 34,
line = 1213
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "discharging" for type "NamedInts"\n  Member "discharging" is unknown',
range = {
end = {
character = 39,
line = 1194
},
start = {
character = 28,
line = 1194
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "recharging" for type "NamedInts"\n  Member "recharging" is unknown',
range = {
end = {
character = 42,
line = 1200
},
start = {
character = 32,
line = 1200
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 36,
line = 1206
},
start = {
character = 32,
line = 1206
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "slow_recharge" for type "NamedInts"\n  Member "slow_recharge" is unknown',
range = {
end = {
character = 45,
line = 1211
},
start = {
character = 32,
line = 1211
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "unknown" for type "NamedInts"\n  Member "unknown" is unknown',
range = {
end = {
character = 30,
line = 1195
},
start = {
character = 23,
line = 1195
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "unknown" for type "NamedInts"\n  Member "unknown" is unknown',
range = {
end = {
character = 34,
line = 1203
},
start = {
character = 27,
line = 1203
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 41,
line = 1204
},
start = {
character = 37,
line = 1204
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "standard" for type "NamedInts"\n  Member "standard" is unknown',
range = {
end = {
character = 38,
line = 1197
},
start = {
character = 30,
line = 1197
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "fast" for type "NamedInts"\n  Member "fast" is unknown',
range = {
end = {
character = 38,
line = 1208
},
start = {
character = 34,
line = 1208
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "slow" for type "NamedInts"\n  Member "slow" is unknown',
range = {
end = {
character = 38,
line = 1210
},
start = {
character = 34,
line = 1210
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS" for type "NamedInts"\n  Member "REPROG_CONTROLS" is unknown',
range = {
end = {
character = 30,
line = 1232
},
start = {
character = 15,
line = 1232
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 35,
line = 1234
},
start = {
character = 17,
line = 1234
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 24,
line = 1243
},
start = {
character = 15,
line = 1243
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "MOUSE_POINTER" for type "NamedInts"\n  Member "MOUSE_POINTER" is unknown',
range = {
end = {
character = 64,
line = 1248
},
start = {
character = 51,
line = 1248
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "VERTICAL_SCROLLING" for type "NamedInts"\n  Member "VERTICAL_SCROLLING" is unknown',
range = {
end = {
character = 80,
line = 1263
},
start = {
character = 62,
line = 1263
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HI_RES_SCROLLING" for type "NamedInts"\n  Member "HI_RES_SCROLLING" is unknown',
range = {
end = {
character = 76,
line = 1273
},
start = {
character = 60,
line = 1273
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "POINTER_SPEED" for type "NamedInts"\n  Member "POINTER_SPEED" is unknown',
range = {
end = {
character = 70,
line = 1280
},
start = {
character = 57,
line = 1280
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LOWRES_WHEEL" for type "NamedInts"\n  Member "LOWRES_WHEEL" is unknown',
range = {
end = {
character = 70,
line = 1289
},
start = {
character = 58,
line = 1289
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 54,
line = 1297
},
start = {
character = 43,
line = 1297
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 54,
line = 1298
},
start = {
character = 43,
line = 1298
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 57,
line = 1299
},
start = {
character = 46,
line = 1299
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "NEW_FN_INVERSION" for type "NamedInts"\n  Member "NEW_FN_INVERSION" is unknown',
range = {
end = {
character = 60,
line = 1324
},
start = {
character = 44,
line = 1324
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 54,
line = 1333
},
start = {
character = 44,
line = 1333
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 69,
line = 1339
},
start = {
character = 59,
line = 1339
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 97,
line = 1340
},
start = {
character = 89,
line = 1340
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 75,
line = 1344
},
start = {
character = 65,
line = 1344
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 54,
line = 1365
},
start = {
character = 44,
line = 1365
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 65,
line = 1369
},
start = {
character = 55,
line = 1369
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 97,
line = 1370
},
start = {
character = 89,
line = 1370
}
},
severity = 1,
source = "Pyright"
}, {
message = "Code is unreachable",
range = {
end = {
character = 27,
line = 1372
},
start = {
character = 16,
line = 1372
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 69,
line = 1376
},
start = {
character = 59,
line = 1376
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ONBOARD_PROFILES" for type "NamedInts"\n  Member "ONBOARD_PROFILES" is unknown',
range = {
end = {
character = 60,
line = 1384
},
start = {
character = 44,
line = 1384
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ONBOARD_PROFILES" for type "NamedInts"\n  Member "ONBOARD_PROFILES" is unknown',
range = {
end = {
character = 60,
line = 1392
},
start = {
character = 44,
line = 1392
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REMAINING_PAIRING" for type "NamedInts"\n  Member "REMAINING_PAIRING" is unknown',
range = {
end = {
character = 62,
line = 1404
},
start = {
character = 45,
line = 1404
}
},
severity = 1,
source = "Pyright"
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 37,
line = 1152
},
start = {
character = 30,
line = 1152
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"reserved" is not accessed',
range = {
end = {
character = 28,
line = 1309
},
start = {
character = 20,
line = 1309
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"reserved" is not accessed',
range = {
end = {
character = 30,
line = 1316
},
start = {
character = 22,
line = 1316
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 33,
line = 1336
},
start = {
character = 26,
line = 1336
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 23,
line = 1340
},
start = {
character = 16,
line = 1340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 40,
line = 1340
},
start = {
character = 33,
line = 1340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 49,
line = 1340
},
start = {
character = 42,
line = 1340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 67,
line = 1340
},
start = {
character = 60,
line = 1340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 22,
line = 1367
},
start = {
character = 15,
line = 1367
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 31,
line = 1367
},
start = {
character = 24,
line = 1367
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 19,
line = 1370
},
start = {
character = 12,
line = 1370
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 28,
line = 1370
},
start = {
character = 21,
line = 1370
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 37,
line = 1370
},
start = {
character = 30,
line = 1370
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 46,
line = 1370
},
start = {
character = 39,
line = 1370
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 55,
line = 1370
},
start = {
character = 48,
line = 1370
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp20.py"
}
}
[DEBUG][2022-04-10 14:10:16] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "decode" for type "str"\n  Member "decode" is unknown',
range = {
end = {
character = 44,
line = 24
},
start = {
character = 38,
line = 24
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"unicode" is not defined',
range = {
end = {
character = 11,
line = 23
},
start = {
character = 4,
line = 23
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnusedExpression",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expression value is unused",
range = {
end = {
character = 11,
line = 23
},
start = {
character = 4,
line = 23
}
},
severity = 2,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "decode" for type "str"\n  Member "decode" is unknown',
range = {
end = {
character = 54,
line = 25
},
start = {
character = 48,
line = 25
}
},
severity = 1,
source = "Pyright"
}, {
message = '"_DUMMY" is not accessed',
range = {
end = {
character = 6,
line = 32
},
start = {
character = 0,
line = 32
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/i18n.py"
}
}
[DEBUG][2022-04-10 14:10:16] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportMissingImports",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Import "Queue" could not be resolved',
range = {
end = {
character = 14,
line = 30
},
start = {
character = 9,
line = 30
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"handle" is not a known member of "None"',
range = {
end = {
character = 30,
line = 70
},
start = {
character = 24,
line = 70
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "_notifications_hook" for type "Thread"\n  Member "_notifications_hook" is unknown',
range = {
end = {
character = 57,
line = 88
},
start = {
character = 38,
line = 88
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "float" cannot be assigned to parameter "timeout" of type "int" in function "read"\n  "float" is incompatible with "int"',
range = {
end = {
character = 76,
line = 173
},
start = {
character = 57,
line = 173
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/listener.py"
}
}
[DEBUG][2022-04-10 14:10:16] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 23,
line = 76
},
start = {
character = 18,
line = 76
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 27,
line = 81
},
start = {
character = 22,
line = 81
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "discovery_status_notification" for type "NamedInts"\n  Member "discovery_status_notification" is unknown',
range = {
end = {
character = 53,
line = 87
},
start = {
character = 24,
line = 87
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 27,
line = 93
},
start = {
character = 22,
line = 93
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 31,
line = 99
},
start = {
character = 26,
line = 99
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "device_discovery_notification" for type "NamedInts"\n  Member "device_discovery_notification" is unknown',
range = {
end = {
character = 53,
line = 104
},
start = {
character = 24,
line = 104
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "pairing_status_notification" for type "NamedInts"\n  Member "pairing_status_notification" is unknown',
range = {
end = {
character = 51,
line = 120
},
start = {
character = 24,
line = 120
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 27,
line = 127
},
start = {
character = 22,
line = 127
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 31,
line = 136
},
start = {
character = 26,
line = 136
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "passkey_request_notification" for type "NamedInts"\n  Member "passkey_request_notification" is unknown',
range = {
end = {
character = 52,
line = 142
},
start = {
character = 24,
line = 142
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "passkey_pressed_notification" for type "NamedInts"\n  Member "passkey_pressed_notification" is unknown',
range = {
end = {
character = 52,
line = 147
},
start = {
character = 24,
line = 147
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "NONE" for type "NamedInts"\n  Member "NONE" is unknown',
range = {
end = {
character = 58,
line = 219
},
start = {
character = 54,
line = 219
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 37,
line = 229
},
start = {
character = 23,
line = 229
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 56,
line = 229
},
start = {
character = 42,
line = 229
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard_illumination" for type "NamedInts"\n  Member "keyboard_illumination" is unknown',
range = {
end = {
character = 43,
line = 237
},
start = {
character = 22,
line = 237
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ALL" for type "NamedInts"\n  Member "ALL" is unknown',
range = {
end = {
character = 57,
line = 257
},
start = {
character = 54,
line = 257
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LINK_ENCRYPTED" for type "NamedInts"\n  Member "LINK_ENCRYPTED" is unknown',
range = {
end = {
character = 32,
line = 283
},
start = {
character = 18,
line = 283
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "NOTIFICATION" for type "NamedInts"\n  Member "NOTIFICATION" is unknown',
range = {
end = {
character = 65,
line = 300
},
start = {
character = 53,
line = 300
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "BATTERY_STATUS" for type "NamedInts"\n  Member "BATTERY_STATUS" is unknown',
range = {
end = {
character = 35,
line = 312
},
start = {
character = 21,
line = 312
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "BATTERY_VOLTAGE" for type "NamedInts"\n  Member "BATTERY_VOLTAGE" is unknown',
range = {
end = {
character = 38,
line = 325
},
start = {
character = 23,
line = 325
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "UNIFIED_BATTERY" for type "NamedInts"\n  Member "UNIFIED_BATTERY" is unknown',
range = {
end = {
character = 38,
line = 332
},
start = {
character = 23,
line = 332
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "SOLAR_DASHBOARD" for type "NamedInts"\n  Member "SOLAR_DASHBOARD" is unknown',
range = {
end = {
character = 38,
line = 339
},
start = {
character = 23,
line = 339
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "discharging" for type "NamedInts"\n  Member "discharging" is unknown',
range = {
end = {
character = 61,
line = 344
},
start = {
character = 50,
line = 344
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LIGHT_LEVEL" for type "NamedInts"\n  Member "LIGHT_LEVEL" is unknown',
range = {
end = {
character = 37,
line = 346
},
start = {
character = 26,
line = 346
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LIGHT_LEVEL" for type "NamedInts"\n  Member "LIGHT_LEVEL" is unknown',
range = {
end = {
character = 37,
line = 349
},
start = {
character = 26,
line = 349
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "recharging" for type "NamedInts"\n  Member "recharging" is unknown',
range = {
end = {
character = 68,
line = 351
},
start = {
character = 58,
line = 351
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "SHOW_WINDOW" for type "NamedInts"\n  Member "SHOW_WINDOW" is unknown',
range = {
end = {
character = 55,
line = 356
},
start = {
character = 44,
line = 356
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "SOLAR_DASHBOARD" for type "NamedInts"\n  Member "SOLAR_DASHBOARD" is unknown',
range = {
end = {
character = 57,
line = 362
},
start = {
character = 42,
line = 362
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "WIRELESS_DEVICE_STATUS" for type "NamedInts"\n  Member "WIRELESS_DEVICE_STATUS" is unknown',
range = {
end = {
character = 45,
line = 368
},
start = {
character = 23,
line = 368
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "NONE" for type "NamedInts"\n  Member "NONE" is unknown',
range = {
end = {
character = 35,
line = 374
},
start = {
character = 31,
line = 374
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "TOUCHMOUSE_RAW_POINTS" for type "NamedInts"\n  Member "TOUCHMOUSE_RAW_POINTS" is unknown',
range = {
end = {
character = 44,
line = 379
},
start = {
character = 23,
line = 379
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS" for type "NamedInts"\n  Member "REPROG_CONTROLS" is unknown',
range = {
end = {
character = 38,
line = 393
},
start = {
character = 23,
line = 393
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 41,
line = 400
},
start = {
character = 23,
line = 400
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 34,
line = 415
},
start = {
character = 23,
line = 415
}
},
severity = 1,
source = "Pyright"
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 67,
line = 327
},
start = {
character = 60,
line = 327
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 76,
line = 327
},
start = {
character = 69,
line = 327
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"adc" is not accessed',
range = {
end = {
character = 28,
line = 341
},
start = {
character = 25,
line = 341
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/notifications.py"
}
}
[DEBUG][2022-04-10 14:10:16] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_uniqueId" for type "NamedInts"\n  Member "bolt_uniqueId" is unknown',
range = {
end = {
character = 62,
line = 65
},
start = {
character = 49,
line = 65
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 62,
line = 70
},
start = {
character = 49,
line = 70
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_information" for type "NamedInts"\n  Member "receiver_information" is unknown',
range = {
end = {
character = 88,
line = 70
},
start = {
character = 68,
line = 70
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_pairing" for type "NamedInts"\n  Member "receiver_pairing" is unknown',
range = {
end = {
character = 77,
line = 81
},
start = {
character = 61,
line = 81
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_connection" for type "NamedInts"\n  Member "receiver_connection" is unknown',
range = {
end = {
character = 58,
line = 115
},
start = {
character = 39,
line = 115
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 57,
line = 129
},
start = {
character = 43,
line = 129
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "wireless" for type "NamedInts"\n  Member "wireless" is unknown',
range = {
end = {
character = 53,
line = 130
},
start = {
character = 45,
line = 130
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "software_present" for type "NamedInts"\n  Member "software_present" is unknown',
range = {
end = {
character = 61,
line = 131
},
start = {
character = 45,
line = 131
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 58,
line = 148
},
start = {
character = 45,
line = 148
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_device_name" for type "NamedInts"\n  Member "bolt_device_name" is unknown',
range = {
end = {
character = 80,
line = 148
},
start = {
character = 64,
line = 148
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 54,
line = 153
},
start = {
character = 41,
line = 153
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "device_name" for type "NamedInts"\n  Member "device_name" is unknown',
range = {
end = {
character = 71,
line = 153
},
start = {
character = 60,
line = 153
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 59,
line = 160
},
start = {
character = 46,
line = 160
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_pairing_information" for type "NamedInts"\n  Member "bolt_pairing_information" is unknown',
range = {
end = {
character = 89,
line = 160
},
start = {
character = 65,
line = 160
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 55,
line = 167
},
start = {
character = 42,
line = 167
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "pairing_information" for type "NamedInts"\n  Member "pairing_information" is unknown',
range = {
end = {
character = 80,
line = 167
},
start = {
character = 61,
line = 167
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expected 1 positional argument",
range = {
end = {
character = 72,
line = 178
},
start = {
character = 68,
line = 178
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 61,
line = 181
},
start = {
character = 48,
line = 181
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 59,
line = 192
},
start = {
character = 46,
line = 192
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_pairing_information" for type "NamedInts"\n  Member "bolt_pairing_information" is unknown',
range = {
end = {
character = 89,
line = 192
},
start = {
character = 65,
line = 192
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 55,
line = 198
},
start = {
character = 42,
line = 198
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "extended_pairing_information" for type "NamedInts"\n  Member "extended_pairing_information" is unknown',
range = {
end = {
character = 89,
line = 198
},
start = {
character = 61,
line = 198
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_connection" for type "NamedInts"\n  Member "receiver_connection" is unknown',
range = {
end = {
character = 61,
line = 230
},
start = {
character = 42,
line = 230
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_pairing" for type "NamedInts"\n  Member "receiver_pairing" is unknown',
range = {
end = {
character = 59,
line = 256
},
start = {
character = 43,
line = 256
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_device_discovery" for type "NamedInts"\n  Member "bolt_device_discovery" is unknown',
range = {
end = {
character = 64,
line = 265
},
start = {
character = 43,
line = 265
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_pairing" for type "NamedInts"\n  Member "bolt_pairing" is unknown',
range = {
end = {
character = 55,
line = 274
},
start = {
character = 43,
line = 274
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_connection" for type "NamedInts"\n  Member "receiver_connection" is unknown',
range = {
end = {
character = 57,
line = 280
},
start = {
character = 38,
line = 280
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_pairing" for type "NamedInts"\n  Member "bolt_pairing" is unknown',
range = {
end = {
character = 59,
line = 341
},
start = {
character = 47,
line = 341
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_pairing" for type "NamedInts"\n  Member "receiver_pairing" is unknown',
range = {
end = {
character = 63,
line = 343
},
start = {
character = 47,
line = 343
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportSelfClsParameterName",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Class methods should take a "cls" parameter',
range = {
end = {
character = 17,
line = 382
},
start = {
character = 13,
line = 382
}
},
severity = 2,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/receiver.py"
}
}
[DEBUG][2022-04-10 14:10:16] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "$/progress",
params = {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "report",
message = "28 files to analyze"
}
}
}
[TRACE][2022-04-10 14:10:16] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_FRIENDLY_NAME" for type "NamedInts"\n  Member "DEVICE_FRIENDLY_NAME" is unknown',
range = {
end = {
character = 75,
line = 1124
},
start = {
character = 55,
line = 1124
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_FRIENDLY_NAME" for type "NamedInts"\n  Member "DEVICE_FRIENDLY_NAME" is unknown',
range = {
end = {
character = 70,
line = 1118
},
start = {
character = 50,
line = 1118
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_NAME" for type "NamedInts"\n  Member "DEVICE_NAME" is unknown',
range = {
end = {
character = 66,
line = 1102
},
start = {
character = 55,
line = 1102
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_NAME" for type "NamedInts"\n  Member "DEVICE_NAME" is unknown',
range = {
end = {
character = 61,
line = 1096
},
start = {
character = 50,
line = 1096
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_NAME" for type "NamedInts"\n  Member "DEVICE_NAME" is unknown',
range = {
end = {
character = 54,
line = 1082
},
start = {
character = 43,
line = 1082
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_FW_VERSION" for type "NamedInts"\n  Member "DEVICE_FW_VERSION" is unknown',
range = {
end = {
character = 59,
line = 1061
},
start = {
character = 42,
line = 1061
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPORT_RATE" for type "NamedInts"\n  Member "REPORT_RATE" is unknown',
range = {
end = {
character = 55,
line = 1397
},
start = {
character = 44,
line = 1397
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS" for type "NamedInts"\n  Member "REPROG_CONTROLS" is unknown',
range = {
end = {
character = 63,
line = 1233
},
start = {
character = 48,
line = 1233
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 66,
line = 1235
},
start = {
character = 48,
line = 1235
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "FEATURE_SET" for type "NamedInts"\n  Member "FEATURE_SET" is unknown',
range = {
end = {
character = 79,
line = 263
},
start = {
character = 68,
line = 263
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "list[None] | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__init__"\n  Type "list[None] | None" cannot be assigned to type "Iterable[_T@enumerate]"\n    "__iter__" is not present',
range = {
end = {
character = 51,
line = 336
},
start = {
character = 38,
line = 336
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"request" is not a known member of "None"',
range = {
end = {
character = 43,
line = 343
},
start = {
character = 36,
line = 343
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "_fallback" for type "NamedInts"\n  Expression of type "(x: Unknown) -> Unknown" cannot be assigned to member "_fallback" of class "NamedInts"\n    Type cannot be assigned to type "None"',
range = {
end = {
character = 17,
line = 166
},
start = {
character = 8,
line = 166
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "invalid_battery" for type "NamedInts"\n  Member "invalid_battery" is unknown',
range = {
end = {
character = 73,
line = 176
},
start = {
character = 58,
line = 176
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "thermal_error" for type "NamedInts"\n  Member "thermal_error" is unknown',
range = {
end = {
character = 103,
line = 176
},
start = {
character = 90,
line = 176
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ROOT" for type "NamedInts"\n  Member "ROOT" is unknown',
range = {
end = {
character = 23,
line = 231
},
start = {
character = 19,
line = 231
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ROOT" for type "NamedInts"\n  Member "ROOT" is unknown',
range = {
end = {
character = 55,
line = 278
},
start = {
character = 51,
line = 278
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "FEATURE_SET" for type "NamedInts"\n  Member "FEATURE_SET" is unknown',
range = {
end = {
character = 69,
line = 279
},
start = {
character = 58,
line = 279
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "list[None] | None" cannot be assigned to parameter "__obj" of type "Sized" in function "len"\n  Type "list[None] | None" cannot be assigned to type "Sized"\n    "__len__" is not present',
range = {
end = {
character = 58,
line = 291
},
start = {
character = 45,
line = 291
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 32,
line = 294
},
start = {
character = 19,
line = 294
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"feature_request" is not a known member of "None"',
range = {
end = {
character = 57,
line = 295
},
start = {
character = 42,
line = 295
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "FEATURE_SET" for type "NamedInts"\n  Member "FEATURE_SET" is unknown',
range = {
end = {
character = 77,
line = 295
},
start = {
character = 66,
line = 295
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 37,
line = 298
},
start = {
character = 24,
line = 298
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 36,
line = 300
},
start = {
character = 23,
line = 300
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "list[None] | None" cannot be assigned to parameter "__obj" of type "Sized" in function "len"\n  Type "list[None] | None" cannot be assigned to type "Sized"\n    "__len__" is not present',
range = {
end = {
character = 57,
line = 303
},
start = {
character = 44,
line = 303
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalIterable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" cannot be used as iterable value',
range = {
end = {
character = 34,
line = 314
},
start = {
character = 21,
line = 314
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 37,
line = 325
},
start = {
character = 24,
line = 325
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 33,
line = 346
},
start = {
character = 20,
line = 346
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ROOT" for type "NamedInts"\n  Member "ROOT" is unknown',
range = {
end = {
character = 30,
line = 353
},
start = {
character = 26,
line = 353
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "list[None] | None" cannot be assigned to parameter "__obj" of type "Sized" in function "len"\n  Type "list[None] | None" cannot be assigned to type "Sized"\n    "__len__" is not present',
range = {
end = {
character = 42,
line = 355
},
start = {
character = 29,
line = 355
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "list[None] | None" cannot be assigned to parameter "__obj" of type "Sized" in function "len"\n  Type "list[None] | None" cannot be assigned to type "Sized"\n    "__len__" is not present',
range = {
end = {
character = 32,
line = 361
},
start = {
character = 19,
line = 361
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Expression of type "Generator[str | Unknown, None, None]" cannot be assigned to return type "List[str]"\n  "Generator[str | Unknown, None, None]" is incompatible with "List[str]"',
range = {
end = {
character = 60,
line = 400
},
start = {
character = 15,
line = 400
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 42,
line = 490
},
start = {
character = 24,
line = 490
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Expression of type "Generator[str | Any | Unknown, None, None]" cannot be assigned to return type "List[str]"\n  "Generator[str | Any | Unknown, None, None]" is incompatible with "List[str]"',
range = {
end = {
character = 72,
line = 463
},
start = {
character = 15,
line = 463
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "diverted" for type "NamedInts"\n  Member "diverted" is unknown',
range = {
end = {
character = 51,
line = 468
},
start = {
character = 43,
line = 468
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "persistently_diverted" for type "NamedInts"\n  Member "persistently_diverted" is unknown',
range = {
end = {
character = 64,
line = 473
},
start = {
character = 43,
line = 473
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "raw_XY_diverted" for type "NamedInts"\n  Member "raw_XY_diverted" is unknown',
range = {
end = {
character = 58,
line = 479
},
start = {
character = 43,
line = 479
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "Literal[1]" cannot be assigned to parameter "exc_info" of type "_ExcInfoType" in function "error"\n  Type "Literal[1]" cannot be assigned to type "_ExcInfoType"\n    Type cannot be assigned to type "None"\n    "Literal[1]" is incompatible with "bool"\n    "Literal[1]" is incompatible with "tuple[Type[BaseException], BaseException, TracebackType | None]"\n    "Literal[1]" is incompatible with "tuple[None, None, None]"\n    "Literal[1]" is incompatible with "BaseException"',
range = {
end = {
character = 98,
line = 511
},
start = {
character = 97,
line = 511
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "diverted" for type "NamedInts"\n  Member "diverted" is unknown',
range = {
end = {
character = 46,
line = 535
},
start = {
character = 38,
line = 535
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "divertable" for type "NamedInts"\n  Member "divertable" is unknown',
range = {
end = {
character = 80,
line = 535
},
start = {
character = 70,
line = 535
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "persistently_diverted" for type "NamedInts"\n  Member "persistently_diverted" is unknown',
range = {
end = {
character = 59,
line = 536
},
start = {
character = 38,
line = 536
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "persistently_divertable" for type "NamedInts"\n  Member "persistently_divertable" is unknown',
range = {
end = {
character = 106,
line = 536
},
start = {
character = 83,
line = 536
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "analytics_key_events_reporting" for type "NamedInts"\n  Member "analytics_key_events_reporting" is unknown',
range = {
end = {
character = 68,
line = 537
},
start = {
character = 38,
line = 537
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "analytics_key_events" for type "NamedInts"\n  Member "analytics_key_events" is unknown',
range = {
end = {
character = 112,
line = 537
},
start = {
character = 92,
line = 537
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "force_raw_XY_diverted" for type "NamedInts"\n  Member "force_raw_XY_diverted" is unknown',
range = {
end = {
character = 59,
line = 538
},
start = {
character = 38,
line = 538
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "force_raw_XY" for type "NamedInts"\n  Member "force_raw_XY" is unknown',
range = {
end = {
character = 95,
line = 538
},
start = {
character = 83,
line = 538
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "raw_XY_diverted" for type "NamedInts"\n  Member "raw_XY_diverted" is unknown',
range = {
end = {
character = 53,
line = 539
},
start = {
character = 38,
line = 539
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "raw_XY" for type "NamedInts"\n  Member "raw_XY" is unknown',
range = {
end = {
character = 83,
line = 539
},
start = {
character = 77,
line = 539
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 70,
line = 570
},
start = {
character = 52,
line = 570
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS" for type "NamedInts"\n  Member "REPROG_CONTROLS" is unknown',
range = {
end = {
character = 34,
line = 588
},
start = {
character = 19,
line = 588
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 39,
line = 590
},
start = {
character = 21,
line = 590
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS" for type "NamedInts"\n  Member "REPROG_CONTROLS" is unknown',
range = {
end = {
character = 74,
line = 616
},
start = {
character = 59,
line = 616
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "int" cannot be assigned to parameter "__s" of type "slice" in function "__setitem__"\n  "int" is incompatible with "slice"',
range = {
end = {
character = 32,
line = 619
},
start = {
character = 16,
line = 619
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "ReprogrammableKey" cannot be assigned to parameter "__o" of type "Iterable[None]" in function "__setitem__"\n  "ReprogrammableKey" is incompatible with protocol "Iterable[None]"\n    "__iter__" is not present',
range = {
end = {
character = 32,
line = 619
},
start = {
character = 16,
line = 619
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 77,
line = 622
},
start = {
character = 59,
line = 622
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "int" cannot be assigned to parameter "__s" of type "slice" in function "__setitem__"\n  "int" is incompatible with "slice"',
range = {
end = {
character = 32,
line = 626
},
start = {
character = 16,
line = 626
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "ReprogrammableKeyV4" cannot be assigned to parameter "__o" of type "Iterable[None]" in function "__setitem__"\n  "ReprogrammableKeyV4" is incompatible with protocol "Iterable[None]"\n    "__iter__" is not present',
range = {
end = {
character = 32,
line = 626
},
start = {
character = 16,
line = 626
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "_fallback" for type "NamedInts"\n  Expression of type "(x: Unknown) -> Unknown" cannot be assigned to member "_fallback" of class "NamedInts"\n    Type cannot be assigned to type "None"',
range = {
end = {
character = 17,
line = 737
},
start = {
character = 8,
line = 737
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "_fallback" for type "NamedInts"\n  Expression of type "(x: Unknown) -> Unknown" cannot be assigned to member "_fallback" of class "NamedInts"\n    Type cannot be assigned to type "None"',
range = {
end = {
character = 15,
line = 746
},
start = {
character = 6,
line = 746
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "_fallback" for type "NamedInts"\n  Expression of type "(x: Unknown) -> Unknown" cannot be assigned to member "_fallback" of class "NamedInts"\n    Type cannot be assigned to type "None"',
range = {
end = {
character = 14,
line = 795
},
start = {
character = 5,
line = 795
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "_fallback" for type "NamedInts"\n  Expression of type "(x: Unknown) -> Unknown" cannot be assigned to member "_fallback" of class "NamedInts"\n    Type cannot be assigned to type "None"',
range = {
end = {
character = 19,
line = 812
},
start = {
character = 10,
line = 812
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 68,
line = 845
},
start = {
character = 59,
line = 845
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 47,
line = 853
},
start = {
character = 38,
line = 853
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 64,
line = 894
},
start = {
character = 55,
line = 894
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 64,
line = 906
},
start = {
character = 55,
line = 906
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 62,
line = 913
},
start = {
character = 53,
line = 913
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 67,
line = 938
},
start = {
character = 58,
line = 938
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 31,
line = 943
},
start = {
character = 26,
line = 943
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 62,
line = 963
},
start = {
character = 53,
line = 963
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_FW_VERSION" for type "NamedInts"\n  Member "DEVICE_FW_VERSION" is unknown',
range = {
end = {
character = 61,
line = 1032
},
start = {
character = 44,
line = 1032
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_FW_VERSION" for type "NamedInts"\n  Member "DEVICE_FW_VERSION" is unknown',
range = {
end = {
character = 71,
line = 1038
},
start = {
character = 54,
line = 1038
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Hardware" for type "NamedInts"\n  Member "Hardware" is unknown',
range = {
end = {
character = 66,
line = 1049
},
start = {
character = 58,
line = 1049
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Other" for type "NamedInts"\n  Member "Other" is unknown',
range = {
end = {
character = 63,
line = 1051
},
start = {
character = 58,
line = 1051
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Hardware" for type "NamedInts"\n  Member "Hardware" is unknown',
range = {
end = {
character = 52,
line = 1048
},
start = {
character = 44,
line = 1048
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "BATTERY_STATUS" for type "NamedInts"\n  Member "BATTERY_STATUS" is unknown',
range = {
end = {
character = 60,
line = 1137
},
start = {
character = 46,
line = 1137
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "UNIFIED_BATTERY" for type "NamedInts"\n  Member "UNIFIED_BATTERY" is unknown',
range = {
end = {
character = 65,
line = 1146
},
start = {
character = 50,
line = 1146
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 28,
line = 1157
},
start = {
character = 24,
line = 1157
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "good" for type "NamedInts"\n  Member "good" is unknown',
range = {
end = {
character = 33,
line = 1158
},
start = {
character = 29,
line = 1158
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "low" for type "NamedInts"\n  Member "low" is unknown',
range = {
end = {
character = 32,
line = 1159
},
start = {
character = 29,
line = 1159
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "critical" for type "NamedInts"\n  Member "critical" is unknown',
range = {
end = {
character = 37,
line = 1160
},
start = {
character = 29,
line = 1160
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "empty" for type "NamedInts"\n  Member "empty" is unknown',
range = {
end = {
character = 34,
line = 1161
},
start = {
character = 29,
line = 1161
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "BATTERY_VOLTAGE" for type "NamedInts"\n  Member "BATTERY_VOLTAGE" is unknown',
range = {
end = {
character = 69,
line = 1167
},
start = {
character = 54,
line = 1167
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "average" for type "NamedInts"\n  Member "average" is unknown',
range = {
end = {
character = 37,
line = 1196
},
start = {
character = 30,
line = 1196
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 38,
line = 1205
},
start = {
character = 34,
line = 1205
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "critical" for type "NamedInts"\n  Member "critical" is unknown',
range = {
end = {
character = 42,
line = 1213
},
start = {
character = 34,
line = 1213
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "discharging" for type "NamedInts"\n  Member "discharging" is unknown',
range = {
end = {
character = 39,
line = 1194
},
start = {
character = 28,
line = 1194
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "recharging" for type "NamedInts"\n  Member "recharging" is unknown',
range = {
end = {
character = 42,
line = 1200
},
start = {
character = 32,
line = 1200
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 36,
line = 1206
},
start = {
character = 32,
line = 1206
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "slow_recharge" for type "NamedInts"\n  Member "slow_recharge" is unknown',
range = {
end = {
character = 45,
line = 1211
},
start = {
character = 32,
line = 1211
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "unknown" for type "NamedInts"\n  Member "unknown" is unknown',
range = {
end = {
character = 30,
line = 1195
},
start = {
character = 23,
line = 1195
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "unknown" for type "NamedInts"\n  Member "unknown" is unknown',
range = {
end = {
character = 34,
line = 1203
},
start = {
character = 27,
line = 1203
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 41,
line = 1204
},
start = {
character = 37,
line = 1204
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "standard" for type "NamedInts"\n  Member "standard" is unknown',
range = {
end = {
character = 38,
line = 1197
},
start = {
character = 30,
line = 1197
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "fast" for type "NamedInts"\n  Member "fast" is unknown',
range = {
end = {
character = 38,
line = 1208
},
start = {
character = 34,
line = 1208
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "slow" for type "NamedInts"\n  Member "slow" is unknown',
range = {
end = {
character = 38,
line = 1210
},
start = {
character = 34,
line = 1210
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS" for type "NamedInts"\n  Member "REPROG_CONTROLS" is unknown',
range = {
end = {
character = 30,
line = 1232
},
start = {
character = 15,
line = 1232
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 35,
line = 1234
},
start = {
character = 17,
line = 1234
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 24,
line = 1243
},
start = {
character = 15,
line = 1243
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "MOUSE_POINTER" for type "NamedInts"\n  Member "MOUSE_POINTER" is unknown',
range = {
end = {
character = 64,
line = 1248
},
start = {
character = 51,
line = 1248
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "VERTICAL_SCROLLING" for type "NamedInts"\n  Member "VERTICAL_SCROLLING" is unknown',
range = {
end = {
character = 80,
line = 1263
},
start = {
character = 62,
line = 1263
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HI_RES_SCROLLING" for type "NamedInts"\n  Member "HI_RES_SCROLLING" is unknown',
range = {
end = {
character = 76,
line = 1273
},
start = {
character = 60,
line = 1273
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "POINTER_SPEED" for type "NamedInts"\n  Member "POINTER_SPEED" is unknown',
range = {
end = {
character = 70,
line = 1280
},
start = {
character = 57,
line = 1280
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LOWRES_WHEEL" for type "NamedInts"\n  Member "LOWRES_WHEEL" is unknown',
range = {
end = {
character = 70,
line = 1289
},
start = {
character = 58,
line = 1289
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 54,
line = 1297
},
start = {
character = 43,
line = 1297
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 54,
line = 1298
},
start = {
character = 43,
line = 1298
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 57,
line = 1299
},
start = {
character = 46,
line = 1299
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "NEW_FN_INVERSION" for type "NamedInts"\n  Member "NEW_FN_INVERSION" is unknown',
range = {
end = {
character = 60,
line = 1324
},
start = {
character = 44,
line = 1324
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 54,
line = 1333
},
start = {
character = 44,
line = 1333
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 69,
line = 1339
},
start = {
character = 59,
line = 1339
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 97,
line = 1340
},
start = {
character = 89,
line = 1340
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 75,
line = 1344
},
start = {
character = 65,
line = 1344
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 54,
line = 1365
},
start = {
character = 44,
line = 1365
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 65,
line = 1369
},
start = {
character = 55,
line = 1369
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 97,
line = 1370
},
start = {
character = 89,
line = 1370
}
},
severity = 1,
source = "Pyright"
}, {
message = "Code is unreachable",
range = {
end = {
character = 27,
line = 1372
},
start = {
character = 16,
line = 1372
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 69,
line = 1376
},
start = {
character = 59,
line = 1376
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ONBOARD_PROFILES" for type "NamedInts"\n  Member "ONBOARD_PROFILES" is unknown',
range = {
end = {
character = 60,
line = 1384
},
start = {
character = 44,
line = 1384
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ONBOARD_PROFILES" for type "NamedInts"\n  Member "ONBOARD_PROFILES" is unknown',
range = {
end = {
character = 60,
line = 1392
},
start = {
character = 44,
line = 1392
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REMAINING_PAIRING" for type "NamedInts"\n  Member "REMAINING_PAIRING" is unknown',
range = {
end = {
character = 62,
line = 1404
},
start = {
character = 45,
line = 1404
}
},
severity = 1,
source = "Pyright"
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 37,
line = 1152
},
start = {
character = 30,
line = 1152
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"reserved" is not accessed',
range = {
end = {
character = 28,
line = 1309
},
start = {
character = 20,
line = 1309
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"reserved" is not accessed',
range = {
end = {
character = 30,
line = 1316
},
start = {
character = 22,
line = 1316
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 33,
line = 1336
},
start = {
character = 26,
line = 1336
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 23,
line = 1340
},
start = {
character = 16,
line = 1340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 40,
line = 1340
},
start = {
character = 33,
line = 1340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 49,
line = 1340
},
start = {
character = 42,
line = 1340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 67,
line = 1340
},
start = {
character = 60,
line = 1340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 22,
line = 1367
},
start = {
character = 15,
line = 1367
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 31,
line = 1367
},
start = {
character = 24,
line = 1367
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 19,
line = 1370
},
start = {
character = 12,
line = 1370
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 28,
line = 1370
},
start = {
character = 21,
line = 1370
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 37,
line = 1370
},
start = {
character = 30,
line = 1370
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 46,
line = 1370
},
start = {
character = 39,
line = 1370
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 55,
line = 1370
},
start = {
character = 48,
line = 1370
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp20.py"
}
[TRACE][2022-04-10 14:10:16] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_FRIENDLY_NAME" for type "NamedInts"\n  Member "DEVICE_FRIENDLY_NAME" is unknown',
range = {
end = {
character = 75,
line = 1124
},
start = {
character = 55,
line = 1124
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_FRIENDLY_NAME" for type "NamedInts"\n  Member "DEVICE_FRIENDLY_NAME" is unknown',
range = {
end = {
character = 70,
line = 1118
},
start = {
character = 50,
line = 1118
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_NAME" for type "NamedInts"\n  Member "DEVICE_NAME" is unknown',
range = {
end = {
character = 66,
line = 1102
},
start = {
character = 55,
line = 1102
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_NAME" for type "NamedInts"\n  Member "DEVICE_NAME" is unknown',
range = {
end = {
character = 61,
line = 1096
},
start = {
character = 50,
line = 1096
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_NAME" for type "NamedInts"\n  Member "DEVICE_NAME" is unknown',
range = {
end = {
character = 54,
line = 1082
},
start = {
character = 43,
line = 1082
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_FW_VERSION" for type "NamedInts"\n  Member "DEVICE_FW_VERSION" is unknown',
range = {
end = {
character = 59,
line = 1061
},
start = {
character = 42,
line = 1061
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPORT_RATE" for type "NamedInts"\n  Member "REPORT_RATE" is unknown',
range = {
end = {
character = 55,
line = 1397
},
start = {
character = 44,
line = 1397
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS" for type "NamedInts"\n  Member "REPROG_CONTROLS" is unknown',
range = {
end = {
character = 63,
line = 1233
},
start = {
character = 48,
line = 1233
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 66,
line = 1235
},
start = {
character = 48,
line = 1235
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "FEATURE_SET" for type "NamedInts"\n  Member "FEATURE_SET" is unknown',
range = {
end = {
character = 79,
line = 263
},
start = {
character = 68,
line = 263
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "list[None] | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__init__"\n  Type "list[None] | None" cannot be assigned to type "Iterable[_T@enumerate]"\n    "__iter__" is not present',
range = {
end = {
character = 51,
line = 336
},
start = {
character = 38,
line = 336
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"request" is not a known member of "None"',
range = {
end = {
character = 43,
line = 343
},
start = {
character = 36,
line = 343
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "_fallback" for type "NamedInts"\n  Expression of type "(x: Unknown) -> Unknown" cannot be assigned to member "_fallback" of class "NamedInts"\n    Type cannot be assigned to type "None"',
range = {
end = {
character = 17,
line = 166
},
start = {
character = 8,
line = 166
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "invalid_battery" for type "NamedInts"\n  Member "invalid_battery" is unknown',
range = {
end = {
character = 73,
line = 176
},
start = {
character = 58,
line = 176
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "thermal_error" for type "NamedInts"\n  Member "thermal_error" is unknown',
range = {
end = {
character = 103,
line = 176
},
start = {
character = 90,
line = 176
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ROOT" for type "NamedInts"\n  Member "ROOT" is unknown',
range = {
end = {
character = 23,
line = 231
},
start = {
character = 19,
line = 231
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ROOT" for type "NamedInts"\n  Member "ROOT" is unknown',
range = {
end = {
character = 55,
line = 278
},
start = {
character = 51,
line = 278
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "FEATURE_SET" for type "NamedInts"\n  Member "FEATURE_SET" is unknown',
range = {
end = {
character = 69,
line = 279
},
start = {
character = 58,
line = 279
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "list[None] | None" cannot be assigned to parameter "__obj" of type "Sized" in function "len"\n  Type "list[None] | None" cannot be assigned to type "Sized"\n    "__len__" is not present',
range = {
end = {
character = 58,
line = 291
},
start = {
character = 45,
line = 291
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 32,
line = 294
},
start = {
character = 19,
line = 294
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"feature_request" is not a known member of "None"',
range = {
end = {
character = 57,
line = 295
},
start = {
character = 42,
line = 295
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "FEATURE_SET" for type "NamedInts"\n  Member "FEATURE_SET" is unknown',
range = {
end = {
character = 77,
line = 295
},
start = {
character = 66,
line = 295
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 37,
line = 298
},
start = {
character = 24,
line = 298
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 36,
line = 300
},
start = {
character = 23,
line = 300
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "list[None] | None" cannot be assigned to parameter "__obj" of type "Sized" in function "len"\n  Type "list[None] | None" cannot be assigned to type "Sized"\n    "__len__" is not present',
range = {
end = {
character = 57,
line = 303
},
start = {
character = 44,
line = 303
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalIterable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" cannot be used as iterable value',
range = {
end = {
character = 34,
line = 314
},
start = {
character = 21,
line = 314
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 37,
line = 325
},
start = {
character = 24,
line = 325
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 33,
line = 346
},
start = {
character = 20,
line = 346
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ROOT" for type "NamedInts"\n  Member "ROOT" is unknown',
range = {
end = {
character = 30,
line = 353
},
start = {
character = 26,
line = 353
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "list[None] | None" cannot be assigned to parameter "__obj" of type "Sized" in function "len"\n  Type "list[None] | None" cannot be assigned to type "Sized"\n    "__len__" is not present',
range = {
end = {
character = 42,
line = 355
},
start = {
character = 29,
line = 355
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "list[None] | None" cannot be assigned to parameter "__obj" of type "Sized" in function "len"\n  Type "list[None] | None" cannot be assigned to type "Sized"\n    "__len__" is not present',
range = {
end = {
character = 32,
line = 361
},
start = {
character = 19,
line = 361
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Expression of type "Generator[str | Unknown, None, None]" cannot be assigned to return type "List[str]"\n  "Generator[str | Unknown, None, None]" is incompatible with "List[str]"',
range = {
end = {
character = 60,
line = 400
},
start = {
character = 15,
line = 400
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 42,
line = 490
},
start = {
character = 24,
line = 490
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Expression of type "Generator[str | Any | Unknown, None, None]" cannot be assigned to return type "List[str]"\n  "Generator[str | Any | Unknown, None, None]" is incompatible with "List[str]"',
range = {
end = {
character = 72,
line = 463
},
start = {
character = 15,
line = 463
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "diverted" for type "NamedInts"\n  Member "diverted" is unknown',
range = {
end = {
character = 51,
line = 468
},
start = {
character = 43,
line = 468
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "persistently_diverted" for type "NamedInts"\n  Member "persistently_diverted" is unknown',
range = {
end = {
character = 64,
line = 473
},
start = {
character = 43,
line = 473
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "raw_XY_diverted" for type "NamedInts"\n  Member "raw_XY_diverted" is unknown',
range = {
end = {
character = 58,
line = 479
},
start = {
character = 43,
line = 479
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "Literal[1]" cannot be assigned to parameter "exc_info" of type "_ExcInfoType" in function "error"\n  Type "Literal[1]" cannot be assigned to type "_ExcInfoType"\n    Type cannot be assigned to type "None"\n    "Literal[1]" is incompatible with "bool"\n    "Literal[1]" is incompatible with "tuple[Type[BaseException], BaseException, TracebackType | None]"\n    "Literal[1]" is incompatible with "tuple[None, None, None]"\n    "Literal[1]" is incompatible with "BaseException"',
range = {
end = {
character = 98,
line = 511
},
start = {
character = 97,
line = 511
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "diverted" for type "NamedInts"\n  Member "diverted" is unknown',
range = {
end = {
character = 46,
line = 535
},
start = {
character = 38,
line = 535
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "divertable" for type "NamedInts"\n  Member "divertable" is unknown',
range = {
end = {
character = 80,
line = 535
},
start = {
character = 70,
line = 535
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "persistently_diverted" for type "NamedInts"\n  Member "persistently_diverted" is unknown',
range = {
end = {
character = 59,
line = 536
},
start = {
character = 38,
line = 536
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "persistently_divertable" for type "NamedInts"\n  Member "persistently_divertable" is unknown',
range = {
end = {
character = 106,
line = 536
},
start = {
character = 83,
line = 536
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "analytics_key_events_reporting" for type "NamedInts"\n  Member "analytics_key_events_reporting" is unknown',
range = {
end = {
character = 68,
line = 537
},
start = {
character = 38,
line = 537
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "analytics_key_events" for type "NamedInts"\n  Member "analytics_key_events" is unknown',
range = {
end = {
character = 112,
line = 537
},
start = {
character = 92,
line = 537
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "force_raw_XY_diverted" for type "NamedInts"\n  Member "force_raw_XY_diverted" is unknown',
range = {
end = {
character = 59,
line = 538
},
start = {
character = 38,
line = 538
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "force_raw_XY" for type "NamedInts"\n  Member "force_raw_XY" is unknown',
range = {
end = {
character = 95,
line = 538
},
start = {
character = 83,
line = 538
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "raw_XY_diverted" for type "NamedInts"\n  Member "raw_XY_diverted" is unknown',
range = {
end = {
character = 53,
line = 539
},
start = {
character = 38,
line = 539
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "raw_XY" for type "NamedInts"\n  Member "raw_XY" is unknown',
range = {
end = {
character = 83,
line = 539
},
start = {
character = 77,
line = 539
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 70,
line = 570
},
start = {
character = 52,
line = 570
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS" for type "NamedInts"\n  Member "REPROG_CONTROLS" is unknown',
range = {
end = {
character = 34,
line = 588
},
start = {
character = 19,
line = 588
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 39,
line = 590
},
start = {
character = 21,
line = 590
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS" for type "NamedInts"\n  Member "REPROG_CONTROLS" is unknown',
range = {
end = {
character = 74,
line = 616
},
start = {
character = 59,
line = 616
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "int" cannot be assigned to parameter "__s" of type "slice" in function "__setitem__"\n  "int" is incompatible with "slice"',
range = {
end = {
character = 32,
line = 619
},
start = {
character = 16,
line = 619
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "ReprogrammableKey" cannot be assigned to parameter "__o" of type "Iterable[None]" in function "__setitem__"\n  "ReprogrammableKey" is incompatible with protocol "Iterable[None]"\n    "__iter__" is not present',
range = {
end = {
character = 32,
line = 619
},
start = {
character = 16,
line = 619
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 77,
line = 622
},
start = {
character = 59,
line = 622
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "int" cannot be assigned to parameter "__s" of type "slice" in function "__setitem__"\n  "int" is incompatible with "slice"',
range = {
end = {
character = 32,
line = 626
},
start = {
character = 16,
line = 626
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "ReprogrammableKeyV4" cannot be assigned to parameter "__o" of type "Iterable[None]" in function "__setitem__"\n  "ReprogrammableKeyV4" is incompatible with protocol "Iterable[None]"\n    "__iter__" is not present',
range = {
end = {
character = 32,
line = 626
},
start = {
character = 16,
line = 626
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "_fallback" for type "NamedInts"\n  Expression of type "(x: Unknown) -> Unknown" cannot be assigned to member "_fallback" of class "NamedInts"\n    Type cannot be assigned to type "None"',
range = {
end = {
character = 17,
line = 737
},
start = {
character = 8,
line = 737
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "_fallback" for type "NamedInts"\n  Expression of type "(x: Unknown) -> Unknown" cannot be assigned to member "_fallback" of class "NamedInts"\n    Type cannot be assigned to type "None"',
range = {
end = {
character = 15,
line = 746
},
start = {
character = 6,
line = 746
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "_fallback" for type "NamedInts"\n  Expression of type "(x: Unknown) -> Unknown" cannot be assigned to member "_fallback" of class "NamedInts"\n    Type cannot be assigned to type "None"',
range = {
end = {
character = 14,
line = 795
},
start = {
character = 5,
line = 795
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot assign member "_fallback" for type "NamedInts"\n  Expression of type "(x: Unknown) -> Unknown" cannot be assigned to member "_fallback" of class "NamedInts"\n    Type cannot be assigned to type "None"',
range = {
end = {
character = 19,
line = 812
},
start = {
character = 10,
line = 812
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 68,
line = 845
},
start = {
character = 59,
line = 845
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 47,
line = 853
},
start = {
character = 38,
line = 853
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 64,
line = 894
},
start = {
character = 55,
line = 894
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 64,
line = 906
},
start = {
character = 55,
line = 906
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 62,
line = 913
},
start = {
character = 53,
line = 913
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 67,
line = 938
},
start = {
character = 58,
line = 938
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 31,
line = 943
},
start = {
character = 26,
line = 943
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 62,
line = 963
},
start = {
character = 53,
line = 963
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_FW_VERSION" for type "NamedInts"\n  Member "DEVICE_FW_VERSION" is unknown',
range = {
end = {
character = 61,
line = 1032
},
start = {
character = 44,
line = 1032
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DEVICE_FW_VERSION" for type "NamedInts"\n  Member "DEVICE_FW_VERSION" is unknown',
range = {
end = {
character = 71,
line = 1038
},
start = {
character = 54,
line = 1038
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Hardware" for type "NamedInts"\n  Member "Hardware" is unknown',
range = {
end = {
character = 66,
line = 1049
},
start = {
character = 58,
line = 1049
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Other" for type "NamedInts"\n  Member "Other" is unknown',
range = {
end = {
character = 63,
line = 1051
},
start = {
character = 58,
line = 1051
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Hardware" for type "NamedInts"\n  Member "Hardware" is unknown',
range = {
end = {
character = 52,
line = 1048
},
start = {
character = 44,
line = 1048
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "BATTERY_STATUS" for type "NamedInts"\n  Member "BATTERY_STATUS" is unknown',
range = {
end = {
character = 60,
line = 1137
},
start = {
character = 46,
line = 1137
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "UNIFIED_BATTERY" for type "NamedInts"\n  Member "UNIFIED_BATTERY" is unknown',
range = {
end = {
character = 65,
line = 1146
},
start = {
character = 50,
line = 1146
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 28,
line = 1157
},
start = {
character = 24,
line = 1157
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "good" for type "NamedInts"\n  Member "good" is unknown',
range = {
end = {
character = 33,
line = 1158
},
start = {
character = 29,
line = 1158
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "low" for type "NamedInts"\n  Member "low" is unknown',
range = {
end = {
character = 32,
line = 1159
},
start = {
character = 29,
line = 1159
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "critical" for type "NamedInts"\n  Member "critical" is unknown',
range = {
end = {
character = 37,
line = 1160
},
start = {
character = 29,
line = 1160
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "empty" for type "NamedInts"\n  Member "empty" is unknown',
range = {
end = {
character = 34,
line = 1161
},
start = {
character = 29,
line = 1161
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "BATTERY_VOLTAGE" for type "NamedInts"\n  Member "BATTERY_VOLTAGE" is unknown',
range = {
end = {
character = 69,
line = 1167
},
start = {
character = 54,
line = 1167
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "average" for type "NamedInts"\n  Member "average" is unknown',
range = {
end = {
character = 37,
line = 1196
},
start = {
character = 30,
line = 1196
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 38,
line = 1205
},
start = {
character = 34,
line = 1205
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "critical" for type "NamedInts"\n  Member "critical" is unknown',
range = {
end = {
character = 42,
line = 1213
},
start = {
character = 34,
line = 1213
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "discharging" for type "NamedInts"\n  Member "discharging" is unknown',
range = {
end = {
character = 39,
line = 1194
},
start = {
character = 28,
line = 1194
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "recharging" for type "NamedInts"\n  Member "recharging" is unknown',
range = {
end = {
character = 42,
line = 1200
},
start = {
character = 32,
line = 1200
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 36,
line = 1206
},
start = {
character = 32,
line = 1206
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "slow_recharge" for type "NamedInts"\n  Member "slow_recharge" is unknown',
range = {
end = {
character = 45,
line = 1211
},
start = {
character = 32,
line = 1211
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "unknown" for type "NamedInts"\n  Member "unknown" is unknown',
range = {
end = {
character = 30,
line = 1195
},
start = {
character = 23,
line = 1195
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "unknown" for type "NamedInts"\n  Member "unknown" is unknown',
range = {
end = {
character = 34,
line = 1203
},
start = {
character = 27,
line = 1203
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "full" for type "NamedInts"\n  Member "full" is unknown',
range = {
end = {
character = 41,
line = 1204
},
start = {
character = 37,
line = 1204
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "standard" for type "NamedInts"\n  Member "standard" is unknown',
range = {
end = {
character = 38,
line = 1197
},
start = {
character = 30,
line = 1197
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "fast" for type "NamedInts"\n  Member "fast" is unknown',
range = {
end = {
character = 38,
line = 1208
},
start = {
character = 34,
line = 1208
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "slow" for type "NamedInts"\n  Member "slow" is unknown',
range = {
end = {
character = 38,
line = 1210
},
start = {
character = 34,
line = 1210
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS" for type "NamedInts"\n  Member "REPROG_CONTROLS" is unknown',
range = {
end = {
character = 30,
line = 1232
},
start = {
character = 15,
line = 1232
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 35,
line = 1234
},
start = {
character = 17,
line = 1234
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 24,
line = 1243
},
start = {
character = 15,
line = 1243
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "MOUSE_POINTER" for type "NamedInts"\n  Member "MOUSE_POINTER" is unknown',
range = {
end = {
character = 64,
line = 1248
},
start = {
character = 51,
line = 1248
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "VERTICAL_SCROLLING" for type "NamedInts"\n  Member "VERTICAL_SCROLLING" is unknown',
range = {
end = {
character = 80,
line = 1263
},
start = {
character = 62,
line = 1263
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HI_RES_SCROLLING" for type "NamedInts"\n  Member "HI_RES_SCROLLING" is unknown',
range = {
end = {
character = 76,
line = 1273
},
start = {
character = 60,
line = 1273
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "POINTER_SPEED" for type "NamedInts"\n  Member "POINTER_SPEED" is unknown',
range = {
end = {
character = 70,
line = 1280
},
start = {
character = 57,
line = 1280
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LOWRES_WHEEL" for type "NamedInts"\n  Member "LOWRES_WHEEL" is unknown',
range = {
end = {
character = 70,
line = 1289
},
start = {
character = 58,
line = 1289
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 54,
line = 1297
},
start = {
character = 43,
line = 1297
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 54,
line = 1298
},
start = {
character = 43,
line = 1298
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 57,
line = 1299
},
start = {
character = 46,
line = 1299
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "NEW_FN_INVERSION" for type "NamedInts"\n  Member "NEW_FN_INVERSION" is unknown',
range = {
end = {
character = 60,
line = 1324
},
start = {
character = 44,
line = 1324
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 54,
line = 1333
},
start = {
character = 44,
line = 1333
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 69,
line = 1339
},
start = {
character = 59,
line = 1339
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 97,
line = 1340
},
start = {
character = 89,
line = 1340
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 75,
line = 1344
},
start = {
character = 65,
line = 1344
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 54,
line = 1365
},
start = {
character = 44,
line = 1365
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 65,
line = 1369
},
start = {
character = 55,
line = 1369
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalSubscript",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Object of type "None" is not subscriptable',
range = {
end = {
character = 97,
line = 1370
},
start = {
character = 89,
line = 1370
}
},
severity = 1,
source = "Pyright"
}, {
message = "Code is unreachable",
range = {
end = {
character = 27,
line = 1372
},
start = {
character = 16,
line = 1372
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HOSTS_INFO" for type "NamedInts"\n  Member "HOSTS_INFO" is unknown',
range = {
end = {
character = 69,
line = 1376
},
start = {
character = 59,
line = 1376
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ONBOARD_PROFILES" for type "NamedInts"\n  Member "ONBOARD_PROFILES" is unknown',
range = {
end = {
character = 60,
line = 1384
},
start = {
character = 44,
line = 1384
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ONBOARD_PROFILES" for type "NamedInts"\n  Member "ONBOARD_PROFILES" is unknown',
range = {
end = {
character = 60,
line = 1392
},
start = {
character = 44,
line = 1392
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REMAINING_PAIRING" for type "NamedInts"\n  Member "REMAINING_PAIRING" is unknown',
range = {
end = {
character = 62,
line = 1404
},
start = {
character = 45,
line = 1404
}
},
severity = 1,
source = "Pyright"
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 37,
line = 1152
},
start = {
character = 30,
line = 1152
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"reserved" is not accessed',
range = {
end = {
character = 28,
line = 1309
},
start = {
character = 20,
line = 1309
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"reserved" is not accessed',
range = {
end = {
character = 30,
line = 1316
},
start = {
character = 22,
line = 1316
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 33,
line = 1336
},
start = {
character = 26,
line = 1336
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 23,
line = 1340
},
start = {
character = 16,
line = 1340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 40,
line = 1340
},
start = {
character = 33,
line = 1340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 49,
line = 1340
},
start = {
character = 42,
line = 1340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 67,
line = 1340
},
start = {
character = 60,
line = 1340
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 22,
line = 1367
},
start = {
character = 15,
line = 1367
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 31,
line = 1367
},
start = {
character = 24,
line = 1367
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 19,
line = 1370
},
start = {
character = 12,
line = 1370
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 28,
line = 1370
},
start = {
character = 21,
line = 1370
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 37,
line = 1370
},
start = {
character = 30,
line = 1370
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 46,
line = 1370
},
start = {
character = 39,
line = 1370
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 55,
line = 1370
},
start = {
character = 48,
line = 1370
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/hidpp20.py"
}
}
[TRACE][2022-04-10 14:10:16] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "decode" for type "str"\n  Member "decode" is unknown',
range = {
end = {
character = 44,
line = 24
},
start = {
character = 38,
line = 24
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"unicode" is not defined',
range = {
end = {
character = 11,
line = 23
},
start = {
character = 4,
line = 23
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnusedExpression",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expression value is unused",
range = {
end = {
character = 11,
line = 23
},
start = {
character = 4,
line = 23
}
},
severity = 2,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "decode" for type "str"\n  Member "decode" is unknown',
range = {
end = {
character = 54,
line = 25
},
start = {
character = 48,
line = 25
}
},
severity = 1,
source = "Pyright"
}, {
message = '"_DUMMY" is not accessed',
range = {
end = {
character = 6,
line = 32
},
start = {
character = 0,
line = 32
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/i18n.py"
}
[TRACE][2022-04-10 14:10:16] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "decode" for type "str"\n  Member "decode" is unknown',
range = {
end = {
character = 44,
line = 24
},
start = {
character = 38,
line = 24
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUndefinedVariable",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"unicode" is not defined',
range = {
end = {
character = 11,
line = 23
},
start = {
character = 4,
line = 23
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportUnusedExpression",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expression value is unused",
range = {
end = {
character = 11,
line = 23
},
start = {
character = 4,
line = 23
}
},
severity = 2,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "decode" for type "str"\n  Member "decode" is unknown',
range = {
end = {
character = 54,
line = 25
},
start = {
character = 48,
line = 25
}
},
severity = 1,
source = "Pyright"
}, {
message = '"_DUMMY" is not accessed',
range = {
end = {
character = 6,
line = 32
},
start = {
character = 0,
line = 32
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/i18n.py"
}
}
[TRACE][2022-04-10 14:10:16] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
code = "reportMissingImports",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Import "Queue" could not be resolved',
range = {
end = {
character = 14,
line = 30
},
start = {
character = 9,
line = 30
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"handle" is not a known member of "None"',
range = {
end = {
character = 30,
line = 70
},
start = {
character = 24,
line = 70
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "_notifications_hook" for type "Thread"\n  Member "_notifications_hook" is unknown',
range = {
end = {
character = 57,
line = 88
},
start = {
character = 38,
line = 88
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "float" cannot be assigned to parameter "timeout" of type "int" in function "read"\n  "float" is incompatible with "int"',
range = {
end = {
character = 76,
line = 173
},
start = {
character = 57,
line = 173
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/listener.py"
}
[TRACE][2022-04-10 14:10:16] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
code = "reportMissingImports",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Import "Queue" could not be resolved',
range = {
end = {
character = 14,
line = 30
},
start = {
character = 9,
line = 30
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"handle" is not a known member of "None"',
range = {
end = {
character = 30,
line = 70
},
start = {
character = 24,
line = 70
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "_notifications_hook" for type "Thread"\n  Member "_notifications_hook" is unknown',
range = {
end = {
character = 57,
line = 88
},
start = {
character = 38,
line = 88
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Argument of type "float" cannot be assigned to parameter "timeout" of type "int" in function "read"\n  "float" is incompatible with "int"',
range = {
end = {
character = 76,
line = 173
},
start = {
character = 57,
line = 173
}
},
severity = 1,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/listener.py"
}
}
[TRACE][2022-04-10 14:10:16] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 23,
line = 76
},
start = {
character = 18,
line = 76
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 27,
line = 81
},
start = {
character = 22,
line = 81
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "discovery_status_notification" for type "NamedInts"\n  Member "discovery_status_notification" is unknown',
range = {
end = {
character = 53,
line = 87
},
start = {
character = 24,
line = 87
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 27,
line = 93
},
start = {
character = 22,
line = 93
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 31,
line = 99
},
start = {
character = 26,
line = 99
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "device_discovery_notification" for type "NamedInts"\n  Member "device_discovery_notification" is unknown',
range = {
end = {
character = 53,
line = 104
},
start = {
character = 24,
line = 104
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "pairing_status_notification" for type "NamedInts"\n  Member "pairing_status_notification" is unknown',
range = {
end = {
character = 51,
line = 120
},
start = {
character = 24,
line = 120
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 27,
line = 127
},
start = {
character = 22,
line = 127
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 31,
line = 136
},
start = {
character = 26,
line = 136
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "passkey_request_notification" for type "NamedInts"\n  Member "passkey_request_notification" is unknown',
range = {
end = {
character = 52,
line = 142
},
start = {
character = 24,
line = 142
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "passkey_pressed_notification" for type "NamedInts"\n  Member "passkey_pressed_notification" is unknown',
range = {
end = {
character = 52,
line = 147
},
start = {
character = 24,
line = 147
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "NONE" for type "NamedInts"\n  Member "NONE" is unknown',
range = {
end = {
character = 58,
line = 219
},
start = {
character = 54,
line = 219
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 37,
line = 229
},
start = {
character = 23,
line = 229
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 56,
line = 229
},
start = {
character = 42,
line = 229
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard_illumination" for type "NamedInts"\n  Member "keyboard_illumination" is unknown',
range = {
end = {
character = 43,
line = 237
},
start = {
character = 22,
line = 237
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ALL" for type "NamedInts"\n  Member "ALL" is unknown',
range = {
end = {
character = 57,
line = 257
},
start = {
character = 54,
line = 257
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LINK_ENCRYPTED" for type "NamedInts"\n  Member "LINK_ENCRYPTED" is unknown',
range = {
end = {
character = 32,
line = 283
},
start = {
character = 18,
line = 283
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "NOTIFICATION" for type "NamedInts"\n  Member "NOTIFICATION" is unknown',
range = {
end = {
character = 65,
line = 300
},
start = {
character = 53,
line = 300
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "BATTERY_STATUS" for type "NamedInts"\n  Member "BATTERY_STATUS" is unknown',
range = {
end = {
character = 35,
line = 312
},
start = {
character = 21,
line = 312
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "BATTERY_VOLTAGE" for type "NamedInts"\n  Member "BATTERY_VOLTAGE" is unknown',
range = {
end = {
character = 38,
line = 325
},
start = {
character = 23,
line = 325
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "UNIFIED_BATTERY" for type "NamedInts"\n  Member "UNIFIED_BATTERY" is unknown',
range = {
end = {
character = 38,
line = 332
},
start = {
character = 23,
line = 332
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "SOLAR_DASHBOARD" for type "NamedInts"\n  Member "SOLAR_DASHBOARD" is unknown',
range = {
end = {
character = 38,
line = 339
},
start = {
character = 23,
line = 339
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "discharging" for type "NamedInts"\n  Member "discharging" is unknown',
range = {
end = {
character = 61,
line = 344
},
start = {
character = 50,
line = 344
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LIGHT_LEVEL" for type "NamedInts"\n  Member "LIGHT_LEVEL" is unknown',
range = {
end = {
character = 37,
line = 346
},
start = {
character = 26,
line = 346
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LIGHT_LEVEL" for type "NamedInts"\n  Member "LIGHT_LEVEL" is unknown',
range = {
end = {
character = 37,
line = 349
},
start = {
character = 26,
line = 349
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "recharging" for type "NamedInts"\n  Member "recharging" is unknown',
range = {
end = {
character = 68,
line = 351
},
start = {
character = 58,
line = 351
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "SHOW_WINDOW" for type "NamedInts"\n  Member "SHOW_WINDOW" is unknown',
range = {
end = {
character = 55,
line = 356
},
start = {
character = 44,
line = 356
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "SOLAR_DASHBOARD" for type "NamedInts"\n  Member "SOLAR_DASHBOARD" is unknown',
range = {
end = {
character = 57,
line = 362
},
start = {
character = 42,
line = 362
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "WIRELESS_DEVICE_STATUS" for type "NamedInts"\n  Member "WIRELESS_DEVICE_STATUS" is unknown',
range = {
end = {
character = 45,
line = 368
},
start = {
character = 23,
line = 368
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "NONE" for type "NamedInts"\n  Member "NONE" is unknown',
range = {
end = {
character = 35,
line = 374
},
start = {
character = 31,
line = 374
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "TOUCHMOUSE_RAW_POINTS" for type "NamedInts"\n  Member "TOUCHMOUSE_RAW_POINTS" is unknown',
range = {
end = {
character = 44,
line = 379
},
start = {
character = 23,
line = 379
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS" for type "NamedInts"\n  Member "REPROG_CONTROLS" is unknown',
range = {
end = {
character = 38,
line = 393
},
start = {
character = 23,
line = 393
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 41,
line = 400
},
start = {
character = 23,
line = 400
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 34,
line = 415
},
start = {
character = 23,
line = 415
}
},
severity = 1,
source = "Pyright"
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 67,
line = 327
},
start = {
character = 60,
line = 327
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 76,
line = 327
},
start = {
character = 69,
line = 327
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"adc" is not accessed',
range = {
end = {
character = 28,
line = 341
},
start = {
character = 25,
line = 341
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/notifications.py"
}
[TRACE][2022-04-10 14:10:16] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 23,
line = 76
},
start = {
character = 18,
line = 76
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 27,
line = 81
},
start = {
character = 22,
line = 81
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "discovery_status_notification" for type "NamedInts"\n  Member "discovery_status_notification" is unknown',
range = {
end = {
character = 53,
line = 87
},
start = {
character = 24,
line = 87
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 27,
line = 93
},
start = {
character = 22,
line = 93
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 31,
line = 99
},
start = {
character = 26,
line = 99
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "device_discovery_notification" for type "NamedInts"\n  Member "device_discovery_notification" is unknown',
range = {
end = {
character = 53,
line = 104
},
start = {
character = 24,
line = 104
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "pairing_status_notification" for type "NamedInts"\n  Member "pairing_status_notification" is unknown',
range = {
end = {
character = 51,
line = 120
},
start = {
character = 24,
line = 120
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 27,
line = 127
},
start = {
character = 22,
line = 127
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ERROR" for type "NamedInts"\n  Member "ERROR" is unknown',
range = {
end = {
character = 31,
line = 136
},
start = {
character = 26,
line = 136
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "passkey_request_notification" for type "NamedInts"\n  Member "passkey_request_notification" is unknown',
range = {
end = {
character = 52,
line = 142
},
start = {
character = 24,
line = 142
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "passkey_pressed_notification" for type "NamedInts"\n  Member "passkey_pressed_notification" is unknown',
range = {
end = {
character = 52,
line = 147
},
start = {
character = 24,
line = 147
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "NONE" for type "NamedInts"\n  Member "NONE" is unknown',
range = {
end = {
character = 58,
line = 219
},
start = {
character = 54,
line = 219
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 37,
line = 229
},
start = {
character = 23,
line = 229
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_charge" for type "NamedInts"\n  Member "battery_charge" is unknown',
range = {
end = {
character = 56,
line = 229
},
start = {
character = 42,
line = 229
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard_illumination" for type "NamedInts"\n  Member "keyboard_illumination" is unknown',
range = {
end = {
character = 43,
line = 237
},
start = {
character = 22,
line = 237
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ALL" for type "NamedInts"\n  Member "ALL" is unknown',
range = {
end = {
character = 57,
line = 257
},
start = {
character = 54,
line = 257
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LINK_ENCRYPTED" for type "NamedInts"\n  Member "LINK_ENCRYPTED" is unknown',
range = {
end = {
character = 32,
line = 283
},
start = {
character = 18,
line = 283
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "NOTIFICATION" for type "NamedInts"\n  Member "NOTIFICATION" is unknown',
range = {
end = {
character = 65,
line = 300
},
start = {
character = 53,
line = 300
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "BATTERY_STATUS" for type "NamedInts"\n  Member "BATTERY_STATUS" is unknown',
range = {
end = {
character = 35,
line = 312
},
start = {
character = 21,
line = 312
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "BATTERY_VOLTAGE" for type "NamedInts"\n  Member "BATTERY_VOLTAGE" is unknown',
range = {
end = {
character = 38,
line = 325
},
start = {
character = 23,
line = 325
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "UNIFIED_BATTERY" for type "NamedInts"\n  Member "UNIFIED_BATTERY" is unknown',
range = {
end = {
character = 38,
line = 332
},
start = {
character = 23,
line = 332
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "SOLAR_DASHBOARD" for type "NamedInts"\n  Member "SOLAR_DASHBOARD" is unknown',
range = {
end = {
character = 38,
line = 339
},
start = {
character = 23,
line = 339
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "discharging" for type "NamedInts"\n  Member "discharging" is unknown',
range = {
end = {
character = 61,
line = 344
},
start = {
character = 50,
line = 344
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LIGHT_LEVEL" for type "NamedInts"\n  Member "LIGHT_LEVEL" is unknown',
range = {
end = {
character = 37,
line = 346
},
start = {
character = 26,
line = 346
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LIGHT_LEVEL" for type "NamedInts"\n  Member "LIGHT_LEVEL" is unknown',
range = {
end = {
character = 37,
line = 349
},
start = {
character = 26,
line = 349
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "recharging" for type "NamedInts"\n  Member "recharging" is unknown',
range = {
end = {
character = 68,
line = 351
},
start = {
character = 58,
line = 351
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "SHOW_WINDOW" for type "NamedInts"\n  Member "SHOW_WINDOW" is unknown',
range = {
end = {
character = 55,
line = 356
},
start = {
character = 44,
line = 356
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "SOLAR_DASHBOARD" for type "NamedInts"\n  Member "SOLAR_DASHBOARD" is unknown',
range = {
end = {
character = 57,
line = 362
},
start = {
character = 42,
line = 362
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "WIRELESS_DEVICE_STATUS" for type "NamedInts"\n  Member "WIRELESS_DEVICE_STATUS" is unknown',
range = {
end = {
character = 45,
line = 368
},
start = {
character = 23,
line = 368
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "NONE" for type "NamedInts"\n  Member "NONE" is unknown',
range = {
end = {
character = 35,
line = 374
},
start = {
character = 31,
line = 374
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "TOUCHMOUSE_RAW_POINTS" for type "NamedInts"\n  Member "TOUCHMOUSE_RAW_POINTS" is unknown',
range = {
end = {
character = 44,
line = 379
},
start = {
character = 23,
line = 379
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS" for type "NamedInts"\n  Member "REPROG_CONTROLS" is unknown',
range = {
end = {
character = 38,
line = 393
},
start = {
character = 23,
line = 393
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 41,
line = 400
},
start = {
character = 23,
line = 400
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 34,
line = 415
},
start = {
character = 23,
line = 415
}
},
severity = 1,
source = "Pyright"
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 67,
line = 327
},
start = {
character = 60,
line = 327
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 76,
line = 327
},
start = {
character = 69,
line = 327
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"adc" is not accessed',
range = {
end = {
character = 28,
line = 341
},
start = {
character = 25,
line = 341
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/notifications.py"
}
}
[TRACE][2022-04-10 14:10:16] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_uniqueId" for type "NamedInts"\n  Member "bolt_uniqueId" is unknown',
range = {
end = {
character = 62,
line = 65
},
start = {
character = 49,
line = 65
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 62,
line = 70
},
start = {
character = 49,
line = 70
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_information" for type "NamedInts"\n  Member "receiver_information" is unknown',
range = {
end = {
character = 88,
line = 70
},
start = {
character = 68,
line = 70
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_pairing" for type "NamedInts"\n  Member "receiver_pairing" is unknown',
range = {
end = {
character = 77,
line = 81
},
start = {
character = 61,
line = 81
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_connection" for type "NamedInts"\n  Member "receiver_connection" is unknown',
range = {
end = {
character = 58,
line = 115
},
start = {
character = 39,
line = 115
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 57,
line = 129
},
start = {
character = 43,
line = 129
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "wireless" for type "NamedInts"\n  Member "wireless" is unknown',
range = {
end = {
character = 53,
line = 130
},
start = {
character = 45,
line = 130
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "software_present" for type "NamedInts"\n  Member "software_present" is unknown',
range = {
end = {
character = 61,
line = 131
},
start = {
character = 45,
line = 131
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 58,
line = 148
},
start = {
character = 45,
line = 148
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_device_name" for type "NamedInts"\n  Member "bolt_device_name" is unknown',
range = {
end = {
character = 80,
line = 148
},
start = {
character = 64,
line = 148
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 54,
line = 153
},
start = {
character = 41,
line = 153
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "device_name" for type "NamedInts"\n  Member "device_name" is unknown',
range = {
end = {
character = 71,
line = 153
},
start = {
character = 60,
line = 153
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 59,
line = 160
},
start = {
character = 46,
line = 160
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_pairing_information" for type "NamedInts"\n  Member "bolt_pairing_information" is unknown',
range = {
end = {
character = 89,
line = 160
},
start = {
character = 65,
line = 160
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 55,
line = 167
},
start = {
character = 42,
line = 167
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "pairing_information" for type "NamedInts"\n  Member "pairing_information" is unknown',
range = {
end = {
character = 80,
line = 167
},
start = {
character = 61,
line = 167
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expected 1 positional argument",
range = {
end = {
character = 72,
line = 178
},
start = {
character = 68,
line = 178
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 61,
line = 181
},
start = {
character = 48,
line = 181
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 59,
line = 192
},
start = {
character = 46,
line = 192
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_pairing_information" for type "NamedInts"\n  Member "bolt_pairing_information" is unknown',
range = {
end = {
character = 89,
line = 192
},
start = {
character = 65,
line = 192
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 55,
line = 198
},
start = {
character = 42,
line = 198
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "extended_pairing_information" for type "NamedInts"\n  Member "extended_pairing_information" is unknown',
range = {
end = {
character = 89,
line = 198
},
start = {
character = 61,
line = 198
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_connection" for type "NamedInts"\n  Member "receiver_connection" is unknown',
range = {
end = {
character = 61,
line = 230
},
start = {
character = 42,
line = 230
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_pairing" for type "NamedInts"\n  Member "receiver_pairing" is unknown',
range = {
end = {
character = 59,
line = 256
},
start = {
character = 43,
line = 256
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_device_discovery" for type "NamedInts"\n  Member "bolt_device_discovery" is unknown',
range = {
end = {
character = 64,
line = 265
},
start = {
character = 43,
line = 265
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_pairing" for type "NamedInts"\n  Member "bolt_pairing" is unknown',
range = {
end = {
character = 55,
line = 274
},
start = {
character = 43,
line = 274
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_connection" for type "NamedInts"\n  Member "receiver_connection" is unknown',
range = {
end = {
character = 57,
line = 280
},
start = {
character = 38,
line = 280
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_pairing" for type "NamedInts"\n  Member "bolt_pairing" is unknown',
range = {
end = {
character = 59,
line = 341
},
start = {
character = 47,
line = 341
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_pairing" for type "NamedInts"\n  Member "receiver_pairing" is unknown',
range = {
end = {
character = 63,
line = 343
},
start = {
character = 47,
line = 343
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportSelfClsParameterName",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Class methods should take a "cls" parameter',
range = {
end = {
character = 17,
line = 382
},
start = {
character = 13,
line = 382
}
},
severity = 2,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/receiver.py"
}
[TRACE][2022-04-10 14:10:16] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_uniqueId" for type "NamedInts"\n  Member "bolt_uniqueId" is unknown',
range = {
end = {
character = 62,
line = 65
},
start = {
character = 49,
line = 65
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 62,
line = 70
},
start = {
character = 49,
line = 70
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_information" for type "NamedInts"\n  Member "receiver_information" is unknown',
range = {
end = {
character = 88,
line = 70
},
start = {
character = 68,
line = 70
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_pairing" for type "NamedInts"\n  Member "receiver_pairing" is unknown',
range = {
end = {
character = 77,
line = 81
},
start = {
character = 61,
line = 81
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_connection" for type "NamedInts"\n  Member "receiver_connection" is unknown',
range = {
end = {
character = 58,
line = 115
},
start = {
character = 39,
line = 115
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "battery_status" for type "NamedInts"\n  Member "battery_status" is unknown',
range = {
end = {
character = 57,
line = 129
},
start = {
character = 43,
line = 129
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "wireless" for type "NamedInts"\n  Member "wireless" is unknown',
range = {
end = {
character = 53,
line = 130
},
start = {
character = 45,
line = 130
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "software_present" for type "NamedInts"\n  Member "software_present" is unknown',
range = {
end = {
character = 61,
line = 131
},
start = {
character = 45,
line = 131
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 58,
line = 148
},
start = {
character = 45,
line = 148
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_device_name" for type "NamedInts"\n  Member "bolt_device_name" is unknown',
range = {
end = {
character = 80,
line = 148
},
start = {
character = 64,
line = 148
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 54,
line = 153
},
start = {
character = 41,
line = 153
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "device_name" for type "NamedInts"\n  Member "device_name" is unknown',
range = {
end = {
character = 71,
line = 153
},
start = {
character = 60,
line = 153
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 59,
line = 160
},
start = {
character = 46,
line = 160
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_pairing_information" for type "NamedInts"\n  Member "bolt_pairing_information" is unknown',
range = {
end = {
character = 89,
line = 160
},
start = {
character = 65,
line = 160
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 55,
line = 167
},
start = {
character = 42,
line = 167
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "pairing_information" for type "NamedInts"\n  Member "pairing_information" is unknown',
range = {
end = {
character = 80,
line = 167
},
start = {
character = 61,
line = 167
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = "Expected 1 positional argument",
range = {
end = {
character = 72,
line = 178
},
start = {
character = 68,
line = 178
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 61,
line = 181
},
start = {
character = 48,
line = 181
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 59,
line = 192
},
start = {
character = 46,
line = 192
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_pairing_information" for type "NamedInts"\n  Member "bolt_pairing_information" is unknown',
range = {
end = {
character = 89,
line = 192
},
start = {
character = 65,
line = 192
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_info" for type "NamedInts"\n  Member "receiver_info" is unknown',
range = {
end = {
character = 55,
line = 198
},
start = {
character = 42,
line = 198
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "extended_pairing_information" for type "NamedInts"\n  Member "extended_pairing_information" is unknown',
range = {
end = {
character = 89,
line = 198
},
start = {
character = 61,
line = 198
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_connection" for type "NamedInts"\n  Member "receiver_connection" is unknown',
range = {
end = {
character = 61,
line = 230
},
start = {
character = 42,
line = 230
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_pairing" for type "NamedInts"\n  Member "receiver_pairing" is unknown',
range = {
end = {
character = 59,
line = 256
},
start = {
character = 43,
line = 256
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_device_discovery" for type "NamedInts"\n  Member "bolt_device_discovery" is unknown',
range = {
end = {
character = 64,
line = 265
},
start = {
character = 43,
line = 265
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_pairing" for type "NamedInts"\n  Member "bolt_pairing" is unknown',
range = {
end = {
character = 55,
line = 274
},
start = {
character = 43,
line = 274
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_connection" for type "NamedInts"\n  Member "receiver_connection" is unknown',
range = {
end = {
character = 57,
line = 280
},
start = {
character = 38,
line = 280
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "bolt_pairing" for type "NamedInts"\n  Member "bolt_pairing" is unknown',
range = {
end = {
character = 59,
line = 341
},
start = {
character = 47,
line = 341
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "receiver_pairing" for type "NamedInts"\n  Member "receiver_pairing" is unknown',
range = {
end = {
character = 63,
line = 343
},
start = {
character = 47,
line = 343
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportSelfClsParameterName",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Class methods should take a "cls" parameter',
range = {
end = {
character = 17,
line = 382
},
start = {
character = 13,
line = 382
}
},
severity = 2,
source = "Pyright"
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/receiver.py"
}
}
[TRACE][2022-04-10 14:10:16] .../lua/vim/lsp.lua:731 "notification" "$/progress" {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "report",
message = "28 files to analyze"
}
}
[TRACE][2022-04-10 14:10:16] ...lsp/handlers.lua:437 "default_handler" "$/progress" {
ctx = '{\n client_id = 1,\n method = "$/progress"\n}',
result = {
token = "4d6a64cb-ef0e-44bb-ad46-6f96006620c2",
value = {
kind = "report",
message = "28 files to analyze"
}
}
}
[DEBUG][2022-04-10 14:10:17] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "choice" for type "NamedInts"\n  Member "choice" is unknown',
range = {
end = {
character = 96,
line = 95
},
start = {
character = 90,
line = 95
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "toggle" for type "NamedInts"\n  Member "toggle" is unknown',
range = {
end = {
character = 22,
line = 606
},
start = {
character = 16,
line = 606
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Operator "|=" not supported for types "int | bytes" and "int"\n  Operator "|" not supported for types "bytes" and "int"',
range = {
end = {
character = 70,
line = 697
},
start = {
character = 16,
line = 697
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "multiple_toggle" for type "NamedInts"\n  Member "multiple_toggle" is unknown',
range = {
end = {
character = 31,
line = 726
},
start = {
character = 16,
line = 726
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "multiple_toggle" for type "NamedInts"\n  Member "multiple_toggle" is unknown',
range = {
end = {
character = 31,
line = 761
},
start = {
character = 16,
line = 761
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "choice" for type "NamedInts"\n  Member "choice" is unknown',
range = {
end = {
character = 22,
line = 841
},
start = {
character = 16,
line = 841
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "map_choice" for type "NamedInts"\n  Member "map_choice" is unknown',
range = {
end = {
character = 26,
line = 890
},
start = {
character = 16,
line = 890
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "multiple_range" for type "NamedInts"\n  Member "multiple_range" is unknown',
range = {
end = {
character = 30,
line = 987
},
start = {
character = 16,
line = 987
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 99,
line = 1089
},
start = {
character = 81,
line = 1089
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"key" is not a known member of "None"',
range = {
end = {
character = 60,
line = 1092
},
start = {
character = 57,
line = 1092
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"key" is not a known member of "None"',
range = {
end = {
character = 43,
line = 1096
},
start = {
character = 40,
line = 1096
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"key" is not a known member of "None"',
range = {
end = {
character = 66,
line = 1101
},
start = {
character = 63,
line = 1101
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"write_key_value" is not a known member of "None"',
range = {
end = {
character = 45,
line = 1115
},
start = {
character = 30,
line = 1115
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"write_key_value" is not a known member of "None"',
range = {
end = {
character = 45,
line = 1125
},
start = {
character = 30,
line = 1125
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"key" is not a known member of "None"',
range = {
end = {
character = 62,
line = 1125
},
start = {
character = 59,
line = 1125
}
},
severity = 1,
source = "Pyright"
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 100,
line = 52
},
start = {
character = 93,
line = 52
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"key" is not accessed',
range = {
end = {
character = 35,
line = 105
},
start = {
character = 32,
line = 105
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 19,
line = 740
},
start = {
character = 12,
line = 740
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 23,
line = 814
},
start = {
character = 16,
line = 814
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"current_value" is not accessed',
range = {
end = {
character = 52,
line = 870
},
start = {
character = 39,
line = 870
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"current_value" is not accessed',
range = {
end = {
character = 52,
line = 979
},
start = {
character = 39,
line = 979
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"dx" is not accessed',
range = {
end = {
character = 28,
line = 1078
},
start = {
character = 26,
line = 1078
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"dy" is not accessed',
range = {
end = {
character = 32,
line = 1078
},
start = {
character = 30,
line = 1078
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"key" is not accessed',
range = {
end = {
character = 28,
line = 1081
},
start = {
character = 25,
line = 1081
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 25,
line = 1084
},
start = {
character = 19,
line = 1084
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/settings.py"
}
}
[TRACE][2022-04-10 14:10:17] .../lua/vim/lsp.lua:731 "notification" "textDocument/publishDiagnostics" {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "choice" for type "NamedInts"\n  Member "choice" is unknown',
range = {
end = {
character = 96,
line = 95
},
start = {
character = 90,
line = 95
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "toggle" for type "NamedInts"\n  Member "toggle" is unknown',
range = {
end = {
character = 22,
line = 606
},
start = {
character = 16,
line = 606
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Operator "|=" not supported for types "int | bytes" and "int"\n  Operator "|" not supported for types "bytes" and "int"',
range = {
end = {
character = 70,
line = 697
},
start = {
character = 16,
line = 697
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "multiple_toggle" for type "NamedInts"\n  Member "multiple_toggle" is unknown',
range = {
end = {
character = 31,
line = 726
},
start = {
character = 16,
line = 726
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "multiple_toggle" for type "NamedInts"\n  Member "multiple_toggle" is unknown',
range = {
end = {
character = 31,
line = 761
},
start = {
character = 16,
line = 761
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "choice" for type "NamedInts"\n  Member "choice" is unknown',
range = {
end = {
character = 22,
line = 841
},
start = {
character = 16,
line = 841
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "map_choice" for type "NamedInts"\n  Member "map_choice" is unknown',
range = {
end = {
character = 26,
line = 890
},
start = {
character = 16,
line = 890
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "multiple_range" for type "NamedInts"\n  Member "multiple_range" is unknown',
range = {
end = {
character = 30,
line = 987
},
start = {
character = 16,
line = 987
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 99,
line = 1089
},
start = {
character = 81,
line = 1089
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"key" is not a known member of "None"',
range = {
end = {
character = 60,
line = 1092
},
start = {
character = 57,
line = 1092
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"key" is not a known member of "None"',
range = {
end = {
character = 43,
line = 1096
},
start = {
character = 40,
line = 1096
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"key" is not a known member of "None"',
range = {
end = {
character = 66,
line = 1101
},
start = {
character = 63,
line = 1101
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"write_key_value" is not a known member of "None"',
range = {
end = {
character = 45,
line = 1115
},
start = {
character = 30,
line = 1115
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"write_key_value" is not a known member of "None"',
range = {
end = {
character = 45,
line = 1125
},
start = {
character = 30,
line = 1125
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"key" is not a known member of "None"',
range = {
end = {
character = 62,
line = 1125
},
start = {
character = 59,
line = 1125
}
},
severity = 1,
source = "Pyright"
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 100,
line = 52
},
start = {
character = 93,
line = 52
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"key" is not accessed',
range = {
end = {
character = 35,
line = 105
},
start = {
character = 32,
line = 105
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 19,
line = 740
},
start = {
character = 12,
line = 740
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 23,
line = 814
},
start = {
character = 16,
line = 814
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"current_value" is not accessed',
range = {
end = {
character = 52,
line = 870
},
start = {
character = 39,
line = 870
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"current_value" is not accessed',
range = {
end = {
character = 52,
line = 979
},
start = {
character = 39,
line = 979
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"dx" is not accessed',
range = {
end = {
character = 28,
line = 1078
},
start = {
character = 26,
line = 1078
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"dy" is not accessed',
range = {
end = {
character = 32,
line = 1078
},
start = {
character = 30,
line = 1078
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"key" is not accessed',
range = {
end = {
character = 28,
line = 1081
},
start = {
character = 25,
line = 1081
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 25,
line = 1084
},
start = {
character = 19,
line = 1084
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/settings.py"
}
[TRACE][2022-04-10 14:10:17] ...lsp/handlers.lua:437 "default_handler" "textDocument/publishDiagnostics" {
ctx = '{\n client_id = 1,\n method = "textDocument/publishDiagnostics"\n}',
result = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "choice" for type "NamedInts"\n  Member "choice" is unknown',
range = {
end = {
character = 96,
line = 95
},
start = {
character = 90,
line = 95
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "toggle" for type "NamedInts"\n  Member "toggle" is unknown',
range = {
end = {
character = 22,
line = 606
},
start = {
character = 16,
line = 606
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Operator "|=" not supported for types "int | bytes" and "int"\n  Operator "|" not supported for types "bytes" and "int"',
range = {
end = {
character = 70,
line = 697
},
start = {
character = 16,
line = 697
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "multiple_toggle" for type "NamedInts"\n  Member "multiple_toggle" is unknown',
range = {
end = {
character = 31,
line = 726
},
start = {
character = 16,
line = 726
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "multiple_toggle" for type "NamedInts"\n  Member "multiple_toggle" is unknown',
range = {
end = {
character = 31,
line = 761
},
start = {
character = 16,
line = 761
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "choice" for type "NamedInts"\n  Member "choice" is unknown',
range = {
end = {
character = 22,
line = 841
},
start = {
character = 16,
line = 841
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "map_choice" for type "NamedInts"\n  Member "map_choice" is unknown',
range = {
end = {
character = 26,
line = 890
},
start = {
character = 16,
line = 890
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "multiple_range" for type "NamedInts"\n  Member "multiple_range" is unknown',
range = {
end = {
character = 30,
line = 987
},
start = {
character = 16,
line = 987
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 99,
line = 1089
},
start = {
character = 81,
line = 1089
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"key" is not a known member of "None"',
range = {
end = {
character = 60,
line = 1092
},
start = {
character = 57,
line = 1092
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"key" is not a known member of "None"',
range = {
end = {
character = 43,
line = 1096
},
start = {
character = 40,
line = 1096
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"key" is not a known member of "None"',
range = {
end = {
character = 66,
line = 1101
},
start = {
character = 63,
line = 1101
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"write_key_value" is not a known member of "None"',
range = {
end = {
character = 45,
line = 1115
},
start = {
character = 30,
line = 1115
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"write_key_value" is not a known member of "None"',
range = {
end = {
character = 45,
line = 1125
},
start = {
character = 30,
line = 1125
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"key" is not a known member of "None"',
range = {
end = {
character = 62,
line = 1125
},
start = {
character = 59,
line = 1125
}
},
severity = 1,
source = "Pyright"
}, {
message = '"feature" is not accessed',
range = {
end = {
character = 100,
line = 52
},
start = {
character = 93,
line = 52
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"key" is not accessed',
range = {
end = {
character = 35,
line = 105
},
start = {
character = 32,
line = 105
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 19,
line = 740
},
start = {
character = 12,
line = 740
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"_ignore" is not accessed',
range = {
end = {
character = 23,
line = 814
},
start = {
character = 16,
line = 814
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"current_value" is not accessed',
range = {
end = {
character = 52,
line = 870
},
start = {
character = 39,
line = 870
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"current_value" is not accessed',
range = {
end = {
character = 52,
line = 979
},
start = {
character = 39,
line = 979
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"dx" is not accessed',
range = {
end = {
character = 28,
line = 1078
},
start = {
character = 26,
line = 1078
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"dy" is not accessed',
range = {
end = {
character = 32,
line = 1078
},
start = {
character = 30,
line = 1078
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"key" is not accessed',
range = {
end = {
character = 28,
line = 1081
},
start = {
character = 25,
line = 1081
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
}, {
message = '"device" is not accessed',
range = {
end = {
character = 25,
line = 1084
},
start = {
character = 19,
line = 1084
}
},
severity = 4,
source = "Pyright",
tags = { 1 }
} },
uri = "file:///home/tomas/src/github/pwr-Solaar/Solaar/lib/logitech_receiver/settings.py"
}
}
[DEBUG][2022-04-10 14:10:17] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "textDocument/publishDiagnostics",
params = {
diagnostics = { {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HI_RES_SCROLLING" for type "NamedInts"\n  Member "HI_RES_SCROLLING" is unknown',
range = {
end = {
character = 42,
line = 883
},
start = {
character = 26,
line = 883
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LOWRES_WHEEL" for type "NamedInts"\n  Member "LOWRES_WHEEL" is unknown',
range = {
end = {
character = 39,
line = 884
},
start = {
character = 27,
line = 884
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 33,
line = 885
},
start = {
character = 22,
line = 885
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 33,
line = 886
},
start = {
character = 22,
line = 886
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "SMART_SHIFT" for type "NamedInts"\n  Member "SMART_SHIFT" is unknown',
range = {
end = {
character = 35,
line = 887
},
start = {
character = 24,
line = 887
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "SMART_SHIFT_ENHANCED" for type "NamedInts"\n  Member "SMART_SHIFT_ENHANCED" is unknown',
range = {
end = {
character = 44,
line = 888
},
start = {
character = 24,
line = 888
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "THUMB_WHEEL" for type "NamedInts"\n  Member "THUMB_WHEEL" is unknown',
range = {
end = {
character = 41,
line = 889
},
start = {
character = 30,
line = 889
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "THUMB_WHEEL" for type "NamedInts"\n  Member "THUMB_WHEEL" is unknown',
range = {
end = {
character = 43,
line = 890
},
start = {
character = 32,
line = 890
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ADJUSTABLE_DPI" for type "NamedInts"\n  Member "ADJUSTABLE_DPI" is unknown',
range = {
end = {
character = 30,
line = 891
},
start = {
character = 16,
line = 891
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 42,
line = 892
},
start = {
character = 24,
line = 892
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 45,
line = 893
},
start = {
character = 27,
line = 893
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "POINTER_SPEED" for type "NamedInts"\n  Member "POINTER_SPEED" is unknown',
range = {
end = {
character = 39,
line = 894
},
start = {
character = 26,
line = 894
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "POINTER_SPEED" for type "NamedInts"\n  Member "POINTER_SPEED" is unknown',
range = {
end = {
character = 38,
line = 895
},
start = {
character = 25,
line = 895
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "BACKLIGHT2" for type "NamedInts"\n  Member "BACKLIGHT2" is unknown',
range = {
end = {
character = 32,
line = 896
},
start = {
character = 22,
line = 896
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "FN_INVERSION" for type "NamedInts"\n  Member "FN_INVERSION" is unknown',
range = {
end = {
character = 32,
line = 897
},
start = {
character = 20,
line = 897
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "NEW_FN_INVERSION" for type "NamedInts"\n  Member "NEW_FN_INVERSION" is unknown',
range = {
end = {
character = 36,
line = 898
},
start = {
character = 20,
line = 898
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "K375S_FN_INVERSION" for type "NamedInts"\n  Member "K375S_FN_INVERSION" is unknown',
range = {
end = {
character = 38,
line = 899
},
start = {
character = 20,
line = 899
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 50,
line = 900
},
start = {
character = 32,
line = 900
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 42,
line = 901
},
start = {
character = 24,
line = 901
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "KEYBOARD_DISABLE_KEYS" for type "NamedInts"\n  Member "KEYBOARD_DISABLE_KEYS" is unknown',
range = {
end = {
character = 46,
line = 902
},
start = {
character = 25,
line = 902
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPORT_RATE" for type "NamedInts"\n  Member "REPORT_RATE" is unknown',
range = {
end = {
character = 35,
line = 903
},
start = {
character = 24,
line = 903
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 30,
line = 904
},
start = {
character = 25,
line = 904
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CROWN" for type "NamedInts"\n  Member "CROWN" is unknown',
range = {
end = {
character = 30,
line = 905
},
start = {
character = 25,
line = 905
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GKEY" for type "NamedInts"\n  Member "GKEY" is unknown',
range = {
end = {
character = 29,
line = 906
},
start = {
character = 25,
line = 906
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "MULTIPLATFORM" for type "NamedInts"\n  Member "MULTIPLATFORM" is unknown',
range = {
end = {
character = 34,
line = 907
},
start = {
character = 21,
line = 907
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DUALPLATFORM" for type "NamedInts"\n  Member "DUALPLATFORM" is unknown',
range = {
end = {
character = 33,
line = 908
},
start = {
character = 21,
line = 908
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "CHANGE_HOST" for type "NamedInts"\n  Member "CHANGE_HOST" is unknown',
range = {
end = {
character = 35,
line = 909
},
start = {
character = 24,
line = 909
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 39,
line = 910
},
start = {
character = 30,
line = 910
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "GESTURE_2" for type "NamedInts"\n  Member "GESTURE_2" is unknown',
range = {
end = {
character = 37,
line = 911
},
start = {
character = 28,
line = 911
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard_hand_detection" for type "NamedInts"\n  Member "keyboard_hand_detection" is unknown',
range = {
end = {
character = 75,
line = 267
},
start = {
character = 52,
line = 267
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard" for type "NamedInts"\n  Member "keyboard" is unknown',
range = {
end = {
character = 114,
line = 267
},
start = {
character = 106,
line = 267
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard_fn_swap" for type "NamedInts"\n  Member "keyboard_fn_swap" is unknown',
range = {
end = {
character = 61,
line = 272
},
start = {
character = 45,
line = 272
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard" for type "NamedInts"\n  Member "keyboard" is unknown',
range = {
end = {
character = 100,
line = 272
},
start = {
character = 92,
line = 272
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse_button_flags" for type "NamedInts"\n  Member "mouse_button_flags" is unknown',
range = {
end = {
character = 69,
line = 277
},
start = {
character = 51,
line = 277
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 105,
line = 277
},
start = {
character = 100,
line = 277
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "trackball" for type "NamedInts"\n  Member "trackball" is unknown',
range = {
end = {
character = 120,
line = 277
},
start = {
character = 111,
line = 277
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse_button_flags" for type "NamedInts"\n  Member "mouse_button_flags" is unknown',
range = {
end = {
character = 67,
line = 282
},
start = {
character = 49,
line = 282
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 103,
line = 282
},
start = {
character = 98,
line = 282
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "trackball" for type "NamedInts"\n  Member "trackball" is unknown',
range = {
end = {
character = 118,
line = 282
},
start = {
character = 109,
line = 282
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse_dpi" for type "NamedInts"\n  Member "mouse_dpi" is unknown',
range = {
end = {
character = 50,
line = 286
},
start = {
character = 41,
line = 286
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 95,
line = 286
},
start = {
character = 90,
line = 286
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "trackball" for type "NamedInts"\n  Member "trackball" is unknown',
range = {
end = {
character = 110,
line = 286
},
start = {
character = 101,
line = 286
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "FN_INVERSION" for type "NamedInts"\n  Member "FN_INVERSION" is unknown',
range = {
end = {
character = 56,
line = 290
},
start = {
character = 44,
line = 290
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard" for type "NamedInts"\n  Member "keyboard" is unknown',
range = {
end = {
character = 97,
line = 290
},
start = {
character = 89,
line = 290
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "NEW_FN_INVERSION" for type "NamedInts"\n  Member "NEW_FN_INVERSION" is unknown',
range = {
end = {
character = 60,
line = 294
},
start = {
character = 44,
line = 294
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard" for type "NamedInts"\n  Member "keyboard" is unknown',
range = {
end = {
character = 101,
line = 294
},
start = {
character = 93,
line = 294
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "K375S_FN_INVERSION" for type "NamedInts"\n  Member "K375S_FN_INVERSION" is unknown',
range = {
end = {
character = 62,
line = 301
},
start = {
character = 44,
line = 301
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard" for type "NamedInts"\n  Member "keyboard" is unknown',
range = {
end = {
character = 117,
line = 301
},
start = {
character = 109,
line = 301
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "BACKLIGHT2" for type "NamedInts"\n  Member "BACKLIGHT2" is unknown',
range = {
end = {
character = 56,
line = 307
},
start = {
character = 46,
line = 307
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard" for type "NamedInts"\n  Member "keyboard" is unknown',
range = {
end = {
character = 97,
line = 307
},
start = {
character = 89,
line = 307
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HI_RES_SCROLLING" for type "NamedInts"\n  Member "HI_RES_SCROLLING" is unknown',
range = {
end = {
character = 66,
line = 311
},
start = {
character = 50,
line = 311
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 104,
line = 311
},
start = {
character = 99,
line = 311
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "trackball" for type "NamedInts"\n  Member "trackball" is unknown',
range = {
end = {
character = 119,
line = 311
},
start = {
character = 110,
line = 311
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "LOWRES_WHEEL" for type "NamedInts"\n  Member "LOWRES_WHEEL" is unknown',
range = {
end = {
character = 63,
line = 315
},
start = {
character = 51,
line = 315
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 101,
line = 315
},
start = {
character = 96,
line = 315
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "trackball" for type "NamedInts"\n  Member "trackball" is unknown',
range = {
end = {
character = 116,
line = 315
},
start = {
character = 107,
line = 315
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 34,
line = 319
},
start = {
character = 23,
line = 319
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 69,
line = 321
},
start = {
character = 64,
line = 321
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "trackball" for type "NamedInts"\n  Member "trackball" is unknown',
range = {
end = {
character = 84,
line = 321
},
start = {
character = 75,
line = 321
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "HIRES_WHEEL" for type "NamedInts"\n  Member "HIRES_WHEEL" is unknown',
range = {
end = {
character = 34,
line = 325
},
start = {
character = 23,
line = 325
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 69,
line = 327
},
start = {
character = 64,
line = 327
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "trackball" for type "NamedInts"\n  Member "trackball" is unknown',
range = {
end = {
character = 84,
line = 327
},
start = {
character = 75,
line = 327
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "SMART_SHIFT" for type "NamedInts"\n  Member "SMART_SHIFT" is unknown',
range = {
end = {
character = 37,
line = 360
},
start = {
character = 26,
line = 360
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 71,
line = 361
},
start = {
character = 66,
line = 361
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "trackball" for type "NamedInts"\n  Member "trackball" is unknown',
range = {
end = {
character = 86,
line = 361
},
start = {
character = 77,
line = 361
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "SMART_SHIFT_ENHANCED" for type "NamedInts"\n  Member "SMART_SHIFT_ENHANCED" is unknown',
range = {
end = {
character = 46,
line = 366
},
start = {
character = 26,
line = 366
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 71,
line = 367
},
start = {
character = 66,
line = 367
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "trackball" for type "NamedInts"\n  Member "trackball" is unknown',
range = {
end = {
character = 86,
line = 367
},
start = {
character = 77,
line = 367
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"set_rawXY_reporting" is not a known member of "None"',
range = {
end = {
character = 40,
line = 380
},
start = {
character = 21,
line = 380
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"settings" is not a known member of "None"',
range = {
end = {
character = 91,
line = 381
},
start = {
character = 83,
line = 381
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"choices" is not a known member of "None"',
range = {
end = {
character = 58,
line = 382
},
start = {
character = 51,
line = 382
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"persister" is not a known member of "None"',
range = {
end = {
character = 101,
line = 383
},
start = {
character = 92,
line = 383
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"persister" is not a known member of "None"',
range = {
end = {
character = 52,
line = 383
},
start = {
character = 43,
line = 383
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"read" is not a known member of "None"',
range = {
end = {
character = 77,
line = 385
},
start = {
character = 73,
line = 385
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"read" is not a known member of "None"',
range = {
end = {
character = 68,
line = 416
},
start = {
character = 64,
line = 416
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"set_rawXY_reporting" is not a known member of "None"',
range = {
end = {
character = 40,
line = 391
},
start = {
character = 21,
line = 391
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"write" is not a known member of "None"',
range = {
end = {
character = 33,
line = 395
},
start = {
character = 28,
line = 395
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"persister" is not a known member of "None"',
range = {
end = {
character = 40,
line = 418
},
start = {
character = 31,
line = 418
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"persister" is not a known member of "None"',
range = {
end = {
character = 41,
line = 419
},
start = {
character = 32,
line = 419
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"read" is not a known member of "None"',
range = {
end = {
character = 42,
line = 427
},
start = {
character = 38,
line = 427
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"read" is not a known member of "None"',
range = {
end = {
character = 68,
line = 434
},
start = {
character = 64,
line = 434
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DPI_Switch" for type "NamedInts"\n  Member "DPI_Switch" is unknown',
range = {
end = {
character = 54,
line = 440
},
start = {
character = 44,
line = 440
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 35,
line = 445
},
start = {
character = 30,
line = 445
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ADJUSTABLE_DPI" for type "NamedInts"\n  Member "ADJUSTABLE_DPI" is unknown',
range = {
end = {
character = 57,
line = 445
},
start = {
character = 43,
line = 445
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 79,
line = 461
},
start = {
character = 74,
line = 461
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"persister" is not a known member of "None"',
range = {
end = {
character = 100,
line = 468
},
start = {
character = 91,
line = 468
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"persister" is not a known member of "None"',
range = {
end = {
character = 48,
line = 468
},
start = {
character = 39,
line = 468
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"persister" is not a known member of "None"',
range = {
end = {
character = 96,
line = 469
},
start = {
character = 87,
line = 469
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"persister" is not a known member of "None"',
range = {
end = {
character = 44,
line = 469
},
start = {
character = 35,
line = 469
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"settings" is not a known member of "None"',
range = {
end = {
character = 99,
line = 470
},
start = {
character = 91,
line = 470
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"persister" is not a known member of "None"',
range = {
end = {
character = 36,
line = 478
},
start = {
character = 27,
line = 478
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"persister" is not a known member of "None"',
range = {
end = {
character = 37,
line = 479
},
start = {
character = 28,
line = 479
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "DPI_Change" for type "NamedInts"\n  Member "DPI_Change" is unknown',
range = {
end = {
character = 70,
line = 482
},
start = {
character = 60,
line = 482
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 80,
line = 489
},
start = {
character = 75,
line = 489
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "trackball" for type "NamedInts"\n  Member "trackball" is unknown',
range = {
end = {
character = 95,
line = 489
},
start = {
character = 86,
line = 489
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ADJUSTABLE_DPI" for type "NamedInts"\n  Member "ADJUSTABLE_DPI" is unknown',
range = {
end = {
character = 52,
line = 494
},
start = {
character = 38,
line = 494
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "ADJUSTABLE_DPI" for type "NamedInts"\n  Member "ADJUSTABLE_DPI" is unknown',
range = {
end = {
character = 37,
line = 520
},
start = {
character = 23,
line = 520
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 95,
line = 521
},
start = {
character = 90,
line = 521
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "trackball" for type "NamedInts"\n  Member "trackball" is unknown',
range = {
end = {
character = 110,
line = 521
},
start = {
character = 101,
line = 521
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"set_rawXY_reporting" is not a known member of "None"',
range = {
end = {
character = 40,
line = 529
},
start = {
character = 21,
line = 529
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"settings" is not a known member of "None"',
range = {
end = {
character = 91,
line = 530
},
start = {
character = 83,
line = 530
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"set_rawXY_reporting" is not a known member of "None"',
range = {
end = {
character = 40,
line = 535
},
start = {
character = 21,
line = 535
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportOptionalMemberAccess",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = '"status" is not a known member of "None"',
range = {
end = {
character = 69,
line = 559
},
start = {
character = 63,
line = 559
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "MOUSE_GESTURE" for type "NamedInts"\n  Member "MOUSE_GESTURE" is unknown',
range = {
end = {
character = 115,
line = 559
},
start = {
character = 102,
line = 559
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "Mouse_Gesture_Button" for type "NamedInts"\n  Member "Mouse_Gesture_Button" is unknown',
range = {
end = {
character = 50,
line = 598
},
start = {
character = 30,
line = 598
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "MultiPlatform_Gesture_Button" for type "NamedInts"\n  Member "MultiPlatform_Gesture_Button" is unknown',
range = {
end = {
character = 58,
line = 599
},
start = {
character = 30,
line = 599
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 35,
line = 603
},
start = {
character = 30,
line = 603
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 82,
line = 619
},
start = {
character = 77,
line = 619
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPORT_RATE" for type "NamedInts"\n  Member "REPORT_RATE" is unknown',
range = {
end = {
character = 49,
line = 626
},
start = {
character = 38,
line = 626
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "MODE_HOST" for type "NamedInts"\n  Member "MODE_HOST" is unknown',
range = {
end = {
character = 80,
line = 639
},
start = {
character = 71,
line = 639
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "MODE_HOST" for type "NamedInts"\n  Member "MODE_HOST" is unknown',
range = {
end = {
character = 78,
line = 640
},
start = {
character = 69,
line = 640
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPORT_RATE" for type "NamedInts"\n  Member "REPORT_RATE" is unknown',
range = {
end = {
character = 43,
line = 646
},
start = {
character = 32,
line = 646
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 100,
line = 647
},
start = {
character = 95,
line = 647
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "POINTER_SPEED" for type "NamedInts"\n  Member "POINTER_SPEED" is unknown',
range = {
end = {
character = 36,
line = 654
},
start = {
character = 23,
line = 654
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "mouse" for type "NamedInts"\n  Member "mouse" is unknown',
range = {
end = {
character = 73,
line = 655
},
start = {
character = 68,
line = 655
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "trackball" for type "NamedInts"\n  Member "trackball" is unknown',
range = {
end = {
character = 88,
line = 655
},
start = {
character = 79,
line = 655
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 44,
line = 676
},
start = {
character = 26,
line = 676
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard" for type "NamedInts"\n  Member "keyboard" is unknown',
range = {
end = {
character = 120,
line = 677
},
start = {
character = 112,
line = 677
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "REPROG_CONTROLS_V4" for type "NamedInts"\n  Member "REPROG_CONTROLS_V4" is unknown',
range = {
end = {
character = 44,
line = 682
},
start = {
character = 26,
line = 682
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard" for type "NamedInts"\n  Member "keyboard" is unknown',
range = {
end = {
character = 104,
line = 709
},
start = {
character = 96,
line = 709
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "KEYBOARD_DISABLE_KEYS" for type "NamedInts"\n  Member "KEYBOARD_DISABLE_KEYS" is unknown',
range = {
end = {
character = 58,
line = 713
},
start = {
character = 37,
line = 713
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "KEYBOARD_DISABLE_KEYS" for type "NamedInts"\n  Member "KEYBOARD_DISABLE_KEYS" is unknown',
range = {
end = {
character = 44,
line = 719
},
start = {
character = 23,
line = 719
}
},
severity = 1,
source = "Pyright"
}, {
code = "reportGeneralTypeIssues",
codeDescription = {
href = "https://github.com/microsoft/pyright/blob/main/docs/configuration.md"
},
message = 'Cannot access member "keyboard" for type "NamedInts"\n  Member "keyboard" is unknown',
range = {
end = {
character = 119,
line = 720
},
start = {
character = 111,
line = 720
}
},
severity = 1,
source = "Pyright"
}, {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment