Subj : RE: progress?
To : Rick Smith
From : NuSkooler
Date : Sat Dec 17 2022 12:30 pm
On Friday, December 16th Rick Smith was heard saying...
RS> Thats not the whole thing just a sample of it. so it shows areas there as
RS> well as the messageconference area it looks slightly different but they
RS> are listed in both places. SO would I add fidonet at the end of this
RS> list of areas?
It looks like you have a nesting/mismatch in your config:
messageNetworks: {
ftn: {
networks: {
fsxnet: {
defaultZone: 21
localAddress: 21:1/190
} <-- I put this here; terminates 'fsxnet'
} <-- I put this here; terminnates 'networks'
areas: { <-- this belongs at the same level as 'networks'
fsx_tst: {
network: fsxnet
tag: FSX_TST
uplinks: 21:1/100
Make sure you have your nesting correct. If you don't have one already, get a editor with HJSON support. VSCode has a nice plugin. Many others support it as well.
We can get your config working then worry about why the import tool isn't working later -- it's possible I broke it :D
RE: values not present by default. Yep, some things you just have to add if you utilize them.