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

Login Failed #3

Open
fabmie opened this issue May 31, 2023 · 0 comments
Open

Login Failed #3

fabmie opened this issue May 31, 2023 · 0 comments

Comments

@fabmie
Copy link

fabmie commented May 31, 2023

Hi
I installed this module by the deploy on balena on my raspberry pi 4 and all run fine until I tried to connect to the IP of my raspberry pi. I have the TTN login window but when I enter login/password I have a login failed error with a error:pkg/web/oauthclient:exchange

The details given after are as following :
{
"code": 7,
"message": "error:pkg/web/oauthclient:exchange (token exchange refused)",
"details": [
{
"@type": "type.googleapis.com/ttn.lorawan.v3.ErrorDetails",
"namespace": "pkg/web/oauthclient",
"name": "exchange",
"message_format": "token exchange refused",
"correlation_id": "4bac2feb935a475d8c3a300ef27398c5",
"cause": {
"namespace": "pkg/errors",
"name": "net_operation",
"message_format": "net operation failed",
"attributes": {
"address": "192.168.1.171:443",
"net": "tcp",
"op": "dial",
"timeout": false
},
"correlation_id": "b8972595b5a74d198923f1792ba51957",
"code": 14
},
"code": 7
}
]
}

I tried to change TTS_DOMAIN to my router IP, to my local IP (IP of the computer from which I am trying to connect), and I also tried to delete the certificate but it stills not work.

AI have been struggling with this issue all day long and I would appreciate any suggestion ;-).

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

1 participant