matrix-creator-quickstart icon indicating copy to clipboard operation
matrix-creator-quickstart copied to clipboard

malos-eye

Open dajor opened this issue 7 years ago • 5 comments

I follow your instruction but i have a problem when i start node test_query_demographics.js i only get: Sending pings every 3 seconds

I can not find anything in a log file what is the error

dajor avatar Jan 10 '17 15:01 dajor

No answer...

luisnomad avatar Jan 23 '17 18:01 luisnomad

No - i could not make it working

dajor avatar Jan 24 '17 13:01 dajor

Hey @dajor @luisnomad did you follow the install process? Please check first that ps aux | grep "malos" services are running. If they are, please kill them.

Upgrade all your services

sudo apt-get update
sudo apt-get upgrade
sudo pkill -9 malos
sudo pkill -9 malos_eye
malos_eye

Install the examples

# Clone repository.
git clone https://github.com/matrix-io/malos-eye.git

# Fetch protocol-buffers repository.
cd malos-eye
git submodule init
git submodule update

# Setup examples.
cd examples
npm install

Run the examples

node query_demographics.js

Please run through this and let us know if you continue having issues. Once this is resolved this ticket will be moved to the proper repository.

brianofrokk3r avatar Jan 24 '17 14:01 brianofrokk3r

@luisnomad @dajor please also provide OS version

brianofrokk3r avatar Jan 24 '17 14:01 brianofrokk3r

is there support for Windows OS ? Thanks,

Predhin avatar Oct 30 '18 11:10 Predhin