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

Mobile searches not registering and Taskkill not working #53

Open
Reminiscent-Fox opened this issue Nov 9, 2024 · 3 comments
Open

Mobile searches not registering and Taskkill not working #53

Reminiscent-Fox opened this issue Nov 9, 2024 · 3 comments

Comments

@Reminiscent-Fox
Copy link

Reminiscent-Fox commented Nov 9, 2024

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!

@Reminiscent-Fox Reminiscent-Fox changed the title Mobile searches not registering Mobile searches not registering and Taskkill not working Nov 9, 2024
@jack-mil
Copy link
Owner

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.

@Reminiscent-Fox
Copy link
Author

Reminiscent-Fox commented Nov 20, 2024 via email

@Fict513
Copy link

Fict513 commented Dec 20, 2024

As @Reminiscent-Fox said above, credits to him.

Copy the following in a text file and save it as Python script (.py)

import os

# Call taskkill using os.system
os.system("taskkill /F /IM msedge.exe")

Instructions:

  1. Open Edge once
  2. Run script
  3. Run Bing-Rewards

Or get it here:
https://github.com/Fict513/Pkill/blob/main/Pskill.py

Mobile searches now register correctly.

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