Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка неверной контрольной суммы в микросервисе bandwidth-provider-node #10

Open
sxiii opened this issue Oct 25, 2020 · 1 comment

Comments

@sxiii
Copy link

sxiii commented Oct 25, 2020

Bandwidth-provider-node без конца рестартит (как и wallet-node).

Смотрим в него: docker logs --tail 100 -f bandwidth-provider-node

Видим вот это:

at new JsSignatureProvider (/app/node_modules/cyberwayjs/dist/eosjs-jssig.js:66:81)
    at Object.<anonymous> (/app/src/controllers/BandwidthProvider.js:20:29)
    at Module._compile (internal/modules/cjs/loader.js:816:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
    at Module.load (internal/modules/cjs/loader.js:685:32)
    at Function.Module._load (internal/modules/cjs/loader.js:620:12)
    at Module.require (internal/modules/cjs/loader.js:723:19)
    at require (internal/modules/cjs/helpers.js:14:16)
    at Object.<anonymous> (/app/src/services/Connector.js:3:27)
    at Module._compile (internal/modules/cjs/loader.js:816:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
    at Module.load (internal/modules/cjs/loader.js:685:32)
    at Function.Module._load (internal/modules/cjs/loader.js:620:12)
    at Module.require (internal/modules/cjs/loader.js:723:19)
    at require (internal/modules/cjs/helpers.js:14:16)
    at Object.<anonymous> (/app/src/Main.js:5:19)
    at Module._compile (internal/modules/cjs/loader.js:816:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
    at Module.load (internal/modules/cjs/loader.js:685:32)
/app/node_modules/cyberwayjs/dist/eosjs-jssig.js:76
            finally { if (e_1) throw e_1.error; }
                               ^

Error: Invalid checksum, 79f7f222 != cf948670
    at Object.checkDecode (/app/node_modules/eosjs-ecc/lib/key_utils.js:269:11)
    at parseKey (/app/node_modules/eosjs-ecc/lib/key_private.js:163:31)
    at Function.PrivateKey.fromString (/app/node_modules/eosjs-ecc/lib/key_private.js:271:10)
    at new JsSignatureProvider (/app/node_modules/cyberwayjs/dist/eosjs-jssig.js:66:81)
    at Object.<anonymous> (/app/src/controllers/BandwidthProvider.js:20:29)
    at Module._compile (internal/modules/cjs/loader.js:816:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
    at Module.load (internal/modules/cjs/loader.js:685:32)
    at Function.Module._load (internal/modules/cjs/loader.js:620:12)
    at Module.require (internal/modules/cjs/loader.js:723:19)
    at require (internal/modules/cjs/helpers.js:14:16)
    at Object.<anonymous> (/app/src/services/Connector.js:3:27)
    at Module._compile (internal/modules/cjs/loader.js:816:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
    at Module.load (internal/modules/cjs/loader.js:685:32)
    at Function.Module._load (internal/modules/cjs/loader.js:620:12)
    at Module.require (internal/modules/cjs/loader.js:723:19)
    at require (internal/modules/cjs/helpers.js:14:16)
    at Object.<anonymous> (/app/src/Main.js:5:19)
    at Module._compile (internal/modules/cjs/loader.js:816:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
    at Module.load (internal/modules/cjs/loader.js:685:32)
/app/node_modules/cyberwayjs/dist/eosjs-jssig.js:76
            finally { if (e_1) throw e_1.error; }
                               ^

Error: Invalid checksum, 79f7f222 != cf948670
    at Object.checkDecode (/app/node_modules/eosjs-ecc/lib/key_utils.js:269:11)
    at parseKey (/app/node_modules/eosjs-ecc/lib/key_private.js:163:31)
    at Function.PrivateKey.fromString (/app/node_modules/eosjs-ecc/lib/key_private.js:271:10)
    at new JsSignatureProvider (/app/node_modules/cyberwayjs/dist/eosjs-jssig.js:66:81)
    at Object.<anonymous> (/app/src/controllers/BandwidthProvider.js:20:29)
    at Module._compile (internal/modules/cjs/loader.js:816:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
    at Module.load (internal/modules/cjs/loader.js:685:32)
    at Function.Module._load (internal/modules/cjs/loader.js:620:12)
    at Module.require (internal/modules/cjs/loader.js:723:19)
    at require (internal/modules/cjs/helpers.js:14:16)
    at Object.<anonymous> (/app/src/services/Connector.js:3:27)
    at Module._compile (internal/modules/cjs/loader.js:816:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
    at Module.load (internal/modules/cjs/loader.js:685:32)
    at Function.Module._load (internal/modules/cjs/loader.js:620:12)
    at Module.require (internal/modules/cjs/loader.js:723:19)
    at require (internal/modules/cjs/helpers.js:14:16)
    at Object.<anonymous> (/app/src/Main.js:5:19)
    at Module._compile (internal/modules/cjs/loader.js:816:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
    at Module.load (internal/modules/cjs/loader.js:685:32)
/app/node_modules/cyberwayjs/dist/eosjs-jssig.js:76
            finally { if (e_1) throw e_1.error; }
                               ^

Error: Invalid checksum, 79f7f222 != cf948670
    at Object.checkDecode (/app/node_modules/eosjs-ecc/lib/key_utils.js:269:11)
    at parseKey (/app/node_modules/eosjs-ecc/lib/key_private.js:163:31)
    at Function.PrivateKey.fromString (/app/node_modules/eosjs-ecc/lib/key_private.js:271:10)
    at new JsSignatureProvider (/app/node_modules/cyberwayjs/dist/eosjs-jssig.js:66:81)
    at Object.<anonymous> (/app/src/controllers/BandwidthProvider.js:20:29)
    at Module._compile (internal/modules/cjs/loader.js:816:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
    at Module.load (internal/modules/cjs/loader.js:685:32)
    at Function.Module._load (internal/modules/cjs/loader.js:620:12)
    at Module.require (internal/modules/cjs/loader.js:723:19)
    at require (internal/modules/cjs/helpers.js:14:16)
    at Object.<anonymous> (/app/src/services/Connector.js:3:27)
    at Module._compile (internal/modules/cjs/loader.js:816:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
    at Module.load (internal/modules/cjs/loader.js:685:32)
    at Function.Module._load (internal/modules/cjs/loader.js:620:12)
    at Module.require (internal/modules/cjs/loader.js:723:19)
    at require (internal/modules/cjs/helpers.js:14:16)
    at Object.<anonymous> (/app/src/Main.js:5:19)
    at Module._compile (internal/modules/cjs/loader.js:816:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
    at Module.load (internal/modules/cjs/loader.js:685:32)

Значит ли эта и все прочие ошибки что ноды голоса и кибервея могут работать только в случае, если у нашего веб-сервера есть доменное имя и настроен SSL? Или есть какие-то другие пути?

@b1acksun
Copy link
Contributor

Указан неправильный приватный ключ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants