OpenMarine

Full Version: [SOLVED] Upgraded to 14 - no openplotter!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
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
(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
This solved the problem: I have now a functioning system with OpenPlotter running again.
Thanks!
Andries
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
solved Problem
SignalK did not install properly
Pages: 1 2 3 4 5