[03:44] 01[13seesaw-kit01] 15chfoo created 06python3/development (+7 new commits): 02https://github.com/ArchiveTeam/seesaw-kit/compare/017b8b5f93a9^...5d3f91cd9fd2 [03:44] 13seesaw-kit/06python3/development 14017b8b5 15David Yip: Python 3 fixes: switch to SockJS-Tornado.... [03:44] 13seesaw-kit/06python3/development 142e8ae6d 15David Yip: Python 3 fixes: apply 2to3 changes. [03:44] 13seesaw-kit/06python3/development 14e4a5e41 15David Yip: Python 3 fixes: streams now use bytearrays, which are not strings. [03:51] for python 3 discussions, see https://github.com/ArchiveTeam/seesaw-kit/issues/40 [04:27] FYI, the tornadio -> SockJS-Tornado change is a pretty big one [04:27] SockJS is (AFAICT) a different protocol [04:27] all it does is provide a websockets abstraction [04:27] socket.io (and tornadio by extension) do much more [04:27] so the Warrior dashboard will have to be adapted [05:35] anyone, feel free to fix it up. protip: running tests/run_warrior_local.py will start up a fake warrior on 9081