Closed BlueFootedBird closed 8 months ago
Hey @SecretSantaa, that error means Django Q couldn't find the function. You should be good to go with a small change to your task. Provide the full path to it, like you see in the authentication test result:
ghostwriter.shepherd.tasks.fetch_namecheap_domains
You're a saint, thank you!
When trying to use the function "tasks.fetch_namecheap_domains", I'm getting the following error:
This is what my Scheduled Task looks like:
And this is what the "Failed tasks" looks like:
Expected Behavior I can authenticate to NameCheap given the API without any issues, and I can verify this under DJANGO Q --> Successful tasks.
I'm doing this via the "Test Namecheap API" button located at the bottom of https://x.x.x.x/home/management/
I'm a bit confused because I don't know why I'm getting an error trying to run "tasks.fetch_namecheap_domains" when I'm getting success for testing my authentication to the API.
Any help would be greatly appreciated :)
Server Specs: