Consensys / truffle-security

MythX smart contract security verification plugin for Truffle Framework
https://mythx.io
124 stars 28 forks source link

Parse error of JWT login request: Wrong credentials - check your username and password (HTTP status 400) #238

Closed gpersoon closed 5 years ago

gpersoon commented 5 years ago

I tried to follow the instructions at https://docs.mythx.io/en/latest/tools/truffle/index.html#accounts-and-access

Windows:
set MYTHX_ETH_ADDRESS=0x1234567891235678900000000000000000000000
set MYTHX_PASSWORD='Put your password in here!'

And setup my password as:

set MYTHX_PASSWORD='..#..?..'

Then I got the error: Parse error of JWT login request: Wrong credentials - check your username and password (HTTP status 400)

I turns out the quotes (') have to be removed (e.g. the documentation is misleading)

Environment: windows 10, node 10.16.3

danielrea commented 5 years ago

Hi gpersoon, Thank you I have requested the relevant documentation change.