Giter VIP home page Giter VIP logo

Comments (3)

phearaeun avatar phearaeun commented on July 19, 2024

I guess undefined connections here happens when the agent is not initiated. I got the same error but during provisioning.
If the provisioning removed, the agent can be initiated but another issue coming :(.

from aries-mobile-agent-react-native.

WhiteSeasons avatar WhiteSeasons commented on July 19, 2024

I guess undefined connections here happens when the agent is not initiated. I got the same error but during provisioning.
If the provisioning removed, the agent can be initiated but another issue coming :(.

yes, agent is not initiated. problems occured when running this code in agent init() interface:

    if (genesisPath) {
        await this.ledger.connect(poolName, {
            genesis_txn: genesisPath,
        });
    }
    if (this.inboundTransporter) {
        await this.inboundTransporter.start(this);
    }

from aries-mobile-agent-react-native.

phearaeun avatar phearaeun commented on July 19, 2024

In my case, I just removed provisioning part, agent can be initiated. Accepting new invite also works. But there is a problem with receiving messages from mediator. I guess the provision part needs to be done first before making new connection. I am still figuring out on this part too. My problem right now is the provision not work as it keeps showing error here

from aries-mobile-agent-react-native.

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.