Skip to content
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

python-fints out of date #1

Open
cfstras opened this issue Mar 28, 2020 · 0 comments
Open

python-fints out of date #1

cfstras opened this issue Mar 28, 2020 · 0 comments

Comments

@cfstras
Copy link

cfstras commented Mar 28, 2020

While installing this plugin, I get:

  File "/byro/local/byro-fints/byro_fints/__init__.py", line 18, in ready
    from . import urls  # NOQA
  File "/byro/local/byro-fints/byro_fints/urls.py", line 3, in <module>
    from . import views
  File "/byro/local/byro-fints/byro_fints/views.py", line 21, in <module>
    from fints.client import FinTS3PinTanClient, FinTSOperations, NeedTANResponse, TransactionResponse, ResponseStatus, FinTSClientMode
ImportError: cannot import name 'FinTSClientMode'

My guess was that the python-fints plugin just needs a version bump... I changed it to 3.0, however, when I go to /fints/login/add and submit my settings, I get

/byro/local/byro-fints/byro_fints/views.py in fints_client
            client.set_tan_medium(None)  # FIXME HACK HACK HACK …
/usr/local/lib/python3.6/site-packages/fints-3.0.0-py3.6.egg/fints/client.py in set_tan_medium

'NoneType' object has no attribute 'tan_medium_name'

I've already tried to remove some that hack, but the next thing is that NeedTanResponse isn't handled...
Is there a fints version that currently works? Or does this need development?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant