eshaham / israeli-bank-scrapers

Provide scrapers for all major Israeli banks and credit card companies
MIT License
587 stars 158 forks source link

Leumi and Mizrahi problems #820

Open maximbaran opened 9 months ago

maximbaran commented 9 months ago

Hi,

I am experiencing a general error when scraping data from Leumi and Mizrahi banks. I have tried both locally and via a GitHub workflow.

I am receiving the following error message:

 ❌ leumi - 
  waiting for selector #enter_your_account a failed: timeout 30000ms exceeded
 ❌ mizrahi - 
  Cannot read properties of undefined (reading 'getProperty')

Do you have any idea what could be causing this issue?

baruchiro commented 9 months ago

Hi, I suggest you split the issue into two issues because those two banks with different problems.

itairaz1 commented 8 months ago

I still have an issue with 4.1.1:

waiting for selector `.enter-account a[aria-label*="כניסה לחשבונך"]

After I check, I see that the a tag is look like

<a href="https://hb2.bankleumi.co.il/H/Login.html?blga=xxxx" target="_self" title="" originaltitle="כניסה לחשבונך" class="link-wrap html" onclick="" rel="noopener">
        כניסה לחשבונך
      </a>

aria-label* doesn't exists cc @eransakal

baruchiro commented 8 months ago

We are waiting for #821

itairaz1 commented 8 months ago

A fix for Leumi: https://github.com/eshaham/israeli-bank-scrapers/pull/825

baruchiro commented 8 months ago

@maximbaran I think this issue can be closed. Do you mind to verify?