Howdy! Taking the plunge and trying to figure out how to compile and load lv2 plugs onto my Duo. Got modsdk and plugin builder and all that installed, just hitting the wall when trying to launch localhost:9000. Looking at the errors it seems like maybe I’ve installed modsdk in the incorrect directory?
ERROR:tornado.application:Uncaught exception GET /?v=1597328433 (::1)
HTTPServerRequest(protocol='http', host='localhost:9000', method='GET', uri='/?v=1597328433', version='HTTP/1.1', remote_ip='::1', headers={'Host': 'localhost:9000', 'Connection': 'keep-alive', 'Upgrade-Insecure-Requests': '1', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-User': '?1', 'Sec-Fetch-Dest': 'document', 'Accept-Encoding': 'gzip, deflate, br', 'Accept-Language': 'en-US,en;q=0.9'})
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/tornado/web.py", line 1510, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/usr/local/lib/python3.6/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=1597328433 (::1) 62.25ms
WARNING:tornado.access:404 GET /favicon.ico (::1) 1.22ms
I’m using Mint and Chrome. Any help would be much appreciated, thanks!