guitmz / n26

API and CLI to get information of your N26 account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transactions ceasing to work

Holden4 opened this issue · comments

Up until about 12 hours ago the 'n26 transactions' command was working fine but now I get faced with "401 Client Error: Unauthorized for url: https://api.tech26.de/api/smrt/transactions?limit=5"
All other commands are working fine.

Is everyone getting the same?
Thanks

Hi, which version of the app are you using? Recently N26 introduced MFA which can be causing this (#23) but other commands should not work either I believe

Hi @guitmz, thanks for your reply.

Mobile App version 3.34 (IOS).

Every other command that the library offers is working after initially confirming an external login through the mobile app (submitting MFA).

The only issue since yesterday seems to be getting the transactions list.

hey @Holden4 I've meant which version of my CLI tool are you running :)

I ask because I haven't yet implemented MFA authentication in this tool so I don't know how it can be working for you

Ha that's embarrassing, I got my libraries mixed up (I should sleep)....

Thanks for your replies anyway, I was actually refering to this repo
https://github.com/femueller/python-n26

I will keep an eye out for when you impliment MFA.

No problems! MFA is being implemented at this moment, I have a local branch where I'm testing everything (just need some extra free time to finally push it forward).

btw, initial MFA support was implemented here #25