-
Notifications
You must be signed in to change notification settings - Fork 7
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
LoadError and ArgumentError #4
Comments
It looks like you need |
Thank you @raulmarcosl ! After installing byebug the output does look a bit better. Now the program seems to run until it tries to access the API. I get the same error as you now even with valid credentials. I checked them on the web interface.
When I try the call as mentioned in the bankscrap-openbank readme file with there is the following error:
|
You are executing the program with wrong arguments. bankscrap transactions Openbank --credentials=user:$USERNAME password:$PASS |
Thank you @zjuanma. I tried it with your suggested command and my credentials. Then I get the same error like @raulmarcosl :
Does the bankscrap-openbank work for you as expected? |
Yes, I run It last week. I'll try It tomorrow. |
Today, It's working. |
@zjuanma thanks for checking! I assume you use openbank.es for login. I tried my credentials there and get a 400. This would explain the error. I use openbank.de for web login. Aparently there is no domain api.openbank.de like there is a api.openbank.es. When I am on the login-website I can select different types of login names, eg. NIF, NIE, Passaporte, Otro). Do you know if it does matter for bankscrap-openbank what type of login one provides? Does it select a default method? |
Yes, I've Openbank.es account, It isn't developed for openbank.de |
When I execute the following on Ubuntu 20.04 and Ruby 2.7
bankscrap balance Openbank --credentials=user:######### password:######
I get this error:
The text was updated successfully, but these errors were encountered: