Git Product home page Git Product logo

Comments (5)

E-D-A avatar E-D-A commented on August 22, 2024

You are saying upvoting/posting doesn’t work but here you try to transfer. They require different keys, as the error indicates. Active authority missing… You need the active key for a transfer and posting key for voting/posting.

from beem.

Altonos avatar Altonos commented on August 22, 2024

I have said "The posting and upvote function is plagued by the same problem."
Perhaps I did not express myself correctly.
For upvoting/posting we have of course used other code. XD

Please try to execute the above code yourself, then you will realize that it is currently not possible to make a transaction with beem.

from beem.

hiveuprss avatar hiveuprss commented on August 22, 2024

Try upgrading to beem v0.24.26. This issue cropped up when API nodes started upgrading to HF25.

from beem.

Altonos avatar Altonos commented on August 22, 2024

@hiveuprss
Shit they are right, then I guess I have to apologize....

from beem.

Damurq avatar Damurq commented on August 22, 2024

I am currently having the same problem when trying to create an account.

The code I am using is the following

  b_account = Blurt(node=cfg.nodelist,keys = Creator_active_key, custom_chains =cfg.custom_chains)
a = Account(account=creator,blockchain_instance=b_account)
a.transfer(to="juan1912",amount= 0.001, memo="memo test", active="BLURT")
password = b_account.create_account(account_name=account_name, creator=creator, password=p)

The transfer is going through, but creating the account throws me the following exception.

Traceback (most recent call last):
File \"C:\\Users\\MICHAELDAVID\\.virtualenvs\\Bot_de_discord_-_BLURT-7HIjnIOi\\lib\\site-packages\\beemapi\\noderpc.py\", line 62, in rpcexec
reply = super(NodeRPC, self).rpcexec(payload)
File \"C:\\Users\\MICHAELDAVID\\.virtualenvs\\Bot_de_discord_-_BLURT-7HIjnIOi\\lib\\site-packages\\beemapi\\graphenerpc.py\", line 479, in rpcexec
raise RPCError(ret['error']['message'])
beemapi.exceptions.RPCError: missing required active authority:Missing Active Authority damurq

If the active key was not present, then the transfer would not be carried out

[Beem V0.24.26 | Python 3.9.1]

from beem.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.