OP25 Changing from rx.py to multi_rx.py

wgbecks

Active Member
Joined
Jan 17, 2005
Messages
1,144
Reaction score
403
Location
NE Wisconsin
In the .json file, are the "Smart Colors" limited to just three lines of keywords? When I try to add another line of keywords, the program won't run.
No limit that I am aware of. However, there are rules how keywords are processed. If you program won't rut after adding an addition line
or two, then it's most likly do to a JSON formatting error. Perhaps it would be helpful to make use of an online JSON file formatter/validator site to check your file.
 

W4KRR

Member
Premium Subscriber
Joined
Apr 1, 2001
Messages
3,609
Reaction score
256
Location
Coconut Creek
No limit that I am aware of. However, there are rules how keywords are processed. If you program won't rut after adding an addition line
or two, then it's most likly do to a JSON formatting error. Perhaps it would be helpful to make use of an online JSON file formatter/validator site to check your file.
I found an on-line .json editor that finds formatting mistakes. That was the issue. Funny how one tiny character out of place will ruin it.
 

wgbecks

Active Member
Joined
Jan 17, 2005
Messages
1,144
Reaction score
403
Location
NE Wisconsin
I found an on-line .json editor that finds formatting mistakes. That was the issue. Funny how one tiny character out of place will ruin it.

Glad you got it sorted out. As @boatbod has already advised; "JSON is unforgiving with it's syntax". That being the nature of the beast is
a good reason to make use of a JSON formatter/validator tool while learning to work with JSON files. Not all that difficulte once you get the
hang of it. I pulled out pleny of hair with my initial encounters! LOL

Bill
 

jets1961

Member
Joined
Jan 21, 2002
Messages
251
Reaction score
33
When editing a file you got somewhere else always paste it into the text editor, not writer and it "should" keep the original format.
 
Top