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

Verizon validation error #136

Open
pke11y opened this issue Dec 23, 2021 · 1 comment
Open

Verizon validation error #136

pke11y opened this issue Dec 23, 2021 · 1 comment
Assignees

Comments

@pke11y
Copy link
Contributor

pke11y commented Dec 23, 2021

Environment

  • Python version: 3.8.7
  • circuit_maintenance_parser version: 2.0.7

Expected Behavior

Notification parsed successfully

Observed Behavior

Notification parsing fails. No maintenance_id.

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/nautobot_circuit_maintenance/handle_notifications/handler.py", line 234, in get_maintenances_from_notification
    result = parser_provider.get_maintenances(data_to_process)
  File "/usr/local/lib/python3.8/site-packages/circuit_maintenance_parser/provider.py", line 136, in get_maintenances
    raise ProviderError(
circuit_maintenance_parser.errors.ProviderError: Failed creating Maintenance notification for Verizon.
Details:
- Processor CombinedProcessor from Verizon failed due to: 1 validation error for Maintenance
maintenance_id
  field required (type=value_error.missing)
@pke11y pke11y self-assigned this Dec 23, 2021
@chadell chadell added status: accepted This issue has been accepted by the maintainers team for implementation and removed status: accepted This issue has been accepted by the maintainers team for implementation labels Sep 29, 2022
@chadell
Copy link
Collaborator

chadell commented Sep 29, 2022

@pke11y could you provide more info? input data? I don't see the tests failing

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

No branches or pull requests

2 participants