Mads Marquart

Results 394 comments of Mads Marquart

I'll leave this open, it looks like something that would be interesting to investigate!

The two uses of the same `query_id` is in `fetch_thread_images`, which should probably be refactored in a way that this doesn't happen, so I expect that to stay as a...

> I remember that there was a table of ids before Hmm, don't recall that, but I may be mistaken. And true, having the ids in an enum does communicate...

I can't confirm whether or not I can recieve these messages without opening Facebook in my browser, yet. If it's the case, though, then that's really wierd... EDIT: I'm starting...

I also confirmed that `la` means `last active`, and that the `a` value corresponds to the following constants: ```python class X: OFFLINE = 0 IDLE = 1 ACTIVE = 2...

I let my client run for the day, and after a little over 400 `buddylist_overlay`-messages, I got the following different values for `c`: `[None, 8, 10, 74, 2048, 2056, 2122,...

The commit you referenced don't have anything to do with this issue 🙂. But I can't diagnose your issue further yet, I need to get some more information! Does it...

Huh... I don't really have an idea what the problem could be here! A few very vague guesses: - Your `hasMessagedThread`/`logThread` might somehow be blocking on the file? Could you...

Hmm, your output did give me some useful information, now I know that the `/notify_disconnect` topic returns `b'IRIS_CURSOR_LIMIT'`; but it doesn't help me diagnose your problem 😕

Notes to the future maintainer (or myself, if I get back at it): - Make the login process work in a stable way. - Verify that the ``act`` cookie is...