Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
393 stars 71 forks source link

chore: Update server deps #1370

Closed Kruptein closed 5 months ago

Kruptein commented 5 months ago

This also happens to remove all the annoying spam that happens when someone refreshes

    raise RuntimeError(f"Expect response, not {type(response)!r}")
RuntimeError: Expect response, not <class 'NoneType'>

These logs were due to a mismatch between aiohttp_session and python-engineio. The engineio dependency has explicitly been added to get the version that removes the spam, as the higher level socketio has a laxer minimum version.