You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
While installing this plugin, I get:
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 getI'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?
The text was updated successfully, but these errors were encountered: