solero / houdini

A Club Penguin private server written in Python 3
https://houdini.readthedocs.io/
MIT License
281 stars 54 forks source link

Single client mode breaks world server #19

Closed puyoxyz closed 4 years ago

puyoxyz commented 4 years ago

World server will give an igloo-related asyncpg error when trying to join the world server (login works fine) if --single-client-mode flag is present. Removing this flag fixes it.

ben-pearce commented 4 years ago

I believe this to be caused by assignment of the client type when signing in while server is in single client mode.

Please see my linked pull request and confirm this fixed this issue before I merge into the master branch.

puyoxyz commented 4 years ago

Yes, the PR fixes the issue.