Help to deal with Zynjacku problem

All your LV2 and LADSPA goodness and more.

Moderators: MattKingUSA, khz

Post Reply
Aleks
Established Member
Posts: 295
Joined: Wed Nov 09, 2011 5:36 pm
Been thanked: 1 time

Help to deal with Zynjacku problem

Post by Aleks »

Can somebody help me with this? I am trying to make Zynjacku scan plugins, but it's stuck at gx tuner, I guess? From the Terminal it reads:

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/zynjacku", line 294, in on_synth_load
    self.plugins_load("LV2 synth plugins")
  File "/usr/lib/python2.7/dist-packages/zynworld/host.py", line 2534, in plugins_load
    self.rescan_plugins(plugin_repo_widget, progressbar, False)
  File "/usr/lib/python2.7/dist-packages/zynworld/host.py", line 2448, in rescan_plugins
    plugin = self.lv2db.getPluginInfo(uri)
  File "/usr/lib/python2.7/dist-packages/zynworld/lv2.py", line 601, in getPluginInfo
    name = info.getProperty(pt, rdfs_label, optional = True, single = True)
  File "/usr/lib/python2.7/dist-packages/zynworld/lv2.py", line 123, in getProperty
    raise Exception, "More than one value of " + prop
Exception: More than one value of http://www.w3.org/2000/01/rdf-schema#label
Untitled.png
Untitled.png (42.86 KiB) Viewed 612 times
Aleks
Established Member
Posts: 295
Joined: Wed Nov 09, 2011 5:36 pm
Been thanked: 1 time

Re: Help to deal with Zynjacku problem

Post by Aleks »

Thanks, but that didn't work out.
Aleks
Established Member
Posts: 295
Joined: Wed Nov 09, 2011 5:36 pm
Been thanked: 1 time

Re: Help to deal with Zynjacku problem

Post by Aleks »

Actually, when I tried second time to set that line to False, now it works. I must have changed something else, because today I had a really busy day. Thanks! :)
Post Reply