matrix-os icon indicating copy to clipboard operation
matrix-os copied to clipboard

Error with recogTest

Open AlieGG opened this issue 7 years ago • 1 comments

Error:


{ Error: Unauthorized token
    at /home/pi/matrix-os/node_modules/grpc/src/node/src/client.js:434:17 code: 16, metadata: Metadata { _internal_repr: {} } }

When app is closed


Stopping recogTest
Message recieved from app without active application record ./apps/recogTest.matrix/index.js
Message recieved from app without active application record ./apps/recogTest.matrix/index.js
Message recieved from app without active application record ./apps/recogTest.matrix/index.js
App IPC Disconnect recogTest
Event Listeners Removed recogTest
VES Instances yet not halted on app stop

Side note: There is no error when training a face but once they try to trigger recog it doesn't recognize them and throws the first error.

AlieGG avatar May 04 '17 20:05 AlieGG

@Alfred-AdMobilize can you ask them to verify if some of these messages below are showing:

(recogTest) [M]->app(msg) { type: 'app-message', eventName: 'null', value: 'null' }
[M]->app { type: 'app-message', eventName: 'null', value: 'null' } app-recogTest-message
[M]->app(msg) { type: 'app-message', eventName: 'null', value: 'null' }
Recognition available, not activated.

gordinh avatar May 05 '17 12:05 gordinh