Git Product home page Git Product logo

Comments (2)

chrismaddalena avatar chrismaddalena commented on June 30, 2024

Good catch, @er4z0r. Thanks for reporting it. We'll have a look at it today. It should be an easy fix we can include in the next release.

from ghostwriter.

chrismaddalena avatar chrismaddalena commented on June 30, 2024

@er4z0r I see this error if the IP address is not whitelisted and I test the API configuration:

error

I think step 4 in your post references the "Pull Domains from Namecheap" update task on the control panel page. That does trigger "successfully" and record as successful with Django Q, but the result shows the error about the IP.

The task being "successful" in the admin panel is technically correct. Django Q only considers a task as failed if an error raised during the task. The Namecheap update task tracks the error response and logs it, but the task finished successfully (i.e., there were no runtime errors).

The problem is you, the user requesting the update, don't see that error. The issue was actually in the webpage template. There was a bad conditional check that meant the error wasn't displayed. I fixed it so you will now see this:

Screenshot 2024-03-25 at 12 14 50

from ghostwriter.

Related Issues (20)

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.