-
Notifications
You must be signed in to change notification settings - Fork 5k
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
web3.eth.personal.sign gives error Unhandled rejection Error: Returned error: Method not found #1220
Comments
I am having the same problem with slightly different instantiation of web3 and a slightly different error. Instantiation: web3.eth.personal.sign('hello world', '0xe87529a6123a74320e13a6dabf3606630683c029', 'password') Error: |
I've since implemented in the browser instead of running on Node in the Terminal and have had success. I'm guessing there is something that MetaMask is doing in the background that makes it work, and perhaps the latest version of web3 isn't supported by the latest version of testrpc? |
I am using https://github.com/dstarcev/parity-poa-playground where I have set he usd_per_tx to 0. |
Having same problem in node with web3@1.0.0-beta.27 and latest beta parity. |
Is this error still present in the latest version? @hrishikeshio @aas312 @captnseagraves |
Having the same error with web3@1.0.0-beta.35. |
Having the same error with web3@1.0.0-beta.36. |
Why is this closed? I'm having the same problem with 1.0.0-beta.36. Ideas? |
It will work if the personal API is activated and if you use the latest version of Web3. |
@nivida it doesn't work... |
Promise {
_bitField: 0,
_fulfillmentHandler0: undefined,
_rejectionHandler0: undefined,
_promise0: undefined,
_receiver0: undefined }
> web3.eth.personal.sign
{ [Function: send]
method:
Method {
name: 'sign',
call: 'personal_sign',
params: 3,
inputFormatter:
[ [Function: inputSignFormatter],
[Function: inputAddressFormatter],
null ],
outputFormatter: undefined,
transformPayload: undefined,
extraFormatters: undefined,
requestManager: RequestManager { provider: [Object], providers: [Object],subscriptions: {} },
accounts: undefined,
defaultBlock: 'latest',
defaultAccount: null },
request: [Function: bound ],
call: 'personal_sign' }
The text was updated successfully, but these errors were encountered: