Hello, I have problem to login in BitVision, my system is:
Python: 3.7.3
NodeJS: 12.9.1
System: Linux
When I runned node index.js in my terminal, BitVision launched sucessfully but I could not access to my account, after type Tab to enter userid and other information, it continues to repeat words for examples, k => kkkkk, and when I entered to fill out other information, it is broken. Here is the error:
TypeError: this._done is not a function
at Textbox._listener (/home/nluu/PycharmProjects/BitVision-master/node_modules/blessed/lib/widgets/textbox.js:40:10)
at Textbox.EventEmitter._emit (/home/nluu/PycharmProjects/BitVision-master/node_modules/blessed/lib/events.js:98:20)
at Textbox.EventEmitter.emit (/home/nluu/PycharmProjects/BitVision-master/node_modules/blessed/lib/events.js:117:12)
at Program.<anonymous> (/home/nluu/PycharmProjects/BitVision-master/node_modules/blessed/lib/widgets/screen.js:602:15)
at Program.emit (events.js:209:13)
at /home/nluu/PycharmProjects/BitVision-master/node_modules/blessed/lib/program.js:410:15
at Array.forEach (<anonymous>)
at ReadStream.input.on.input._keypressHandler (/home/nluu/PycharmProjects/BitVision-master/node_modules/blessed/lib/program.js:408:23)
at ReadStream.emit (events.js:209:13)
at ReadStream.input.on.input._keypressHandler (/home/nluu/PycharmProjects/BitVision-master/node_modules/blessed/lib/program.js:398:18)
I think it's very strange, if everyone can point out my fault or have any suggestions, that would be cool. Thank you in advance.
Hello, I have problem to login in BitVision, my system is:
Python: 3.7.3
NodeJS: 12.9.1
System: Linux
When I runned
node index.jsin my terminal, BitVision launched sucessfully but I could not access to my account, after type Tab to enter userid and other information, it continues to repeat words for examples, k => kkkkk, and when I entered to fill out other information, it is broken. Here is the error:I think it's very strange, if everyone can point out my fault or have any suggestions, that would be cool. Thank you in advance.