Ben Hardill

Results 502 comments of Ben Hardill

There doesn't seam to be an actual flow file in the mattotodd/node-red-alexa project that you've pointed to for an example. Any update on some instructions on how to get this...

Hi, Any chance of getting this merged and a new version pushed to npm?

The fix is to take the / off the start of the URL at https://github.com/mattotodd/node-red-contrib-alexa/blob/master/alexa.html#L76

Still seeing this with 10.3.0 and 10.7.0 bindings-cpp. Running `npm rebuild --build-from-source` works, but the pre-built binaries crash.

@DesertFoxNV is that question really for me? The last line of the quote appears to answer what you are asking.

As this is still broken, can I suggest you remove the broken binaries? That would force them to be built on install which while adding to the install time does...

Shared subscriptions is a property of the broker not the client

Looks like I'm hitting this as well. @augustf did you get to the bottom of it? ``` (gdb) bt #0 0x00000000004824f7 in ngx_http_auth_ldap_return_connection (c=0x2434dc0) at /root/nginx-auth-ldap/ngx_http_auth_ldap_module.c:1103 #1 0x0000000000485287 in ngx_http_auth_ldap_authenticate...

OK, so basic clean mosquitto won't start with just a websocket listener (but will if you also add a native listener) e.g. ``` listener 1883 listener 1884 protocol websockets ```...

I've tracked this down, it's most likely to be down to the version of LWS. Please see https://github.com/warmcat/libwebsockets/issues/2449 Looks like this should be bumped from 2.4.2 to 4.2.0 And any...