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

Searches not counting unless human interaction detected? #15

Open
mjpcomp opened this issue Apr 12, 2023 · 8 comments
Open

Searches not counting unless human interaction detected? #15

mjpcomp opened this issue Apr 12, 2023 · 8 comments

Comments

@mjpcomp
Copy link

mjpcomp commented Apr 12, 2023

For the past few days or a week, it seems as if automatic searches are not counting - even with long random delays (7.5 seconds - 25 seconds). The only time it will count is if I actually stop the search and hit enter again on the search query in the search form.

Has anyone else noticed this issue yet?

@daedalus311
Copy link

On one of my accounts this has happened. Today the desktop searches work again, but the mobile still don't...even if I do them manually.
If you bookmark a bunch of searches, you can right click and open them all to make the searches easier.

@evilmm
Copy link

evilmm commented Apr 16, 2023

Seems like they blocked the user agents listed at the bottom of constants.js . I pulled my current Edge desktop user agent and mobile and replaced it and it seems to be working again.

@daedalus311
Copy link

Could you paste your user agents? I put in mine, found some online to use, and nothing is working for me. Thanks!

@evilmm
Copy link

evilmm commented Apr 16, 2023

Sorry, I'm not comfortable doing that.

I wonder if someone could integrate an API call to something like https://www.whatismybrowser.com/guides/the-latest-user-agent/edge to get the latest Windows and Android agents and use them? Might be too many hits for everyone.

@daedalus311
Copy link

daedalus311 commented Apr 16, 2023 via email

@mjpcomp
Copy link
Author

mjpcomp commented Apr 17, 2023

Could you paste your user agents? I put in mine, found some online to use, and nothing is working for me. Thanks!

You can use the following:
MOBILE_USER_AGENTS: Object.freeze([
'Mozilla/5.0 (Linux; Android 10; HD1913) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.48 Mobile Safari/537.36 EdgA/111.0.1661.59',
'Mozilla/5.0 (Linux; Android 10; SM-G973F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.48 Mobile Safari/537.36 EdgA/111.0.1661.59',
'Mozilla/5.0 (Linux; Android 10; Pixel 3 XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.48 Mobile Safari/537.36 EdgA/111.0.1661.59',
'Mozilla/5.0 (Linux; Android 10; ONEPLUS A6003) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.48 Mobile Safari/537.36 EdgA/111.0.1661.59',
]),
EDGE_USER_AGENT: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.34',
});

These are from another ABS repo:
https://github.com/mkp95/ABS

@daedalus311
Copy link

daedalus311 commented Apr 17, 2023 via email

@InoMation
Copy link

The first time I had this happen, it kicked back into gear after I did a manual search day. Then now a few days later it stopped again, so I replaced the user-agents with above, and it still didn't work. Then I realized if I manually search Bing for images, it still wasn't working to count. An old fix for something else was to make it search images, so I went in now and changed mine back to just regular searches, and that made it work today.

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

4 participants