Выдает ошибку при попытке извлечения ключей из БЛИЖНЕЙ сети через near-cli

#nearprotocol

#nearprotocol

Вопрос:

При выполнении команды: near keys XXXXXXX.near Я получаю сообщение об ошибке ниже, я ожидаю, что near-cli по умолчанию использует сеть mainnet, но, похоже, есть проблема, поскольку в нем говорится, что учетной записи нет, но учетная запись явно существует.

 An error occured
TypedError: [-32000] Server error: account XXXXXX.near does not exist while viewing
    at JsonRpcProvider.sendJsonRpc (/usr/local/lib/node_modules/near-cli/node_modules/near-api-js/lib/providers/json-rpc-provider.js:158:27)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async JsonRpcProvider.query (/usr/local/lib/node_modules/near-cli/node_modules/near-api-js/lib/providers/json-rpc-provider.js:66:24)
    at async Account.fetchState (/usr/local/lib/node_modules/near-cli/node_modules/near-api-js/lib/account.js:47:23)
    at async Account.state (/usr/local/lib/node_modules/near-cli/node_modules/near-api-js/lib/account.js:54:9)
    at async Near.account (/usr/local/lib/node_modules/near-cli/node_modules/near-api-js/lib/near.js:41:9)
    at async exports.keys (/usr/local/lib/node_modules/near-cli/index.js:195:19)
    at async Object.handler (/usr/local/lib/node_modules/near-cli/utils/exit-on-error.js:39:9) {
  [stack]: 'Error: [-32000] Server error: account XXXXX.near does not exist while viewingn'  
    '    at JsonRpcProvider.sendJsonRpc (/usr/local/lib/node_modules/near-cli/node_modules/near-api-js/lib/providers/json-rpc-provider.js:158:27)n'  
    '    at processTicksAndRejections (internal/process/task_queues.js:97:5)n'  
    '    at async JsonRpcProvider.query (/usr/local/lib/node_modules/near-cli/node_modules/near-api-js/lib/providers/json-rpc-provider.js:66:24)n'  
    '    at async Account.fetchState (/usr/local/lib/node_modules/near-cli/node_modules/near-api-js/lib/account.js:47:23)n'  
    '    at async Account.state (/usr/local/lib/node_modules/near-cli/node_modules/near-api-js/lib/account.js:54:9)n'  
    '    at async Near.account (/usr/local/lib/node_modules/near-cli/node_modules/near-api-js/lib/near.js:41:9)n'  
    '    at async exports.keys (/usr/local/lib/node_modules/near-cli/index.js:195:19)n'  
    '    at async Object.handler (/usr/local/lib/node_modules/near-cli/utils/exit-on-error.js:39:9)',
  [message]: '[-32000] Server error: account XXXXXXX.near does not exist while viewing',
  type: 'UntypedError',
  context: undefined
}
  

Комментарии:

1. Привет, возможно, имя пользователя написано с ошибкой github.com/nearprotocol/nearcore/issues/1106

2. Эта ошибка возникла у меня, когда я случайно перезаписал свой файл на ~/.near-credentials/testnet/subacctexample.myaccount.testnet.json .

Ответ №1:

Вы должны передать NODE_ENV=mainnet переменную с near-cli, чтобы указать, к какому идентификатору сети подключаться. Это сработало для меня NODE_ENV=mainnet near keys account.near