-
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 searches not registering and Taskkill not working #53
Comments
Can you elaborate on what you mean by Taskkill not working? That might be something I can't actually fix. As for Bing mobile not being used, I think there may not be anything to be done. You can check the pinned issues for my thoughts. I think the simple user agent trick is not sufficient anymore. |
I did a little digging and found out the os.pkill command doesn’t seem to
work… however, it seems to be resolved by replacing it with os.system and
then calling pkill in the function… since I use chromium, you might want to
add that too… so for now, I fixed it using os.system(“pkill chromium”)
Rohan K Balaji
…On Wed, 20 Nov 2024 at 6:35 AM, jack-mil ***@***.***> wrote:
Can you elaborate on what you mean by Taskkill not working? That might be
something I can't actually fix.
As for Bing mobile not being used, I think there may not be anything to be
done. You can check the pinned issues for my thoughts.
I think the simple user agent trick is not sufficient anymore.
—
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6CU5EE6P7H4Y4EJTPVQGDT2BPN47AVCNFSM6AAAAABROXHEUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBXGA4DSMZTGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
As @Reminiscent-Fox said above, credits to him. Copy the following in a text file and save it as Python script (.py)
Instructions:
Or get it here: Mobile searches now register correctly. |
browser : chromium-browser
os : linux Aarch64
device : RPi 4
config :
`
"desktop_count": 33,
"mobile_count": 23,
"load_delay": 1.5,
"search_delay": 10,
"search_url": "https://www.bing.com/search?form=QBRE&q=",
"desktop_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edge/126.0.0.0",
"mobile_agent": "Mozilla/5.0 (Linux; Android 14; Pixel 6 Build/AP2A.240605.024) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36 Edge/121.0.2277.138",
"browser_path": "chromium-browser"
`
I see no difference between the pc search and mobile search windows...
Pc search works fabulously apart from lag during entering text in search bar ( need more fixes.... pls? :) )
Thnx for this wonderful piece of code!
The text was updated successfully, but these errors were encountered: