bluerobotics / BlueOS-Extensions-Repository

A directory of BlueOS Extensions that can be installed quickly and easily on your robotic vehicle.
https://docs.bluerobotics.com/BlueOS-Extensions-Repository/
14 stars 15 forks source link

Extension: Navigator Webassistant - Not showing on BlueOS bazaar #82

Closed RaulTrombin closed 7 months ago

RaulTrombin commented 7 months ago

Issue: The extensions-manager not show the new available extension; Route http://blueos-wifi.local/kraken/v1.0/extensions_manifest also does not show the new extension;

from local test: python3 -m poetry run blueos_repository/consolidate.py Result:

fetching tags in patrickelectric/blueos-node-red
['1.0.2', '1.0.1', '1.0.0']
fetching labels for patrickelectric/blueos-node-red:1.0.2
fetching labels for patrickelectric/blueos-node-red:1.0.1
fetching labels for patrickelectric/blueos-node-red:1.0.0
fetching tags in patrickelectric/blueos-bb
['master']
master is not valid SemVer, ignoring it...
fetching tags in raulelektron/blueos_navigator_webassistant
['0.0.0', 'latest']
fetching labels for raulelektron/blueos_navigator_webassistant:0.0.0
Error status 404
latest is not valid SemVer, ignoring it...
fetching tags in williangalvani/blueos-extension-proxy
['v1.0.3', 'master', 'iframes', 'v1.0.2', 'nocache', 'websockets', 'v1.0.1', 'v1.0.0', 'v0.0.1']
fetching labels for williangalvani/blueos-extension-proxy:v1.0.3
master is not valid SemVer, ignoring it...
iframes is not valid SemVer, ignoring it...
fetching labels for williangalvani/blueos-extension-proxy:v1.0.2
nocache is not valid SemVer, ignoring it...
websockets is not valid SemVer, ignoring it...
fetching labels for williangalvani/blueos-extension-proxy:v1.0.1
fetching labels for williangalvani/blueos-extension-proxy:v1.0.0
fetching labels for williangalvani/blueos-extension-proxy:v0.0.1
Error status 404
RaulTrombin commented 7 months ago

@patrickelectric think it's fixed.

Issues found:

  1. missing version LABEL
  2. position of "Privileged" parameter was inside PortBinding

Question: LABEL type="education" is valid? "types" is a free field?

Could you re-run the manifest action?

rafaellehmkuhl commented 7 months ago

Did

RaulTrombin commented 7 months ago

Did

Thks @rafaellehmkuhl

image

Extension available, closing issue.