When puppeteer gets logged out of LINE, say why #38
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When LINE on Chrome logs you out, it shows a popup view explaining why you were logged out.
Currently, the puppeteer script listens for the presence of that popupt to know that it got logged out, and tells the user about it.
It should also scrape the message shown in the dialog, and post it in the message it sends to the Matrix user, to give extra information about why they were logged out.