Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error at getTransactionFromAddress(...) #25

Closed
nugaon opened this issue Jun 6, 2019 · 2 comments
Closed

Error at getTransactionFromAddress(...) #25

nugaon opened this issue Jun 6, 2019 · 2 comments

Comments

@nugaon
Copy link

nugaon commented Jun 6, 2019

I've got an error from the lib when I would like to retrieve the transactions of an account.

const sendedTransactions = await this.client.trx.getTransactionsFromAddress(account, offset, page);

The error:

Debug: internal, implementation, error 
  TypeError: Cannot read property 'transaction' of null
  at address (/home/ubuntu/bicyclechain/node_modules/tronweb/dist/webpack:/src/lib/trx.js:278:17)
 at process._tickCallback (internal/process/next_tick.js:68:7)

I have synced FullNode and SolidityNode also. From my SolidityNode's config would be important the index.switch = "off".

@UnforgivenZZZ
Copy link
Contributor

if you are using java-tron's walletextension api, it has to be turned on

@sullof
Copy link
Contributor

sullof commented Sep 12, 2019

This is old. I guess that the problem has been solved.

@sullof sullof closed this as completed Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants