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
[SOLVED] Upgraded to 14 - no openplotter!
#41
Also I lost OpenPlotter after an update to 0.14.4. But the solution of removing the sensors from the conf seems to have no effect. 
Here  are the errors after typing opemplotter:


  File "/home/pi/.config/openplotter/openplotter", line 3503, in <module>
    MainFrame().Show()
  File "/home/pi/.config/openplotter/openplotter", line 268, in __init__
    self.read_compass()
  File "/home/pi/.config/openplotter/openplotter", line 1244, in read_compass
    check_imu = self.check_i2c()
  File "/home/pi/.config/openplotter/openplotter", line 1234, in check_i2c
    detected_imu = subprocess.check_output(['python', self.currentpath + '/check_rtimulib.py'], cwd=self.home + '/.pypilot')
  File "/usr/lib/python2.7/subprocess.py", line 566, in check_output
    process = Popen(stdout=PIPE, *popenargs, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory: '/home/pi/.pypilot'

I would be grateful for suggestions.
Andries
Reply
#42
(2017-08-17, 12:18 AM)agv Wrote: Also I lost OpenPlotter after an update to 0.14.4. But the solution of removing the sensors from the conf seems to have no effect. 
Here  are the errors after typing opemplotter:


  File "/home/pi/.config/openplotter/openplotter", line 3503, in <module>
    MainFrame().Show()
  File "/home/pi/.config/openplotter/openplotter", line 268, in __init__
    self.read_compass()
  File "/home/pi/.config/openplotter/openplotter", line 1244, in read_compass
    check_imu = self.check_i2c()
  File "/home/pi/.config/openplotter/openplotter", line 1234, in check_i2c
    detected_imu = subprocess.check_output(['python', self.currentpath + '/check_rtimulib.py'], cwd=self.home + '/.pypilot')
  File "/usr/lib/python2.7/subprocess.py", line 566, in check_output
    process = Popen(stdout=PIPE, *popenargs, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory: '/home/pi/.pypilot'

I would be grateful for suggestions.
Andries

It seems that you have a failed update.

If you want to force a major update even if your are running the latest version, open a terminal and type:

/home/pi/.config/openplotter/update/update_OpenPlotter.sh

https://sailoog.gitbooks.io/openplotter-...ating.html
Reply
#43
This solved the problem: I have now a functioning system with OpenPlotter running again.
Thanks!
Andries
Reply
#44
i Am getting the following when i try to open OP..


Code:
openplotter
Gtk-Message: Failed to load module "canberra-gtk-module"
Signal K starting
Traceback (most recent call last):
  File "/home/pi/.config/openplotter/openplotter", line 3535, in <module>
    MainFrame().Show()
  File "/home/pi/.config/openplotter/openplotter", line 73, in __init__
    self.vessel_self = checkVesselSelf(self.conf)
  File "/home/pi/.config/openplotter/classes/check_vessel_self.py", line 33, in __init__
    subprocess.Popen(['bin/signalk-server','-s','../../.openplotter/openplotter-settings.json'],cwd=home + '/.config/signalk-server-node')                            
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
Reply
#45
solved Problem
SignalK did not install properly
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)