BitVision: No information in UI is shown after installation and start, VERSION is not defined error
So, I’ve install all dependencies, and when I run BitVision, it starts, however, there is no information shown. Please refer to screenshot. Will be happy to provide additional details if needed.
When I exit application, I can see the error:
ReferenceError: VERSION is not defined
at Object.callback (/usr/local/lib/node_modules/bitvision/index.js:303:36)
at Screen.<anonymous> (/usr/local/lib/node_modules/bitvision/node_modules/blessed/lib/widgets/listbar.js:253:20)
at Screen.EventEmitter._emit (/usr/local/lib/node_modules/bitvision/node_modules/blessed/lib/events.js:94:20)
at Screen.EventEmitter.emit (/usr/local/lib/node_modules/bitvision/node_modules/blessed/lib/events.js:114:17)
at Program.<anonymous> (/usr/local/lib/node_modules/bitvision/node_modules/blessed/lib/widgets/screen.js:593:12)
at Program.emit (events.js:182:13)
at /usr/local/lib/node_modules/bitvision/node_modules/blessed/lib/program.js:410:15
at Array.forEach (<anonymous>)
at ReadStream.input.on.input._keypressHandler (/usr/local/lib/node_modules/bitvision/node_modules/blessed/lib/program.js:408:23)
at ReadStream.emit (events.js:182:13)
I’ve also downloaded json files from ‘store’ folder and put it directly in /usr/lib
Here’s my versions:
➜ ~ python --version
Python 3.7.0
➜ ~ node -v
v10.4.1
➜ ~ uname -a
Darwin sergeys-mbp 18.2.0 Darwin Kernel Version 18.2.0: Fri Dec 14 18:43:36 PST 2018; root:xnu-4903.240.10~4/RELEASE_X86_64 x86_64

About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 1
- Comments: 19 (2 by maintainers)
It’s live. Just tested the fix in a new environment, and it seems to be working.
Getting the same thing too, I had to copy all the .json files manually into the store folder, which enabled Bitvision to start, but getting the same VERSION error if hitting “h” for help, and getting no data in the UI.