BirthdayResearch / defichain-app

DeFi Blockchain desktop app for Windows, Linux and Mac.
https://defichain.com
MIT License
157 stars 57 forks source link

DeFiWallet problem #1060

Open TacoTuesdayy opened 3 years ago

TacoTuesdayy commented 3 years ago

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)

defichain-bot commented 3 years ago

@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](https://github.com/DeFiCh) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/DeFiCh/app/blob/master/.github/governance.yml) 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](https://github.com/DeFiCh/oss-governance-bot) repository.
thedoublejay commented 3 years ago

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

TacoTuesdayy commented 3 years ago

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

thedoublejay commented 3 years ago

@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

TacoTuesdayy commented 2 years ago

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

izzycsy commented 2 years ago

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.

TacoTuesdayy commented 2 years ago

I upgraded but the problem persists

thedoublejay commented 2 years ago

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

TacoTuesdayy commented 2 years ago

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

thedoublejay commented 2 years ago

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