You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry this is absurdly late but I've added the request package to package.json, and added an HLS proxy to the module to get around CORS/Permission errors! I'll be cleaning this repo up some more over the next week or so.
when executing in current branch, grpc build fails (in magicMirror docker)
../deps/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc: In function ‘grpc_grpclb_request* grpc_grpclb_request_create(const char*)’: ../deps/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc:70:10: warning: ‘char* strncpy(char*, const char*, size_t)’ specified bound 128 equals destination size [-Wstringop-truncation] strncpy(req->initial_request.name, lb_service_name,
after searching grpc/grpc-node#922 i figured out, that you must execute first
npm install request
and then
npm install
this does the trick
If you see a better approach, tell me. Nevertheless, streams are still not playing :-(
The text was updated successfully, but these errors were encountered: