jack-mil / bing-rewards

A script to automate daily Bing rewards points
MIT License
199 stars 26 forks source link

Mobile searches not registering and Taskkill not working #53

Open Reminiscent-Fox opened 2 weeks ago

Reminiscent-Fox commented 2 weeks ago

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!

jack-mil commented 1 week ago

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 commented 1 week ago

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 https://github.com/jack-mil/bing-rewards/issues/53#issuecomment-2487089334, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6CU5EE6P7H4Y4EJTPVQGDT2BPN47AVCNFSM6AAAAABROXHEUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBXGA4DSMZTGQ . You are receiving this because you authored the thread.Message ID: @.***>