RE: I Dunno... but I made a GitHub Repo by paulmoon410

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com

Viewing a response to: @paulmoon410/re-aqsagu-2025412t115132272z

·@thecrazygm·
0.000 HBD
The key error is likely that it's wanting to use the active key for the actual transaction but you only have the posting wif loaded. I haven't looked at the code, but if you have it loaded from the wallet, add both keys to the wallet, if you care calling it this way: `Hive(keys=[posting_key])` you should do it `Hive(keys=[posting_key, active_key])`

---

Also, the beem library is dated, which is why I have taken upon myself to update it and get it caught up with the times under a rebrand. If you would like to use my current iteration, it's listed as hive-nectar and is mostly 1:1 compatible with beem, just `from nectar.hive import Hive` etc instead of beem. Feel free to reach out if you would like.
👍 , , , , , , , ,