kootenpv / sky

:sunrise: next generation web crawling using machine intelligence
BSD 3-Clause "New" or "Revised" License
329 stars 44 forks source link

Demo generates a 500: Internal Server Error #6

Open davemate23 opened 6 years ago

davemate23 commented 6 years ago

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.

SimoniusVonZyrene commented 6 years ago

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

kootenpv commented 6 years ago

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.

kootenpv commented 6 years ago

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

pip install -U sky

or

pip install sky==0.0.199