Nick

Results 591 comments of Nick

Okay, then fixing the build instructions should fix both.

I don't know that this sample will work on Android ARM. It has been tested on Ubuntu 14.04, x86-64 with the ALSA sound library. It may be better to take...

Yeah I'm playing around with [Google Cloud Build](https://cloud.google.com/cloud-build/) right now. Still trying to figure it out, but it could be pretty useful if it works.

I'm getting it to pass now.

Looks like you don't have the gRPC plugin for protoc.

You may need to [install gRPC](https://github.com/googlesamples/assistant-sdk-cpp/blob/master/tests/build.sh#L17).

From [the library README](https://github.com/actions-on-google/actions-on-google-nodejs#self-hosted-express-server): ```javascript const express = require('express') const bodyParser = require('body-parser') // ... app code here const expressApp = express().use(bodyParser.json()) expressApp.post('/fulfillment', app) expressApp.listen(3000) ```

+1 to this. I ran into this problem today when my attempts to deploy a function failed with no message at all. I just got a verbose printout of every...

Going to amend this issue since I ran into the same problem again by mistake and running `--debug` revealed the error but in a way that is highly obtuse and...