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

[BUG] #327

Open
willdashwood opened this issue Jul 24, 2024 · 1 comment
Open

[BUG] #327

willdashwood opened this issue Jul 24, 2024 · 1 comment
Labels

Comments

@willdashwood
Copy link

With the latest version of the module, I'm noticing that with (possibly) all new domain registrations, a todo item is created with the following:

Warning 1:
Code: 250
Description: Nameserver addresses are automatically resolved by system
Data: Nameserver IP addresses are only saved for glue records

It's great that we now get API responses logged but I'm not sure why we're getting this error in the first place. Is this a module issue or something I should raise with OpenProvider support?

@sapillai
Copy link
Collaborator

Hi @willdashwood,

Thank you for reporting the problem.

With the latest version of the module, I'm noticing that with (possibly) all new domain registrations, a todo item is created with the following

In the new version of the module, when a domain operation gets a success response (code: 0) from the API but has a warning, a to-do list item will be created. This allows WHMCS admins to review and take necessary actions when required. This improvement was added to prevent domain downtime problems like the one mentioned in [issue].(#271)

It's great that we now get API responses logged but I'm not sure why we're getting this error in the first place. Is this a module issue or something I should raise with OpenProvider support?

The warning with code 250 is coming from the API. As it is not a critical warning and doesn't require an action, I will create a task for our module developers to exclude it from creating a to-do list item in WHMCS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants