-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments
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. |
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. |
Could you paste your user agents? I put in mine, found some online to use, and nothing is working for me. Thanks! |
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. |
Ah, I thought you meant you found one online and replaced yours.
…On Sun, Apr 16, 2023 at 12:21 PM evilmm ***@***.***> wrote:
Sorry, I'm not comfortable doing that.
—
Reply to this email directly, view it on GitHub
<#15 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVDNND26GJXV5ARSSRDCR3XBQL7BANCNFSM6AAAAAAW3ZM63Y>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
You can use the following: These are from another ABS repo: |
I switched to Chrome and it's working perfectly now.
I used user-agent switcher extensions and they didn't seem to work.
…On Mon, Apr 17, 2023 at 10:36 AM mjpcomp ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub
<#15 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVDNNC4ZZ5RZOXFXOQ64M3XBVINNANCNFSM6AAAAAAW3ZM63Y>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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. |
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?
The text was updated successfully, but these errors were encountered: