Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On newest 87.* chrome - win7 - the CSV is just blank always. #2

Open
dabster3000 opened this issue Nov 24, 2020 · 3 comments
Open

On newest 87.* chrome - win7 - the CSV is just blank always. #2

dabster3000 opened this issue Nov 24, 2020 · 3 comments

Comments

@dabster3000
Copy link

dabster3000 commented Nov 24, 2020

On newest 87.* chrome - win7 - with newest chrome extension - the CSV is just blank always, even though the user came online/offline. Pls check.

@utkarsh914
Copy link
Owner

@dabster3000 I tested it on chrome v87 and it works fine. I don't have windows 7, so can't comment if it is an issue related to win7 although it is highly unlikely that it will be.
Try enabling notifications for WhatsApp web, and check if you get notifications.

@dabster3000
Copy link
Author

This is working if the person has hidden there time. but if the user has "last available" as not private then the plugin is not working.
Can you check ?

@Deleora
Copy link

Deleora commented Dec 30, 2020

I'm not 100% sure but I think the script does not know what to do when the status changes to something like "last seen ...".
When the user comes online this is what is checked

...
else if ((status.textContent==="online" || status.textContent==="typing…") && (cameOnline===false)){ ... }
...

And when user is not online

...
if ((status===null) && (cameOnline===true)){ ... }
...

As you can see there is no condition to check when the status is of the form "last seen ...".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants