After an upgrade to 0.79.3 from 0.78.3, I simply get a white screen with a blue bar.
I tried rolling back to 0.78.3 but it still doesn’t work so I’m at the point of either getting this fixed or scrapping and reinstalling.
Hopefully this is fixable.
Here’s the error I get when I try to access the page.
2018-10-03 15:20:20 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.5/dist-packages/aiohttp/web_protocol.py”, line 390, in start
resp = await self._request_handler(request)
File “/usr/local/lib/python3.5/dist-packages/aiohttp/web_app.py”, line 339, in _handle
match_info = await self._router.resolve(request)
File “/usr/local/lib/python3.5/dist-packages/aiohttp/web_urldispatcher.py”, line 799, in resolve
match_dict, allowed = await resource.resolve(request)
File “/usr/local/lib/python3.5/dist-packages/aiohttp/web_urldispatcher.py”, line 281, in resolve
match_dict = self._match(request.rel_url.raw_path)
File “/usr/local/lib/python3.5/dist-packages/aiohttp/web_urldispatcher.py”, line 406, in _match
for key, value in match.groupdict().items()}
File “/usr/local/lib/python3.5/dist-packages/aiohttp/web_urldispatcher.py”, line 406, in
for key, value in match.groupdict().items()}
TypeError: build() got an unexpected keyword argument ‘encoded’