-
Notifications
You must be signed in to change notification settings - Fork 28
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
Mobile user agent ignored #30
Comments
@N190392 I am bringing this issue into it's own thread so the other does not get polluted. |
|
I did some digging. Okay, so Chromium does not work even when manually launching --user-agent argument. But it detects it correctly. (https://www.whatismybrowser.com/detect/what-is-my-user-agent/). May it be because Chromium is phasing out User Agents for Client Hints (https://developer.chrome.com/articles/user-agent-client-hints/)? So I did a manual test with Firefox:
Question for @jack-mil So it requires some setting up. Like making "Mobile" profile
That means that the config file should get 2 new variables (default profile name, extra mobile profile name). |
I would like to support Firefox as I use that mainly, I couldn't originally because as you mentioned, there is no command line argument for setting the user agent string. Oddly, I am using the same version of Chrome as you ( |
During testing I also had that suspicion that problem lies on Microsoft's end. Everything worked until it just... stopped without any changes and with mobile UA. And none of the Chromium browsers does the trick, only Firefox. |
That is very curious. I have noticed the "rewards level" influences the daily quota. That screenshot is level 2 |
Hey there, the issue with the mobile agent seems solved if you open Edge and then manually end that task. |
Interesting observation. You can use the --nowindow and --noexit args to go along with this. |
disregard. taskkill fixed. |
Closing this for now, but pinning for future reference if anomalies keep cropping up. |
For me it still does not work on either Chrome or Brave (Edge seems to ignore completely mobile user agent). Tried to change user agents, still no luck
I even ran:
before the script. Browser opens, does searches in mobile view, but I still see 0/60 mobile searches.
Maybe agents need to be updated? This is my config:
Originally posted by @N190392 in #13 (comment)
The text was updated successfully, but these errors were encountered: