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

Improve lv2 effect builder error message #78

Closed
SrMouraSilva opened this issue Oct 24, 2017 · 0 comments
Closed

Improve lv2 effect builder error message #78

SrMouraSilva opened this issue Oct 24, 2017 · 0 comments

Comments

@SrMouraSilva
Copy link
Member

Traceback (most recent call last):
  File "pedalpi.py", line 39, in <module>
    ep = builder.build('https://github.com/dcoredump/dexed.lv2')
  File "/usr/local/lib/python3.4/dist-packages/pluginsmanager/model/lv2/lv2_effect_builder.py", line 81, in build
    return Lv2Effect(self._plugins[lv2_uri])
KeyError: 'https://github.com/dcoredump/dexed.lv2'

This means I can't any information about the plugin {}. Try re-scan the installed plugins: builder.reload(builder.lv2_plugins_data())

@SrMouraSilva SrMouraSilva added this to the v0.6.0 - Midi support milestone Oct 24, 2017
SrMouraSilva added a commit that referenced this issue Oct 29, 2017
@SrMouraSilva SrMouraSilva changed the title Improve lv2 effect builder error Improve lv2 effect builder error message Nov 1, 2017
SrMouraSilva added a commit that referenced this issue Nov 30, 2017
Issue #78 Improve lv2 effect builder error message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant