defichain-app
defichain-app copied to clipboard
DeFiWallet problem
premise: I create localClient = new Client (new HttpProvider (http: // $ {user}: $ {password} @ $ {address}: $ {port} /
), options).
this.localClient.account.getTokenBalances (). then ((data) => {...} when this code is executed (or also .blockchain and .poolpair) this error is displayed: (node: 66113) UnhandledPromiseRejectionWarning: SyntaxError: Unknown symbol "Work" (char 0)
@TacoTuesdayy: Thanks for opening an issue, it is currently awaiting triage.
The triage/accepted label can be added by foundation members by writing /triage accepted
in a comment.
In the meantime, you can:
- Checkout DeFiChain’s Github issue page to see if your issue has already been reported
- Submit any logs if you have them, this will greatly expedite the process for us.
- You can also join our Telegram or Reddit community channels.
Details
I am a bot created to help the DeFiCh developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the DeFiCh/oss-governance-bot repository.
Hi @TacoTuesdayy, are you coding this locally or you're having some issue on your app?
I'm coding it locally by connecting to port 8555 of the dfiwallet
@TacoTuesdayy Do you have node also locally? Did you run this step before running it locally - https://github.com/DeFiCh/app#setup-the-required-binary
I don't have a node, I ran a daemon on Linux
Hi @TacoTuesdayy , update v2.7.0 is out, this is a mandatory update. Kindly backup wallet
before updating.
Please read through the release notes before updating. This comment is to notify you about the update.
I upgraded but the problem persists
@TacoTuesdayy I'm not familiar with your current setup. Where are your nodes hosted?
I started the defiwallet(AppImage) on Linux and locally I connect to port 8555
Yes @TacoTuesdayy but you still need to have a running node. Can you verify if you have that?