Can't Define a new Raspberry pi4 as a child #143
-
After the installation, i launched the setup with (python3 -m autopilot.setup) command and when I try to setup this raspberry as a child, I got this error message. So should I Define it as pilot even if I have a pilot and terminal defined already ? , it will be considered as a second pilot or it will ignore the defined one and it will consider it as the first and only pilot ? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks for posting. I have noticed this bug and hadn't gotten around to posting it yet, sorry. Yes, define it as a second Pilot, not as a Child. Then, on the next few screens, you have the option to set the PARENTID and PARENTIP to be the name and ip of the parent Pilot, respectively. That is how it "knows" it's a Child. Also, during the setup of the Parent Pi, you can tell it the name of the Child in the field CHILDID. You can change this directly in prefs.json as well. I think we need to remove that initial choice to "setup as Child", since I think it just generates the error message you posted. In response to your other question, the Terminal should be completely fine with having multiple Pilots connected, it doesn't only take the first one or anything like that. |
Beta Was this translation helpful? Give feedback.
Thanks for posting. I have noticed this bug and hadn't gotten around to posting it yet, sorry. Yes, define it as a second Pilot, not as a Child. Then, on the next few screens, you have the option to set the PARENTID and PARENTIP to be the name and ip of the parent Pilot, respectively. That is how it "knows" it's a Child.
Also, during the setup of the Parent Pi, you can tell it the name of the Child in the field CHILDID. You can change this directly in prefs.json as well.
I think we need to remove that initial choice to "setup as Child", since I think it just generates the error message you posted.
In response to your other question, the Terminal should be completely fine with having multi…