Closed tb0hdan closed 1 year ago
File "python/meshtastic/mesh_interface.py", line 164, in showNodes "AKA": user["shortName"], KeyError: 'shortName'
user["shortName"] -> user.get("shortName", "N/A")
Another choice - use nodeId instead of N/A. That's what I do in my bot
Works now, closing issue.