Tom Dryer
Tom Dryer
> I have my terminal set up with the solarized light colorscheme, and if I set hangouts to the Solarized Dark colorscheme, a lot of the colors look really bad....
Looks like http_utils.longpoll_fetch is yielding None instead of a future. I'm not sure why that's happening.
`KeyError: 'UgxpcDaz1kIZ3y8gxHJ4AaABAQ'` sounds like a new conversation was created, which hangups can't handle yet. I don't understand how that causes the other exception though. Furthermore, hangouts is supposed to crash...
@matthiassb: @vittore probably wants to avoid interaction so the message output could be used programmatically. Did you have a different use case in mind for dumping the visible messages using...
What I had in mind was having hangups run normally but printing events to the log as they arrive.
You're reconnecting the client by calling the connect method a second time?
Not supported yet. However, hangish has a working implementation: https://github.com/rogora/hangish/blob/master/client.cpp#L686
The API for this is implemented now: https://github.com/tdryer/hangups/pull/89. Just missing a proper user interface.
Thanks pointing that out, @endofline. I created a new issue #142 for that bug.
I'm able to adjust the number of conversations to load on startup now, so I bumped it to 100 in https://github.com/tdryer/hangups/commit/b4567ad832b9fb42c7930b09ee5f6b4f6e985bc8 to mitigate this issue for now.