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

401 Unauthorized #39

Open
elysweyr opened this issue Nov 22, 2023 · 3 comments
Open

401 Unauthorized #39

elysweyr opened this issue Nov 22, 2023 · 3 comments

Comments

@elysweyr
Copy link

elysweyr commented Nov 22, 2023

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
Copy link

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
Copy link

Funi1234 commented Dec 10, 2023

It looks like they have disabled the api and moved to Graphql like discussed by @guitmz in #22

@kis-balazs
Copy link

Hi, any news on this? :)

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

3 participants