401 Unauthorized
Opened this issue · 3 comments
elysweyr commented
Hi, is this library still supposed to work?
I am asking since there weren’t that many updates in recent time and I am running into a 401 Unauthenticated (with empty body) response during initialization of an n26.Client object.
On my side I receive the following error
2023/11/22 02:18:50 Unexpected response from authentication request
I am trying to query data using the following code:
authInfo := n26.Auth{
UserName: "<username>",
Password: "<password>",
DeviceToken: "<uuid>",
}
n26Client, _ := n26.NewClient(authInfo)
n26Client.GetSpaces("")
Thanks in advance!
BR Dennis
Funi1234 commented
I'm seeing this as well. This used to work 6 weeks ago when I last run it.
I assume n26 might have changed something on their end
Funi1234 commented
kis-balazs commented
Hi, any news on this? :)