defichain-app icon indicating copy to clipboard operation
defichain-app copied to clipboard

DeFiWallet problem

Open TacoTuesdayy opened this issue 3 years ago • 10 comments

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 avatar Nov 05 '21 11:11 TacoTuesdayy

@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:

  1. Checkout DeFiChain’s Github issue page to see if your issue has already been reported
  2. Submit any logs if you have them, this will greatly expedite the process for us.
  3. 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.

defichain-bot avatar Nov 05 '21 11:11 defichain-bot

Hi @TacoTuesdayy, are you coding this locally or you're having some issue on your app?

thedoublejay avatar Nov 08 '21 06:11 thedoublejay

I'm coding it locally by connecting to port 8555 of the dfiwallet

TacoTuesdayy avatar Nov 08 '21 08:11 TacoTuesdayy

@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

thedoublejay avatar Nov 09 '21 00:11 thedoublejay

I don't have a node, I ran a daemon on Linux

TacoTuesdayy avatar Nov 09 '21 09:11 TacoTuesdayy

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.

izzycsy avatar Nov 11 '21 12:11 izzycsy

I upgraded but the problem persists

TacoTuesdayy avatar Nov 12 '21 09:11 TacoTuesdayy

@TacoTuesdayy I'm not familiar with your current setup. Where are your nodes hosted?

thedoublejay avatar Nov 15 '21 09:11 thedoublejay

I started the defiwallet(AppImage) on Linux and locally I connect to port 8555

TacoTuesdayy avatar Nov 15 '21 10:11 TacoTuesdayy

Yes @TacoTuesdayy but you still need to have a running node. Can you verify if you have that?

thedoublejay avatar Nov 15 '21 11:11 thedoublejay