mutantmonkey

Results 17 comments of mutantmonkey

I don't have a hardware certificate slot, but I did remove all the "Software Security Devices" (user-added roots) from my Firefox preferences and the problem seems to have resolved itself....

So, I may have spoken too soon previously. After removing user-added roots, I was still unable to access Google. I ended up deleting `cert8.db`, `key3.db`, `cert8.dr`, and `cert_override.txt` from my...

It appears that cert8.db is the responsible file. Here's a copy: http://mutantmonkey.in/files/cert8.db

Whoops, should work now. I also had this happen on another profile with a similar configuration and can provide that cert8.db as well if needed.

After merging this, the bot no longer joins any channels. I haven't yet looked through the code to see where the problem lies. Could you look into this please?

Thanks for this. I've gone ahead and cherry picked 9219308170, b62dc01bd7, cbcb25a64b, and 4fa63e7314 already, and I'll be reviewing and possibly merging the rest over the next couple of weeks.

Are you using chunked encoding by any chance? If so, I believe that this may be a duplicate of #28. Can you give https://github.com/mutantmonkey/sseclient/tree/disable_short_reads_when_chunked a try and see whether or...

@docbobo Thanks for testing. Yeah, that would be the expected behavior as events won't be emitted until the buffer fills up. That's the problem that can be fixed by using...

Related bug: #27 I'm not really sure why it was closed as it seems to be the exact same problem mentioned here.

There are a few different possible approaches to fix this: 1. Disable short reads when gzip encoding is used, as you've done in #37. The downside of this is that...