WAHU-Robotics / rov

The highly expandable and open source underwater robot control software solution
GNU General Public License v3.0
4 stars 1 forks source link

[BUG] Connection refused: no further information when connecting camera over network #6

Closed yammyshep closed 4 years ago

yammyshep commented 4 years ago

Brief description Attempting to connect camera stream over network to pi results in a IOException (Connection refused: no further information)

To Reproduce Steps to reproduce the behavior:

  1. Run both wet and dry on same computer with connection address set manually to "127.0.0.1"
  2. Software starts
  3. Camera connects
  4. undo manual connection address
  5. compile and install on rov
  6. reboot rov and run dry on laptop
  7. controls connect but camera does not

Additional Remarks Not manually setting address to "127.0.0.1" will result in the same error even when running both on dry side.

yammyshep commented 4 years ago

Issue solved in commit 6ff3de8