digital-dream-labs / vector-web-setup

Tool to perform initial configuration of Vector robots.
MIT License
65 stars 57 forks source link

Issue when server has multiple IPs #33

Open lochoko opened 3 years ago

lochoko commented 3 years ago

Cloned repo today and ran server using node vector-web-setup serve -ip x.x.x.x -p xxxx

When I got to the update Vector screen, it showed a Docker IP instead of the IP I told it to use.

Might be related: when selecting the firmware (after changing rts.js to have my server IP hard-coded to ensure it got it right), it would fail as selectedUrl was unassigned.

image