HEnquist / camillagui-backend

Backend server for camillagui
GNU General Public License v3.0
18 stars 4 forks source link

v. 0.7.0 error #32

Closed antonellocaroli closed 3 years ago

antonellocaroli commented 3 years ago

I always get this error, what can it be due to? with version 0.6.0 there was not

image

Error handling request Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request resp = await self._request_handler(request) File "/usr/lib/python3.8/site-packages/aiohttp/web_app.py", line 499, in _handle resp = await handler(request) File "/opt/camillagui/backend/views.py", line 162, in set_config filename = json["filename"] KeyError: 'filename'

JWahle commented 3 years ago

It seems, that your pycamilladsp-plot version is not up to date. Updating it should fix that. With an old version, I got the same error here: https://github.com/HEnquist/pycamilladsp-plot/issues/4

antonellocaroli commented 3 years ago

thanks, pycamilladsp-plot update, solves.

JWahle commented 3 years ago

Nice.