Advertisement
Guest User

Untitled

a guest
Oct 6th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.49 KB | None | 0 0
  1. /usr/lib/python2.7/dist-packages/zynworld/lv2.py:130: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
  2.  if uri not in self.object_sources:
  3. SYNTAX ERROR at /usr/lib/lv2/qmidiarp_arp.lv2/qmidiarp_arp.ttl:388 - unrecognised char 0x5C ('\t\t<https://git.code.sf.net/p/qmidiarp#ARPPATTERN> ">>///0\\\\ \\\\ \\\\ 0+////(0123)\\\\ \\\\ \\\\ \\\\ -00+(1234)-00+0-00+0-00+0-0"')
  4. Traceback (most recent call last):
  5.   File "/usr/bin/lv2rack", line 257, in on_effect_load
  6.     self.plugins_load("LV2 effect plugins")
  7.   File "/usr/lib/python2.7/dist-packages/zynworld/host.py", line 2534, in plugins_load
  8.     self.rescan_plugins(plugin_repo_widget, progressbar, False)
  9.   File "/usr/lib/python2.7/dist-packages/zynworld/host.py", line 2448, in rescan_plugins
  10.     plugin = self.lv2db.getPluginInfo(uri)
  11.   File "/usr/lib/python2.7/dist-packages/zynworld/lv2.py", line 601, in getPluginInfo
  12.     name = info.getProperty(pt, rdfs_label, optional = True, single = True)
  13.   File "/usr/lib/python2.7/dist-packages/zynworld/lv2.py", line 123, in getProperty
  14.     raise Exception, "More than one value of " + prop
  15. Exception: More than one value of http://www.w3.org/2000/01/rdf-schema#label
  16. ^CTraceback (most recent call last):
  17.   File "/usr/bin/lv2rack", line 331, in <module>
  18.     main()
  19.   File "/usr/bin/lv2rack", line 325, in main
  20.     host.run()
  21.   File "/usr/bin/lv2rack", line 201, in run
  22.     lv2rack.run(self)
  23.   File "/usr/lib/python2.7/dist-packages/zynworld/host.py", line 2751, in run
  24.     gtk.main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement