yakyak / hangupsjs

google hangouts client library for nodejs
226 stars 46 forks source link

Clear cookie file when initialization fails #123

Closed jorrit closed 3 years ago

jorrit commented 3 years ago

Occasionally the cookie.json file is corrupted because of a computer crash. Yakyak then fails to start unless I delete the file manually. I have added code to hangupsjs to clear the cookies file when loading fails.

averissimo commented 3 years ago

This is awesome!! It's been on my list forever, thanks for actually doing it