The avnav-ochartsng plugin bundled in the HaLOS AvNav container is outdated and no longer compatible with the current o-charts shop API. Attempting to log in to the OChartsNG page results in:
Error: Invalid version of the plugin code: 5
Existing charts continue to work, but it is not possible to download new or updated charts from the o-charts shop.
Environment
- HaLOS image: Halos-Desktop-Marine-HALPI2
- Container:
marine-avnav-container
- Plugin path:
/usr/lib/avnav/plugins/ochartsng/
Steps to reproduce
- Open
https://avnav.halos.local/
- Navigate to User Apps → OchartsNG
- Click the LOGIN button
- Error:
Invalid version of the plugin code: 5
Root cause
This is a known upstream issue: wellenvogel/ochartsng#33. The o-charts shop has updated its API and requires a newer version of the plugin. The upstream fix is already available.
Expected behavior
The AvNav container image should include an up-to-date version of avnav-ochartsng that is compatible with the current o-charts shop API.
Suggested fix
Update the avnav-ochartsng package version in the AvNav container image definition (halos-marine-containers). The latest release is available at https://github.com/wellenvogel/ochartsng/releases.
Workaround
None known at this time without modifying the container image manually.
The
avnav-ochartsngplugin bundled in the HaLOS AvNav container is outdated and no longer compatible with the current o-charts shop API. Attempting to log in to the OChartsNG page results in:Existing charts continue to work, but it is not possible to download new or updated charts from the o-charts shop.
Environment
marine-avnav-container/usr/lib/avnav/plugins/ochartsng/Steps to reproduce
https://avnav.halos.local/Invalid version of the plugin code: 5Root cause
This is a known upstream issue: wellenvogel/ochartsng#33. The o-charts shop has updated its API and requires a newer version of the plugin. The upstream fix is already available.
Expected behavior
The AvNav container image should include an up-to-date version of
avnav-ochartsngthat is compatible with the current o-charts shop API.Suggested fix
Update the
avnav-ochartsngpackage version in the AvNav container image definition (halos-marine-containers). The latest release is available at https://github.com/wellenvogel/ochartsng/releases.Workaround
None known at this time without modifying the container image manually.