¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Node Red APRS Node


 

I tried using the aprs contributed nodes and despite trying various settings,? ?I always get this error in the debug log:
?
{"raw":"[object Blob]","errors":["General: Error: Header - body delimiter not found"]}
?
I am using the sample flow right from the docs.
?
[
? ? {
? ? ? ? "id": "5dce03d509ef3d5b",
? ? ? ? "type": "tab",
? ? ? ? "label": "Flow 3",
? ? ? ? "disabled": false,
? ? ? ? "info": "",
? ? ? ? "env": []
? ? },
? ? {
? ? ? ? "id": "debug_node",
? ? ? ? "type": "debug",
? ? ? ? "z": "5dce03d509ef3d5b",
? ? ? ? "name": "APRS Data Received",
? ? ? ? "active": true,
? ? ? ? "tosidebar": true,
? ? ? ? "console": false,
? ? ? ? "tostatus": false,
? ? ? ? "complete": "false",
? ? ? ? "statusVal": "",
? ? ? ? "statusType": "auto",
? ? ? ? "x": 520,
? ? ? ? "y": 180,
? ? ? ? "wires": []
? ? },
? ? {
? ? ? ? "id": "rx_node",
? ? ? ? "type": "aprs rx",
? ? ? ? "z": "5dce03d509ef3d5b",
? ? ? ? "name": "Generic APRS Connection",
? ? ? ? "user": "KK7CXF",
? ? ? ? "url": "ws://srvr.aprs-is.net:8080",
? ? ? ? "filter": "f/SUNSET/50",
? ? ? ? "x": 260,
? ? ? ? "y": 180,
? ? ? ? "wires": [
? ? ? ? ? ? [
? ? ? ? ? ? ? ? "debug_node"
? ? ? ? ? ? ]
? ? ? ? ]
? ? }
]