gregy - type error meta can anyone make sense...
type error meta
can anyone make sense of this error…
it references “MEN59Q” … which is my vessel registration, and the only place this appears in my signalk setup
is under Vessel Base Data … where its populated in the “Call Sign” field
Oct 26 19:32:30 TypeError: Cannot create property 'meta' on string 'MEN59Q' at /usr/lib/node_modules/signalk-server/node_modules/@signalk/signalk-schema/dist/fullsignalk.js:224:35 at Array.reduce (<anonymous>) at addValue (/usr/lib/node_modules/signalk-server/node_modules/@signalk/signalk-schema/dist/fullsignalk.js:216:27) at addValues (/usr/lib/node_modules/signalk-server/node_modules/@signalk/signalk-schema/dist/fullsignalk.js:188:5) at FullSignalK.addUpdate (/usr/lib/node_modules/signalk-server/node_modules/@signalk/signalk-schema/dist/fullsignalk.js:110:5) at FullSignalK.addUpdates (/usr/lib/node_modules/signalk-server/node_modules/@signalk/signalk-schema/dist/fullsignalk.js:97:10) at FullSignalK.addDelta (/usr/lib/node_modules/signalk-server/node_modules/@signalk/signalk-schema/dist/fullsignalk.js:54:8) at DeltaChain.doProcess (/usr/lib/node_modules/signalk-server/lib/deltachain.js:15:18) at /usr/lib/node_modules/signalk-server/lib/deltachain.js:34:22 at Array.<anonymous> (/home/pi/.signalk/node_modules/signalk-path-mapper/index.js:65:9) at DeltaChain.doProcess (/usr/lib/node_modules/signalk-server/lib/deltachain.js:18:26) at /usr/lib/node_modules/signalk-server/lib/deltachain.js:34:22 at Array.<anonymous> (/home/pi/.signalk/node_modules/@signalk/calibration/index.js:82:15) at DeltaChain.doProcess (/usr/lib/node_modules/signalk-server/lib/deltachain.js:18:26) at DeltaChain.process (/usr/lib/node_modules/signalk-server/lib/deltachain.js:11:21) at Server.app.handleMessage (/usr/lib/node_modules/signalk-server/lib/index.js:233:38)
6 Replies
this is the relevant part of basedeltas.json
"values": [
{
"path": "",
"value": {
"name": "BucketList",
"mmsi": "503123710",
"communication": {
"callsignVhf": "MEN59Q"
}
}
},
GitHub
Error with callsign? · Issue #1810 · SignalK/signalk-server
I'm getting this error after updating to 2.11.0: WDN5234 is my callsign I had entered in Server -> Settings. Still getting the error even after removing it. Oct 12 10:43:36 TypeError: Cannot...
There should be a bit more to the error trace, after handleMessage like in the issue, that says this is coming from n2k data
just checked .. and definitely this is the extent of the error message (& it just repeats endlessly)
but if its coming from n2k, then only place vessel rego appears would be in AIS ... and thus in a n2k AIS message...
likewise to the issue you linked to ... ive only seen it now ive updated to server V2.xx
unless there is some setting i have? that is truncating the error message?
Unknown User•4w ago
Message Not Public
Sign In & Join Server To View
just added some clues? to the github issue