eshaham / israeli-bank-scrapers

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

[Cal] Issue: cannot scrape Cal #834

Closed gczobel closed 3 months ago

gczobel commented 5 months ago

Hi, anyone else is having issues with Cal? My scrape fails trying to login:

GENERIC waiting for selector button.btn-close failed: timeout 30000ms exceeded

gczobel commented 5 months ago

@baruchiro @galbarm @daniel-hauser I renamed the issue. A GENERIC error is return instead of CHANGE_PASSWORD. Only after I entered in the web page and tried to login the issue was found.

daniel-hauser commented 5 months ago

@gczobel The cal scraper has no change password detection - see visa-cal.js:165

Any chance you remember the exact message you got? This will allow us to add support for this scenario

gczobel commented 5 months ago

No... sorry... I copied that only part from the log, that is lost.

baruchiro commented 5 months ago

Visa-Cal is working for me. The timeout 30000ms exceeded sometimes happened because of a slow internet or something similar.

Did you try to run it while showing the browser? You may find unexpected behavior like an error message from the website, or a new popup for a new service...

gczobel commented 5 months ago

Visa-Cal is working for me. The timeout 30000ms exceeded sometimes happened because of a slow internet or something similar.

Did you try to run it while showing the browser? You may find unexpected behavior like an error message from the website, or a new popup for a new service...

Not relevant. Check my message https://github.com/eshaham/israeli-bank-scrapers/issues/834#issuecomment-1937051304

baruchiro commented 5 months ago

I'm not sure I understand. Are you saying that the problem is that you get a GENERIC_ERROR instead of CHANGE_PASSWORD?

And after you changed your password, did the scraper work for you?

eshaham commented 3 months ago

Just ran into the same issue, added a PR to add change password support to visa cal: #845

github-actions[bot] commented 3 months ago

:tada: This issue has been resolved in version 4.4.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: