Hi,
I installed the uli-plugins and wanted to give it a try with lv2rack.
Unfortunately, when it scans the /usr/lib/lv2 directory, the progress bar stops. Here is the error:
LV2_PATH not set, defaulting to ['/home/aymeric/.lv2', '/usr/local/lib/lv2', '/usr/lib/lv2']
Traceback (most recent call last):
File "/usr/bin/lv2rack", line 259, in on_effect_load
self.plugins_load("LV2 effect plugins")
File "/usr/bin/zynjacku.py", line 2536, in plugins_load
self.rescan_plugins(plugin_repo_widget, progressbar, True)
File "/usr/bin/zynjacku.py", line 2441, in rescan_plugins
plugin = self.lv2db.getPluginInfo(uri)
File "/usr/lib/python2.6/site-packages/zynworld/lv2.py", line 459, in getPluginInfo
info, sources = self.get_plugin_full_model(uri)
File "/usr/lib/python2.6/site-packages/zynworld/lv2.py", line 429, in get_plugin_full_model
seeAlso = self.manifests.bySubject[uri][rdfs_see_also]
KeyError: 'http://www.w3.org/2000/01/rdf-schema#seeAlso'