You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to call app.vote(1, from: web3.eth.accounts[0]}), but not because I have insufficient Ether (premise of an issue raised by someone else)
My program, for some reason, treated all the accounts array values as undefined..
Attached below is a screenshot detailing how I have a list of addresses, but none of those are stored within web3.eth.accounts, and I am unsure why
Attempted to fix this issue by manually setting an address equal to a memory location within the accounts array in Git bash. However, it gives an error message of an unrecognized account when calling app.vote
In both instances, I have null accounts and accounts that are not recognized. I have been stuck for nearly 2 hours. Where is the problem localized? Within what file are these accounts instantiated to begin with? (assume no new files)
The text was updated successfully, but these errors were encountered:
I am unable to call app.vote(1, from: web3.eth.accounts[0]}), but not because I have insufficient Ether (premise of an issue raised by someone else)
My program, for some reason, treated all the accounts array values as undefined..
Attached below is a screenshot detailing how I have a list of addresses, but none of those are stored within web3.eth.accounts, and I am unsure why
Attempted to fix this issue by manually setting an address equal to a memory location within the accounts array in Git bash. However, it gives an error message of an unrecognized account when calling app.vote
In both instances, I have null accounts and accounts that are not recognized. I have been stuck for nearly 2 hours. Where is the problem localized? Within what file are these accounts instantiated to begin with? (assume no new files)
The text was updated successfully, but these errors were encountered: