greymass / greymassfuel-eosjs-demos

eosjs demos using the greymassfuel account and ONLY_BILL_FIRST_AUTHORIZER
7 stars 4 forks source link

With eos.greymass.com: Error: transaction declares authority '{"actor":"greymasstest","permission":"voting"}', but does not have signatures for it. #6

Closed CherryDT closed 3 years ago

CherryDT commented 3 years ago

This is with the v20 server-side example.

Due to #5 I thought the URL may be outdated. Googling showed that to use Fuel, we have to use eos.greymass.com.

But when plugging in eos.greymass.com instead of jungle.greymass.com, I get the following error:

(node:27848) UnhandledPromiseRejectionWarning: Error: transaction declares authority '{"actor":"greymasstest","permission":"voting"}', but does not have signatures for it.
    at new RpcError (/mnt/c/Users/david/proj/***/node_modules/eosjs/dist/eosjs-rpcerror.js:26:28)
    at JsonRpc.<anonymous> (/mnt/c/Users/david/proj/***/node_modules/eosjs/dist/eosjs-jsonrpc.js:118:35)
    at step (/mnt/c/Users/david/proj/***/node_modules/eosjs/dist/eosjs-jsonrpc.js:36:23)
    at Object.next (/mnt/c/Users/david/proj/***/node_modules/eosjs/dist/eosjs-jsonrpc.js:17:53)
    at fulfilled (/mnt/c/Users/david/proj/***/node_modules/eosjs/dist/eosjs-jsonrpc.js:8:58)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
(Use `node --trace-warnings ...` to show where the warning was created)
CherryDT commented 3 years ago

Seems the whole thing is outdated: https://forums.eoscommunity.org/t/initial-specification-for-the-resource-provider-api-endpoint/1546

ChenYCL commented 2 years ago

hello,did you solve this problem ? thank you