This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting wind mode and GPS mode into pypilot
#26
Actually, having traced the code, this message comes from a module that takes care of pypilot's internal communication mechanism:

Code:
pypilot socket failed to send to 192.168.14.5:20220 1
pi@openplotter:~/pypilot/pypilot $ grep 'pypilot socket failed to send' *
bufferedsocket.py:                    print(_('pypilot socket failed to send to'), self.address, self.sendfail_cnt)

This would mean that somewhere you have configured pypilot incorrectly, inadvertently having configured the address of your nmea server (192.168.14.5:20220) into a place where pypilot thinks there's a pypilot server sitting. I would not know where that could be. Could you grep in the .pypilot directory for 192.168.14.5 and look what comes up?

Code:
grep 192.168.14.5 ~/.pypilot/*
Reply


Messages In This Thread
RE: Getting wind mode and GPS mode into pypilot - by ironman - 2023-01-10, 05:25 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)