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

Error: Login credentials do not match any account #2

Closed
reteps opened this issue Jan 17, 2018 · 13 comments
Closed

Error: Login credentials do not match any account #2

reteps opened this issue Jan 17, 2018 · 13 comments

Comments

@reteps
Copy link

reteps commented Jan 17, 2018

No description provided.

@lpinca
Copy link
Owner

lpinca commented Jan 17, 2018

Freenom API only worked with reseller accounts, I don't know if it is still the case.

@reteps
Copy link
Author

reteps commented Apr 28, 2019

i mean, i got my version to work.

@sooluh
Copy link

sooluh commented Feb 3, 2022

Looks like we got fooled by api documentation from freenom. probably api v2 is not fully developed yet. I tried with v1 and it worked. I made a pull request for it, please review @lpinca.

#cmiiw
Thank you in advance.

@lpinca
Copy link
Owner

lpinca commented Feb 3, 2022

v1 or v2 does not make any difference for me

$ curl -X GET "https://api.freenom.com/v2/domain/search?domainname=test001.tk&email=myemail&password=mypassword&domaintype=PAID"
{
  "error": "Login credentials do not match any account",
  "status": "error"
}
curl -X GET "https://api.freenom.com/v2/domain/search?domainname=test001.tk&email=myemail&password=mypassword&domaintype=PAID"
{"error":"Login credentials do not match any account","status":"error"}

@sooluh
Copy link

sooluh commented Feb 3, 2022

Sorry, the curl commands you attached are all using v2. I've tried using mocha with v1 and it works fine. Everything passed!

@lpinca
Copy link
Owner

lpinca commented Feb 3, 2022

Tests also pass with v2. Tests are run with https://github.com/nock/nock. They do not hit the real endpoints.

@sooluh
Copy link

sooluh commented Feb 3, 2022

ok, my bad. but strange, earlier I tried to use v2 there was an error then I tried v1 and it was safe, everything worked. while I just tried again, what happens is all errors. I will close my pull request. thank you 😄

@reteps reteps closed this as completed Feb 3, 2022
@riotoff
Copy link

riotoff commented Aug 6, 2022

I just want to change the dns records of the domain, but I get an error, please help me solve the problem

@testbot-github
Copy link

I just want to change the dns records of the domain, but I get an error, please help me solve the problem

same here

@sebastian-kay
Copy link

image

I just want to change the dns records of the domain, but I get an error, please help me solve the
problem

And the same problem here via web interface.

error: "Login credentials do not match any account",
status: "error"

@Origincookie122
Copy link

Trying to change DNS Records
getting error login credentials do not match

@Moaht
Copy link

Moaht commented Sep 30, 2022

I'm also getting this same issue when trying to change DNS Records.
Hoping/supposing this is just due to some sort of server maintenance/downtime/load? And will resolve itself?

@lpinca
Copy link
Owner

lpinca commented Sep 30, 2022

See #2 (comment).

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

8 participants