Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading from the gallery ignores the new plugin extensions #1686

Open
rbudde opened this issue Sep 2, 2024 · 0 comments
Open

loading from the gallery ignores the new plugin extensions #1686

rbudde opened this issue Sep 2, 2024 · 0 comments

Comments

@rbudde
Copy link
Contributor

rbudde commented Sep 2, 2024

if a gallery program is selected, the matching plugin is loaded implicitly.
e.g. the selected plugin is ev3dev, a gallery program for spike is selected. The spike plugin is started with the gallery program loaded.

some time ago plugin extensions are added. The first is the 'neural network extension'. When a program from the gallery is loaded,
that is stored using this extension, the following error occurs:
when the gallery program is selected, the plugin is loaded, BUT the extension is ignored.

Example:

  • xnn is a plugin with the 'neural network extension'. Select the plugin, load a xnn gallery program.
  • the neural network is NOT shown.
  • select the xnn plugin again from the start page.
  • the neural network is shown

Solution:

the extension must be part of the program or part of the database storage.

Note:

a solution should be applied to the user stored programs, too. This is a smaller problem, as loading user programs do not switch plugins implicitly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant