Author Topic: Cli Wallet Transfer Issue  (Read 1231 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
"invalid state" is a problem of the cli wallet .. make sure to not have multiple cli wallets running on the same port and restart your cli wallet
I noticed that error as well but IIRC it has always been my fault running multiple cli wallets for different chains on the same port

Offline sharique-knysys

  • Newbie
  • *
  • Posts: 19
    • View Profile
I am using graphenelib to connect to cli wallet and perform operations programatically. I call transfer method of cli wallet and it works perfectly but  I get exceptions after some calls to cli wallet. Python code gives me this exception websocket send failed: invalid state which is probably a problem of cli wallet. Can anyone tell why I get this error from cli wallet?