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
$ node -v
v12.21.0
$ node ac_shifting_leds.js
Connecting to Dirt / Codemasters
Connecting to Assetto Corsa
internal/buffer.js:82
throw new ERR_OUT_OF_RANGE(type || 'offset',
^
RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 64. Received 148
at boundsError (internal/buffer.js:82:9)
at Buffer.readFloatForwards [as readFloatLE] (internal/buffer.js:528:5)
at BufferReader.float (/home/ttelford/src/github/ac_shifting_leds/ac_shifting_leds.js:54:30)
at CodemastersClient._processUDPMessage (/home/ttelford/src/github/ac_shifting_leds/ac_shifting_leds.js:400:25)
at Socket.<anonymous> (/home/ttelford/src/github/ac_shifting_leds/ac_shifting_leds.js:104:13)
at Socket.emit (events.js:314:20)
at UDP.onMessage [as onmessage] (dgram.js:921:8) {
code: 'ERR_OUT_OF_RANGE'
I'm happy to include any other dependency information - but I'm not quite sure how to gather them in Node.js
The text was updated successfully, but these errors were encountered:
When I run Dirt4, I see the following:
I'm happy to include any other dependency information - but I'm not quite sure how to gather them in Node.js
The text was updated successfully, but these errors were encountered: