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
Cannot set pypilot to IMU only
#6
I also noticed that my syslog was growing REALLY fast, more than 200MB in 3 days, so just checked it out and found a lot of errors related to pypilot.

I cannot attach the whole file, because even zipped it tankes 15MB, so here are a few lines that hopefully make sense to you:

Code:
Mar 31 00:00:04 openplotter systemd[1]: Stopped pypilot boatimu.
Mar 31 00:00:04 openplotter systemd[1]: Started pypilot boatimu.
Mar 31 00:00:04 openplotter pypilot_boatimu[73092]: Traceback (most recent call last):
Mar 31 00:00:04 openplotter pypilot_boatimu[73092]:   File "/usr/local/bin/pypilot_boatimu", line 33, in <module>
Mar 31 00:00:04 openplotter pypilot_boatimu[73092]:     sys.exit(load_entry_point('pypilot==0.51', 'console_scripts', 'pypilot_boatimu')())
Mar 31 00:00:04 openplotter pypilot_boatimu[73092]:   File "/usr/local/bin/pypilot_boatimu", line 25, in importlib_load_entry_point
Mar 31 00:00:04 openplotter pypilot_boatimu[73092]:     return next(matches).load()
Mar 31 00:00:04 openplotter pypilot_boatimu[73092]: StopIteration
Mar 31 00:00:04 openplotter systemd[1]: pypilot_boatimu.service: Main process exited, code=exited, status=1/FAILURE
Mar 31 00:00:04 openplotter systemd[1]: pypilot_boatimu.service: Failed with result 'exit-code'.
Mar 31 00:00:05 openplotter systemd[1]: openplotter-pypilot-read.service: Scheduled restart job, restart counter is at 13916.
Mar 31 00:00:05 openplotter systemd[1]: Stopped openplotter-pypilot-read.
Mar 31 00:00:06 openplotter systemd[1]: Started openplotter-pypilot-read.
Mar 31 00:00:06 openplotter openplotter-pypilot-read[73093]: Traceback (most recent call last):
Mar 31 00:00:06 openplotter openplotter-pypilot-read[73093]:   File "/usr/bin/openplotter-pypilot-read", line 11, in <module>
Mar 31 00:00:06 openplotter openplotter-pypilot-read[73093]:     load_entry_point('openplotterPypilot==3.2.13', 'console_scripts', 'openplotter-pypilot-read')()
Mar 31 00:00:06 openplotter openplotter-pypilot-read[73093]:   File "/usr/lib/python3/dist-packages/openplotterPypilot/openplotterPypilotRead.py", line 25, in main
Mar 31 00:00:06 openplotter openplotter-pypilot-read[73093]:     conf2 = conf.Conf()
Mar 31 00:00:06 openplotter openplotter-pypilot-read[73093]:   File "/usr/lib/python3/dist-packages/openplotterSettings/conf.py", line 29, in __init__
Mar 31 00:00:06 openplotter openplotter-pypilot-read[73093]:     self.user = pwd.getpwuid(int(os.environ["PKEXEC_UID"])).pw_name
Mar 31 00:00:06 openplotter openplotter-pypilot-read[73093]:   File "/usr/lib/python3.9/os.py", line 679, in __getitem__
Mar 31 00:00:06 openplotter openplotter-pypilot-read[73093]:     raise KeyError(key) from None
Mar 31 00:00:06 openplotter openplotter-pypilot-read[73093]: KeyError: 'PKEXEC_UID'
Mar 31 00:00:06 openplotter systemd[1]: pypilot_web.service: Scheduled restart job, restart counter is at 7362.
Mar 31 00:00:06 openplotter systemd[1]: Stopped pypilot web.
Mar 31 00:00:06 openplotter systemd[1]: Started pypilot web.
Mar 31 00:00:06 openplotter systemd[1]: openplotter-pypilot-read.service: Main process exited, code=exited, status=1/FAILURE
Mar 31 00:00:06 openplotter systemd[1]: openplotter-pypilot-read.service: Failed with result 'exit-code'.
Mar 31 00:00:06 openplotter pypilot_web[73094]: Traceback (most recent call last):
Mar 31 00:00:06 openplotter pypilot_web[73094]:   File "/usr/local/bin/pypilot_web", line 33, in <module>
Mar 31 00:00:06 openplotter pypilot_web[73094]:     sys.exit(load_entry_point('pypilot==0.51', 'console_scripts', 'pypilot_web')())
Mar 31 00:00:06 openplotter pypilot_web[73094]:   File "/usr/local/bin/pypilot_web", line 25, in importlib_load_entry_point
Mar 31 00:00:06 openplotter pypilot_web[73094]:     return next(matches).load()
Mar 31 00:00:06 openplotter pypilot_web[73094]: StopIteration
Mar 31 00:00:06 openplotter systemd[1]: pypilot_web.service: Main process exited, code=exited, status=1/FAILURE
Mar 31 00:00:06 openplotter systemd[1]: pypilot_web.service: Failed with result 'exit-code'.
Mar 31 00:00:06 openplotter systemd[1]: pypilot_boatimu.service: Scheduled restart job, restart counter is at 18185.
Mar 31 00:00:06 openplotter systemd[1]: Stopped pypilot boatimu.
Mar 31 00:00:06 openplotter systemd[1]: Started pypilot boatimu.
Mar 31 00:00:07 openplotter pypilot_boatimu[73095]: Traceback (most recent call last):
Mar 31 00:00:07 openplotter pypilot_boatimu[73095]:   File "/usr/local/bin/pypilot_boatimu", line 33, in <module>
Mar 31 00:00:07 openplotter pypilot_boatimu[73095]:     sys.exit(load_entry_point('pypilot==0.51', 'console_scripts', 'pypilot_boatimu')())
Mar 31 00:00:07 openplotter pypilot_boatimu[73095]:   File "/usr/local/bin/pypilot_boatimu", line 25, in importlib_load_entry_point
Mar 31 00:00:07 openplotter pypilot_boatimu[73095]:     return next(matches).load()
Mar 31 00:00:07 openplotter pypilot_boatimu[73095]: StopIteration
Mar 31 00:00:07 openplotter systemd[1]: pypilot_boatimu.service: Main process exited, code=exited, status=1/FAILURE
Mar 31 00:00:07 openplotter systemd[1]: pypilot_boatimu.service: Failed with result 'exit-code'.
Mar 31 00:00:08 openplotter systemd[1]: openplotter-pypilot-read.service: Scheduled restart job, restart counter is at 13917.
Mar 31 00:00:08 openplotter systemd[1]: Stopped openplotter-pypilot-read.
Mar 31 00:00:09 openplotter systemd[1]: Started openplotter-pypilot-read.
Mar 31 00:00:09 openplotter systemd[1]: pypilot_boatimu.service: Scheduled restart job, restart counter is at 18186.
Mar 31 00:00:09 openplotter systemd[1]: Stopped pypilot boatimu.
Mar 31 00:00:09 openplotter systemd[1]: Started pypilot boatimu.
Mar 31 00:00:09 openplotter pypilot_boatimu[73097]: Traceback (most recent call last):
Mar 31 00:00:09 openplotter pypilot_boatimu[73097]:   File "/usr/local/bin/pypilot_boatimu", line 33, in <module>
Mar 31 00:00:09 openplotter pypilot_boatimu[73097]:     sys.exit(load_entry_point('pypilot==0.51', 'console_scripts', 'pypilot_boatimu')())
Mar 31 00:00:09 openplotter pypilot_boatimu[73097]:   File "/usr/local/bin/pypilot_boatimu", line 25, in importlib_load_entry_point
Mar 31 00:00:09 openplotter pypilot_boatimu[73097]:     return next(matches).load()
Mar 31 00:00:09 openplotter pypilot_boatimu[73097]: StopIteration
Mar 31 00:00:09 openplotter systemd[1]: pypilot_boatimu.service: Main process exited, code=exited, status=1/FAILURE
Mar 31 00:00:09 openplotter systemd[1]: pypilot_boatimu.service: Failed with result 'exit-code'.
Mar 31 00:00:09 openplotter openplotter-pypilot-read[73096]: Traceback (most recent call last):
Mar 31 00:00:09 openplotter openplotter-pypilot-read[73096]:   File "/usr/bin/openplotter-pypilot-read", line 11, in <module>
Mar 31 00:00:09 openplotter openplotter-pypilot-read[73096]:     load_entry_point('openplotterPypilot==3.2.13', 'console_scripts', 'openplotter-pypilot-read')()
Mar 31 00:00:09 openplotter openplotter-pypilot-read[73096]:   File "/usr/lib/python3/dist-packages/openplotterPypilot/openplotterPypilotRead.py", line 25, in main
Mar 31 00:00:09 openplotter openplotter-pypilot-read[73096]:     conf2 = conf.Conf()
Mar 31 00:00:09 openplotter openplotter-pypilot-read[73096]:   File "/usr/lib/python3/dist-packages/openplotterSettings/conf.py", line 29, in __init__
Mar 31 00:00:09 openplotter openplotter-pypilot-read[73096]:     self.user = pwd.getpwuid(int(os.environ["PKEXEC_UID"])).pw_name
Mar 31 00:00:09 openplotter openplotter-pypilot-read[73096]:   File "/usr/lib/python3.9/os.py", line 679, in __getitem__
Mar 31 00:00:09 openplotter openplotter-pypilot-read[73096]:     raise KeyError(key) from None
Mar 31 00:00:09 openplotter openplotter-pypilot-read[73096]: KeyError: 'PKEXEC_UID'
Mar 31 00:00:09 openplotter systemd[1]: openplotter-pypilot-read.service: Main process exited, code=exited, status=1/FAILURE
Mar 31 00:00:09 openplotter systemd[1]: openplotter-pypilot-read.service: Failed with result 'exit-code'.
Mar 31 00:00:09 openplotter systemd[1]: pypilot_web.service: Scheduled restart job, restart counter is at 7363.
Mar 31 00:00:09 openplotter systemd[1]: Stopped pypilot web.
Mar 31 00:00:10 openplotter systemd[1]: Started pypilot web.
Mar 31 00:00:10 openplotter pypilot_web[73098]: Traceback (most recent call last):
Mar 31 00:00:10 openplotter pypilot_web[73098]:   File "/usr/local/bin/pypilot_web", line 33, in <module>
Mar 31 00:00:10 openplotter pypilot_web[73098]:     sys.exit(load_entry_point('pypilot==0.51', 'console_scripts', 'pypilot_web')())
Mar 31 00:00:10 openplotter pypilot_web[73098]:   File "/usr/local/bin/pypilot_web", line 25, in importlib_load_entry_point
Mar 31 00:00:10 openplotter pypilot_web[73098]:     return next(matches).load()
Mar 31 00:00:10 openplotter pypilot_web[73098]: StopIteration

