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
And got Error:
(node:15217) UnhandledPromiseRejectionWarning: Error: Returned error: Account not found
at Object.ErrorResponse (/home/khojiakbar/Plasma/PlasmaETHexchange/node_modules/web3-core-helpers/src/errors.js:29:16)
at /home/khojiakbar/Plasma/PlasmaETHexchange/node_modules/web3-core-requestmanager/src/index.js:137:36
at XMLHttpRequest.request.onreadystatechange (/home/khojiakbar/Plasma/PlasmaETHexchange/node_modules/web3-providers-http/src/index.js:64:13)
at XMLHttpRequestEventTarget.dispatchEvent (/home/khojiakbar/Plasma/PlasmaETHexchange/node_modules/xhr2/lib/xhr2.js:64:18)
at XMLHttpRequest._setReadyState (/home/khojiakbar/Plasma/PlasmaETHexchange/node_modules/xhr2/lib/xhr2.js:354:12)
at XMLHttpRequest._onHttpResponseEnd (/home/khojiakbar/Plasma/PlasmaETHexchange/node_modules/xhr2/lib/xhr2.js:509:12)
at IncomingMessage. (/home/khojiakbar/Plasma/PlasmaETHexchange/node_modules/xhr2/lib/xhr2.js:469:24)
at IncomingMessage.emit (events.js:165:20)
at endReadableNT (_stream_readable.js:1101:12)
at process._tickCallback (internal/process/next_tick.js:152:19)
(node:15217) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:15217) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered:
Trying to run PlasmaETHexchange on local machine
git clone https://github.com/BankEx/PlasmaETHexchange.git
cd PlasmaETHexchange
npm install
npm run server
And got Error:
(node:15217) UnhandledPromiseRejectionWarning: Error: Returned error: Account not found
at Object.ErrorResponse (/home/khojiakbar/Plasma/PlasmaETHexchange/node_modules/web3-core-helpers/src/errors.js:29:16)
at /home/khojiakbar/Plasma/PlasmaETHexchange/node_modules/web3-core-requestmanager/src/index.js:137:36
at XMLHttpRequest.request.onreadystatechange (/home/khojiakbar/Plasma/PlasmaETHexchange/node_modules/web3-providers-http/src/index.js:64:13)
at XMLHttpRequestEventTarget.dispatchEvent (/home/khojiakbar/Plasma/PlasmaETHexchange/node_modules/xhr2/lib/xhr2.js:64:18)
at XMLHttpRequest._setReadyState (/home/khojiakbar/Plasma/PlasmaETHexchange/node_modules/xhr2/lib/xhr2.js:354:12)
at XMLHttpRequest._onHttpResponseEnd (/home/khojiakbar/Plasma/PlasmaETHexchange/node_modules/xhr2/lib/xhr2.js:509:12)
at IncomingMessage. (/home/khojiakbar/Plasma/PlasmaETHexchange/node_modules/xhr2/lib/xhr2.js:469:24)
at IncomingMessage.emit (events.js:165:20)
at endReadableNT (_stream_readable.js:1101:12)
at process._tickCallback (internal/process/next_tick.js:152:19)
(node:15217) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:15217) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered: