AnthonyZJiang / Microsoft-Reward-Chrome-Ext

A Chrome extension for Microsoft Rewards search, for accounts with two-factor authentication.
Apache License 2.0
319 stars 71 forks source link

No Mobile Searches #113

Closed LittleBigMan81 closed 1 year ago

LittleBigMan81 commented 1 year ago

Tried multiple accounts and the extension is not making any mobile searches. Using an updated Edge browser.

One time I got a Red "Err" message, but as soon as I clicked it the Extension bade turned to its normal color.

I did five accounts and I was able to successfully do all activities and daily searches except for Mobile.

Nujra40 commented 1 year ago

I have the same issue too

Theo2M commented 1 year ago

I fix the issue with the new option "Mobile user agent override". It seems to me that the user agent is changing, as this site indicates. I use this UA: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/W.X.Y.Z Mobile Safari/537.36 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) and it's working again. Sorry for my bad English

AnthonyZJiang commented 1 year ago

I fix the issue with the new option "Mobile user agent override". It seems to me that the user agent is changing, as this site indicates. I use this UA: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/W.X.Y.Z Mobile Safari/537.36 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) and it's working again. Sorry for my bad English

As I mentioned in the other issue, it is best to avoid bingbot UA. It may get flagged easily. I have updated the hosted UA so this issue should be gone now without need of the UA override.

Theo2M commented 1 year ago

I fix the issue with the new option "Mobile user agent override". It seems to me that the user agent is changing, as this site indicates. I use this UA: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/W.X.Y.Z Mobile Safari/537.36 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) and it's working again. Sorry for my bad English

As I mentioned in the other issue, it is best to avoid bingbot UA. It may get flagged easily. I have updated the hosted UA so this issue should be gone now without need of the UA override.

Ok I understand thanks a lot