-
Notifications
You must be signed in to change notification settings - Fork 166
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
Bank HaPoalim is asking for 2FA in chromium #823
Comments
Where do you run the scraper from? It might be related to the location of the servers. |
i run it locally from a machine in israel |
Hi ,i have the same issue(running the code on raspberry pi)-any idea for a solution? |
Happens to me to well. |
@gbarmashiahflir yeah, that's my mitigation as well. when scrapping hapoalim i show browser. that makes sense as the headlesss browser and headed browser has different signature, making the headed browser show the 2fa once, and once solved not showing it again. however this isn't possible with headless browser. |
I'm experiencing the same issue. It looks like when I'm trying a new machine/IP (changing somehow my signature), it asks for 2FA again. |
i found a "kind" of workaround for my case, I use raspberry pi, usually i installed a light version of Raspbian os(OS for raspberry pi) with no desktop(only cli)-this time i installed the desktop version enter to the browser-get the SMS to enter the code, enter to the site. and then tried again the script-this time it worked..not the best-but for my case its seems to work 🤣 |
Issue has been marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I think now with One Zero, this project supports the 2FA process. Maybe we can configure HaPoalim to use a 2FA process when needed. |
Hi |
it reoccurs on my machine as well every 3 or 4 months |
@liranelisha any idea for solution? |
@sebikaplun maybe you? :-) regarding the issue of 2FA for Bank hapoalim? |
An OTP is required when using a new device. The device identifier is stored in local storage. To persist it, Puppeteer must be configured with userDataDir. |
The issue is that its not a new device... |
starting last week, Bank HaPoalim is asking for elevated privileges via 2FA through the phone for unknown sessions, causing each run from the scraper to prompt the 2FA
The text was updated successfully, but these errors were encountered: