keisentraut / python-comdirect-api

Python scripts to interact with comdirect REST api
GNU General Public License v3.0
41 stars 7 forks source link

doesn't work #11

Open BlackMage2 opened 1 year ago

BlackMage2 commented 1 year ago

The script doesn't work. i have entered correct data but it doesn`t work.

i get only Traceback (most recent call last): File "/home/user/Development/python-comdirect-api/bin/download_all_documents.py", line 26, in <module> s = Session(user, password, client_id, client_secret) File "/home/user/.local/lib/python3.10/site-packages/comdirect_api/session.py", line 44, in __init__ raise RuntimeError( RuntimeError: POST https://api.comdirect.de/oauth/token returned status 401

i have tested get_account_balances_and_transactions.py and download_all_documents.py

BlackMage2 commented 1 year ago

have anyone test it successfull in last time?

i have entered valid auth data in creds.py