PhotonVision / photonvision

PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.
https://photonvision.org
GNU General Public License v3.0
277 stars 195 forks source link

When changing hostname, the previous hostname is set instead #1129

Closed mcm001 closed 10 months ago

mcm001 commented 10 months ago

After fully rebooting the Pi with hostname set to photonvision-2: boot logs show was set to photonvision-2 at boot After changing in web ui to photonvision-3: logs show Jan 08 01:23:41 photonvision-2 java[728]: [2024-01-08 01:23:41] [General - NetworkManager] [INFO] Set hostname to photonvision-2 After changing in web ui to photonvision-4: logs show Jan 08 01:23:41 photonvision-2 java[728]: [2024-01-08 01:23:41] [General - NetworkManager] [INFO] Set hostname to photonvision-3 After changing in web ui to photonvision-2: logs show Jan 08 01:23:41 photonvision-2 java[728]: [2024-01-08 01:23:41] [General - NetworkManager] [INFO] Set hostname to photonvision-4

mcm001 commented 10 months ago

Same bug is present with static IP configuration -- changing from 192.168.1.201 to 192.168.1.202 and then sending save sends 201 instead of 202 to the backend

mcm001 commented 10 months ago

Same thing happens with team number/NT address entry box...

BytingBulldogs3539 commented 10 months ago

Same thing happens with run networktables server toggle