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
When running the installer I get the following errors on the multitech aep (I followed this setup description):
Stopping existing forwarder
Stopping ttn-packet-forwarder: start-stop-daemon: warning: failed to kill 3979: No such process
killall: mp_pkt_fwd: no process killed
OK
Get up-to-date TTN configuration for packet forwarder
module.js:340
throw err;
^
Error: Cannot find module '/opt/lora/merge.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:945:3
Starting ttn-packet-forwarder: OK
The installation is now complete.
Check the gateway output using:
tail -f /var/log/lora-pkt-fwd.log
(It might take some minutes for the first output to appear!)
Check the gateways last seen status in the TTN console after
a few minutes to verify the setup is working correctly
Anything I'm doing wrong?
The text was updated successfully, but these errors were encountered:
Nothing you are doing wrong. The newer MultiTech firmware causes this message to appear. Installation should still proceed without issues and the gateway should connect to TTN without issues.
When running the installer I get the following errors on the multitech aep (I followed this setup description):
Anything I'm doing wrong?
The text was updated successfully, but these errors were encountered: