timdonovanuk

Results 112 comments of timdonovanuk

Hmm I was wrong, even with just the one device specified, although it doesn't immediately get stuck in a loop, as soon as I issue a command it does: ```...

The only other info I can share is I'm running on a Pi3, with nodejs 12.20.0 (nodejs 14 wouldn't even npm install this project). I had the following error during...

Hey thanks @binsentsu. I was on 5.50 already but upgraded to 5.55. No difference. It stops doing anything after `Notification identifier: 00 +1ms` unless I issue a command, and then...

So looking at where mine hangs, am I understanding the code right, it looks like mine fails reading the light data? My "notification identifier" seem to be different, yours is...

I think the issue is that these are defined in the code: ``` const batteryNotificationIdentifier = "a2"; const positionNotificationIdentifier = "a7"; const lightNotificationIdentifier = "aa"; ``` but mine is returning...

I tried adding: ``` else { self.writeLog('Notification identifier unknown'); self.writeLog('Skipping'); } ``` to the `discoveryResult` function, which it outputs but it still gets stuck. I guess as you said, something...

I followed the simple method with no problems, but once I hit the server in a browser I get the lovely QuakeJS logo but nothing else happens. Not sure where...

I'm deploying at home. Not sure where/which logs to look at, to be honest. I've confirmed the quake server is successfully running though, as I can join it via quakejs.com/play

Is this guide valid for adding maps to the docker version? `https://github.com/begleysm/quakejs/blob/master/cctools/README.md` IMO the docker version helps massively making this..ahem...a little bit easier to deploy than a [30 step process...

How do we use any map?