steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 99 forks source link

delegate_vesting_shares does not honor UNLOCK env var #98

Closed officiallymarky closed 6 years ago

officiallymarky commented 6 years ago

I keep getting this message with the official version of steem-python (0.18.103) when using export UNLOCK=

steembase.exceptions.MissingKeyError

If I do steem = Steem(keys=[]) it works fine.

When using Netherdrake's version, it works fine off the environment variable.

Is this expected, or is it a bug?

E-D-A commented 6 years ago

I also had this issue a few months back so I also implemented a workaround. When I tested it again a few weeks ago, it worked as expected. So everything thing seems fine now.

officiallymarky commented 6 years ago

I had a similar issue with post.reply but it didn't work with wallet.unlock() but worked with Env var.

cyon1c commented 6 years ago

@themarkymark-steem Closing for the time being. If this is still an issue please let add as detailed as a description as you can covering the error and we'll investigate further.