kootenpv/sky

Demo generates a 500: Internal Server Error

Opened this issue · 3 comments

I just downloaded the demo to see what the code does, and it seems to come up with a 500 error whatever url is put into the search field.

Had the same issue. Changed tornado version with
pip3 install tornado==4.5.3
Now the 500 error is gone but there's some other bug came up. Maybe something with this:
RuntimeWarning: coroutine 'ClientSession.close' was never awaited self.session.close() ERROR:asyncio:Unclosed client session client_session: <aiohttp.client.ClientSession object at 0x1126667f0> ERROR:asyncio:Unclosed connector

Yea.... sky is currently still targeting python==3.3, imagine that.

Locally I did make some changes to make it work again (for 3.5, 3.6, 3.7). I'll update the repo over the weekend.

I have published an update. Feel free to try it, upgrade sky

pip install -U sky

or

pip install sky==0.0.199