OpenMarine
[SOLVED] Upgraded to 14 - no openplotter! - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://forum.openmarine.net/forumdisplay.php?fid=4)
+--- Thread: [SOLVED] Upgraded to 14 - no openplotter! (/showthread.php?tid=660)

Pages: 1 2 3 4 5


RE: [SOLVED] Upgraded to 14 - no openplotter! - agv - 2017-08-17

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


RE: [SOLVED] Upgraded to 14 - no openplotter! - Sailoog - 2017-08-21

(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-documentation/content/en/updating.html


RE: [SOLVED] Upgraded to 14 - no openplotter! - agv - 2017-08-22

This solved the problem: I have now a functioning system with OpenPlotter running again.
Thanks!
Andries


Upgraded to 16- no openplotter! - ddelorme - 2017-10-14

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



RE: [SOLVED] Upgraded to 14 - no openplotter! - ddelorme - 2017-10-14

solved Problem
SignalK did not install properly