Skip to content

Instantly share code, notes, and snippets.

@jujudusud
Created November 4, 2018 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jujudusud/3b2f577eeb9cdb1a0eeb2de46911b75f to your computer and use it in GitHub Desktop.
Save jujudusud/3b2f577eeb9cdb1a0eeb2de46911b75f to your computer and use it in GitHub Desktop.
julien@LibraZiK2-studio-audio:~$ export LV2_PATH=/home/julien/caps-lv2/plugins
julien@LibraZiK2-studio-audio:~$ modsdk
Using raw lilv for plugin info (without checks)
Welcome to the MOD-SDK
The goal of this SDK is to implement the MODGUI specification for LV2, so you must be familiar with LV2 first.
Please check http://lv2plug.in/ if you need help on that.
To start testing your plugin interfaces, open your webkit-based browser (Google Chrome, Chromium, Safari) and point to http://localhost:9000
ERROR:tornado.application:Uncaught exception GET /?v=1541367704 (::1)
HTTPServerRequest(protocol='http', host='localhost:9000', method='GET', uri='/?v=1541367704', version='HTTP/1.1', remote_ip='::1', headers={'Upgrade-Insecure-Requests': '1', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36', 'Accept-Encoding': 'gzip, deflate, br', 'Connection': 'keep-alive', 'Accept-Language': 'en-US,en;q=0.9', 'Host': 'localhost:9000'})
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/tornado/web.py", line 1467, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/usr/local/lib/python3.5/dist-packages/modsdk/webserver.py", line 467, in get
with open(DEFAULT_ICON_TEMPLATE, 'r') as fd:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/mod-sdk/html/resources/templates/pedal-default.html'
ERROR:tornado.access:500 GET /?v=1541367704 (::1) 6.69ms
WARNING:tornado.access:404 GET /favicon.ico (::1) 1.35ms
ERROR:tornado.application:Uncaught exception GET /?v=1541367712 (::1)
HTTPServerRequest(protocol='http', host='localhost:9000', method='GET', uri='/?v=1541367712', version='HTTP/1.1', remote_ip='::1', headers={'Upgrade-Insecure-Requests': '1', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36', 'Accept-Encoding': 'gzip, deflate, br', 'Connection': 'keep-alive', 'Accept-Language': 'en-US,en;q=0.9', 'Host': 'localhost:9000'})
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/tornado/web.py", line 1467, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/usr/local/lib/python3.5/dist-packages/modsdk/webserver.py", line 467, in get
with open(DEFAULT_ICON_TEMPLATE, 'r') as fd:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/mod-sdk/html/resources/templates/pedal-default.html'
ERROR:tornado.access:500 GET /?v=1541367712 (::1) 6.10ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment