tdryer / hangups

the first third-party instant messaging client for Google Hangouts
https://hangups.readthedocs.io/
MIT License
1.71k stars 189 forks source link

Fix random 401 errors #501

Closed tdryer closed 4 years ago

tdryer commented 4 years ago

Google appear to be randomly routing requests to a new backend that does not support quoted cookie values. Until aiohttp gets an option to disable quoting cookie values, we need to serialize the cookie header ourselves as a workaround.

Fixes #498.