matrix-io / matrix-creator-quickstart

MATRIX Creator Quickstart
43 stars 12 forks source link

malos-eye #19

Open dajor opened 7 years ago

dajor commented 7 years ago

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

luisnomad commented 7 years ago

No answer...

dajor commented 7 years ago

No - i could not make it working

brianofrokk3r commented 7 years ago

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 commented 7 years ago

@luisnomad @dajor please also provide OS version

Predhin commented 6 years ago

is there support for Windows OS ? Thanks,