Code Monkey home page Code Monkey logo

Comments (5)

seanlucakrueger avatar seanlucakrueger commented on May 30, 2024

Moin,
bei mir kommt auch so eine Fehlermeldung. Woran könnte das liegen? Ich mach ja nur eine Request oder?
Genaue Fehlermeldung:


[2021/08/22 21:09:56 +0200][ERROR] Error while logging in: More than 180 requests per minute. Please wait and retry later. Please contact our customer service to find out if the limitation of requests can be increased. Exiting.


Mit freundlichen Grüßen
Sean Luca

from dynamic-dns-netcup-api.

tojo2503 avatar tojo2503 commented on May 30, 2024

Hi,

I can second @NichtSchlagen.
I also get the error:

"[ERROR] Error while logging in: Exiting."

Nothing changed on my side and double checked API password and API key.
Did netcup change something?

Thanks a lot for your work!

edit: sorry. That was my mistake. Something was wrong with my DNS service on my server, therefore I got the error. Everything is working as expected now. Thanks!

from dynamic-dns-netcup-api.

stecklars avatar stecklars commented on May 30, 2024

@seanlucakrueger Der Fehler resultiert ziemlich sicher aus falscher Kundennummer / API-Key / API-Passwort. Bitte das nochmal gründlich prüfen.

@tojo2503 Good to know that you found a solution.

@NichSchlagen Did you also find a solution so far? Otherwise, please add

var_dump($result);

before line 139 in functions.php (outputStderr(sprintf("Error while logging in: %s Exiting.", $result['longmessage']));) so that it looks like this:

var_dump($result);
outputStderr(sprintf("Error while logging in: %s Exiting.", $result['longmessage']));

Then run update.php again, you should get more (debugging) output. Is the error visible there?

from dynamic-dns-netcup-api.

xXValiXx avatar xXValiXx commented on May 30, 2024

@stecklars

I tested it today with that error. I added the var_dump and its saying "NULL"

image

Problem Solved!

The Docker Container i have used, has no real time. So the Script does not work correctly.

My bad Sorry.

from dynamic-dns-netcup-api.

stecklars avatar stecklars commented on May 30, 2024

Error messages for cURL / HTTP errors will now be displayed (fixed in commit 6a992c4)

from dynamic-dns-netcup-api.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.