And this goes over and over and over again.
Reply


Messages In This Thread
Cannot set pypilot to IMU only - by MigGat - 2024-03-30, 12:08 PM
RE: Cannot set pypilot to IMU only - by Sailoog - 2024-03-30, 12:13 PM
RE: Cannot set pypilot to IMU only - by MigGat - 2024-03-30, 12:20 PM
RE: Cannot set pypilot to IMU only - by MigGat - 2024-03-31, 03:47 PM
RE: Cannot set pypilot to IMU only - by MigGat - 2024-04-02, 05:06 PM
RE: Cannot set pypilot to IMU only - by Sailoog - 2024-04-02, 05:55 PM
RE: Cannot set pypilot to IMU only - by MigGat - 2024-04-02, 10:32 PM
RE: Cannot set pypilot to IMU only - by Sailoog - 2024-04-03, 11:16 AM
RE: Cannot set pypilot to IMU only - by MigGat - 2024-04-02, 10:46 PM
RE: Cannot set pypilot to IMU only - by MigGat - 2024-04-03, 10:19 AM
RE: Cannot set pypilot to IMU only - by ironman - 2024-04-03, 10:48 AM
RE: Cannot set pypilot to IMU only - by Sailoog - 2024-04-03, 11:12 AM
RE: Cannot set pypilot to IMU only - by MigGat - 2024-04-03, 11:37 AM
RE: Cannot set pypilot to IMU only - by MigGat - 2024-04-03, 03:48 PM
RE: Cannot set pypilot to IMU only - by PaddyB - 2024-04-03, 03:58 PM
RE: Cannot set pypilot to IMU only - by MigGat - 2024-04-03, 04:07 PM
RE: Cannot set pypilot to IMU only - by MigGat - 2024-04-04, 04:43 PM
RE: Cannot set pypilot to IMU only - by PaddyB - 2024-04-04, 04:47 PM
RE: Cannot set pypilot to IMU only - by MigGat - 2024-04-04, 04:55 PM
RE: Cannot set pypilot to IMU only - by PaddyB - 2024-04-04, 05:46 PM
RE: Cannot set pypilot to IMU only - by MigGat - 2024-04-04, 05:54 PM
RE: Cannot set pypilot to IMU only - by MigGat - 2024-04-04, 07:22 PM

Forum Jump:


Users browsing this thread: 6 Guest(s)