Node-RED issue: app_id not found

I’m trying to retrieve TTN messages through the Node-RED module. I’m seeing

Error on connection for TTN application <MY APP ID>: Error: 5 NOT_FOUND: discovery:app_id:<MY APP ID> not found.

(Obviously, MY APP ID is the real thing in my flow).

Do I have to activate some integration for that data to be available? Not quite sure where to start troubleshooting here.

there has been big server updates but everything should be operational now
MQTT servers were updated between 08:15UTC and 09:15UTC

Hhhhm. My issues are ongoing.

With naked MQTT, I get:

mosquitto_sub -h eu.thethings.network -t '+/devices/+/up' -u 'APP ID' -P 'DEFAULT KEY' -v

Connection Refused: not authorised.

and I’m sort of wondering if my “app id not found” problem is probably the same issue but bad error handling in the Node-RED module. May have to dig deeper here…

Please ignore me. I’m a complete idiot.

Note to self and others: APP ID is in fact the application ID, not the application EUI.

2 Likes