Same problem with me, i tried to connect to vpn and it's working, is this problem only with Location India?
Difference between FPM2 und FPM3
-
@morpheus93 said in Difference between FPM2 und FPM3:
@Fox Thank you for clarification on this topic.
Any chance to get the issue with the missing click on the google cookie consent window (when using an IP from within the EU) fixed soon?
You can speed up this process by giving the helpdesk the fingerprints where the error occurs.
-
@Fox I think it's not related to specific fingerprints but affects all new profiles (with empty cache and cookies) that are generated and feeded with an IP address from within the EU when they visit google the 1st time. As the EU cookie law (ePrivacy Directive) engages every website owner to show those annoying "cookie consent" windows to visitors from the European Union.
In the "Human Emulation" mode of FPM3 the only thing that needs to be added is a check if the "cookie consent" window is visible when it goes to google and if yes, click on the "I agree/Ich stimme zu/..." (depending on the language of the shown google search page) button. After that click all should work as intended.

-
@morpheus93 said in Difference between FPM2 und FPM3:
@Fox I think it's not related to specific fingerprints but affects all new profiles (with empty cache and cookies) that are generated and feeded with an IP address from within the EU when they visit google the 1st time. As the EU cookie law (ePrivacy Directive) engages every website owner to show those annoying "cookie consent" windows to visitors from the European Union.
In the "Human Emulation" mode of FPM3 the only thing that needs to be added is a check if the "cookie consent" window is visible when it goes to google and if yes, click on the "I agree/Ich stimme zu/..." (depending on the language of the shown google search page) button. After that click all should work as intended.
In the "Human Emulation" script, there is a function that checks for the presence of this window and agrees to the conditions, if there is a window. However, a lot of time has passed since the development and Google selectors may have changed.
-
@Fox Yes, they probably changed the selector and now the function in the "Human Emulation" script can't find that cookie consent window/button any longer.
I assume I can not correct that myself, as the human emulation script is closed? So the only thing is to wait for a fix?
-
@morpheus93 said in Difference between FPM2 und FPM3:
@Fox Yes, they probably changed the selector and now the function in the "Human Emulation" script can't find that cookie consent window/button any longer.
I assume I can not correct that myself, as the human emulation script is closed? So the only thing is to wait for a fix?

-
Creating zip-files from the profile folders (C:\Users\Username\AppData\Local\BASProfileManager\PROFILEID) and sending it to the support email is okay? Or just the "fingerprint.json" file from within the profile folders?
-
@morpheus93 said in Difference between FPM2 und FPM3:
Creating zip-files from the profile folders (C:\Users\Username\AppData\Local\BASProfileManager\PROFILEID) and sending it to the support email is okay? Or just the "fingerprint.json" file from within the profile folders?
Both options are suitable
-
@Fox said in Difference between FPM2 und FPM3:
@morpheus93 said in Difference between FPM2 und FPM3:
Creating zip-files from the profile folders (C:\Users\Username\AppData\Local\BASProfileManager\PROFILEID) and sending it to the support email is okay? Or just the "fingerprint.json" file from within the profile folders?
Both options are suitable
Sent you some fingerprints via email. Hope this helps to solve the issue. Any estimated timeframe when the script is working again with google (from European IPs)?
Thank you. -
@morpheus93 said in Difference between FPM2 und FPM3:
Sent you some fingerprints via email. Hope this helps to solve the issue. Any estimated timeframe when the script is working again with google (from European IPs)?
Thank you.Fixed it