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

ValidationError in RecDotGovSearchResponse due to missing description field #356

Closed
mygrexit opened this issue Jul 30, 2024 · 2 comments
Closed
Assignees
Labels
bug Something isn't working released triage This will looked at

Comments

@mygrexit
Copy link

mygrexit commented Jul 30, 2024

When running camply with the RecreationDotGovTimedEntry provider, the application encounters a ValidationError in the RecDotGovSearchResponse model. The error occurs because the description field is expected but not present in the API response. This issue prevents the application from successfully retrieving campsite data.

camply campsites --provider RecreationDotGovTimedEntry --start-date 2024-08-12 --end-date 2024-08-13 --campground 10087086 --continuous --notifications twilio --polling-interval 5
ValidationError: 2 validation errors for RecDotGovSearchResponse
results -> 1 -> description
  field required (type=value_error.missing)
results -> 2 -> description
  field required (type=value_error.missing)
@mygrexit mygrexit added the bug Something isn't working label Jul 30, 2024
@github-actions github-actions bot added the triage This will looked at label Jul 30, 2024
@juftin juftin closed this as completed in 841123e Jul 30, 2024
@juftin
Copy link
Owner

juftin commented Jul 30, 2024

Thanks for filing an issue @mygrexit - the fix will be published momentarily

github-actions bot added a commit that referenced this issue Jul 30, 2024
# [v0.32.8](v0.32.7...v0.32.8) (2024-07-30)

## 🐛 Bug Fixes
- [`841123e`](841123e)  RecDotGovSearchResponse description (Issues: [`#356`](#356))

[skip ci]
@juftin
Copy link
Owner

juftin commented Jul 30, 2024

🎉 This issue has been resolved in version 0.32.8 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released triage This will looked at
Projects
None yet
Development

No branches or pull requests

2 participants