Matthew Wetmore

Results 8 comments of Matthew Wetmore

So for my use case, I was just talking about using mypy on a project which depends on fbchat, not using mypy on fbchat itself. I performed my tests by...

Hey I'm late to the party here but just wanted to say thanks @madsmtm for the time you put into maintaining this project and I totally understand wanting to step...

I did a little poking around. I suppose the more relevant commit here is https://github.com/carpedm20/fbchat/commit/7be2acad7d8cf3e05cb3676c828e0695df38bbd9, which adds the code which throws the error: ``` # We weren't redirected, hence the...

> I can't login! I've tried today! Exact same problem! @wetmore In the meantime I am using 2.0.0a2 and it's working fine, can you use that workaround?

Have you tried logging in manually to the account you are using? Perhaps the account has been locked?

Looks like you need to call startListening() before you do a listen. See https://github.com/carpedm20/fbchat/blob/v1.9.7/fbchat/_client.py#L2883 for how doOneListen() gets used in listen(). Specifically, note that in startListening() here: https://github.com/carpedm20/fbchat/blob/v1.9.7/fbchat/_client.py#L2831 self._mqtt gets...

+1 to making it an option.

Operating system and chrome version? Can you also right click the text and inspect element to see which font it's using? Thanks for reporting this. > On Jul 7, 2015,...