-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
ReserveCalifornia does not detect available campsites #336
Comments
Dang, confirmed this on my end as well. I will dig in to see what I can figure out here. |
Merged
Turns out we were giving too early of a Tested the following command on main vs the bugfix branch:
❯ python -m camply --debug --provider ReserveCalifornia campsites --rec-area 726 --start-date 2024-04-29 --end-date 2024-04-30
[2024-04-25 18:42:42] CAMPLY camply, the campsite finder ⛺️
[2024-04-25 18:42:42] DEBUG Setting up camply debugging
[2024-04-25 18:42:42] DEBUG Camply Version: 0.32.2
[2024-04-25 18:42:42] DEBUG Python Version: 3.11.8
[2024-04-25 18:42:42] DEBUG Platform: darwin
[2024-04-25 18:42:42] INFO Using Camply Provider: "ReserveCalifornia"
[2024-04-25 18:42:42] INFO 1 booking nights selected for search, ranging from 2024-04-29 to 2024-04-29
[2024-04-25 18:42:42] INFO Searching across 3 campgrounds
[2024-04-25 18:42:42] INFO ⛰ Sunset SB (#726) - 🏕 Pines Hollow and Dunes Camp (Sites 38 – 90) (#734)
[2024-04-25 18:42:42] INFO ⛰ Sunset SB (#726) - 🏕 Sunset Group Area (#735)
[2024-04-25 18:42:42] INFO ⛰ Sunset SB (#726) - 🏕 South Camp (sites 1-37) (#737)
[2024-04-25 18:42:42] INFO Searching Pines Hollow and Dunes Camp (Sites 38 – 90), Sunset SB (734) for availability: April, 2024
[2024-04-25 18:42:42] DEBUG Starting new HTTPS connection (1): calirdr.usedirect.com:443
[2024-04-25 18:42:42] DEBUG https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/1.1" 200 None
[2024-04-25 18:42:42] INFO ⛺️ 100 total sites found in month of April
[2024-04-25 18:42:42] INFO Searching Sunset Group Area, Sunset SB (735) for availability: April, 2024
[2024-04-25 18:42:43] DEBUG https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/1.1" 200 None
[2024-04-25 18:42:43] INFO ⛺️ 3 total sites found in month of April
[2024-04-25 18:42:43] INFO Searching South Camp (sites 1-37), Sunset SB (737) for availability: April, 2024
[2024-04-25 18:42:44] DEBUG https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/1.1" 200 None
[2024-04-25 18:42:44] INFO ⛺️ 37 total sites found in month of April
[2024-04-25 18:42:44] INFO ⛺️ ⛺️ ⛺️ ⛺️ 42 Reservable Campsites Matching Search Preferences
[2024-04-25 18:42:44] INFO 📅 Mon, April 29 🏕 42 sites
[2024-04-25 18:42:44] INFO ⛰️ Sunset SB 🏕 Pines Hollow and Dunes Camp (Sites 38 – 90): ⛺ 34 sites
[2024-04-25 18:42:44] INFO 🔗 https://www.reservecalifornia.com/Web/Default.aspx#!park/726/734 (1 night)
[2024-04-25 18:42:44] INFO ⛰️ Sunset SB 🏕 South Camp (sites 1-37): ⛺ 7 sites
[2024-04-25 18:42:44] INFO 🔗 https://www.reservecalifornia.com/Web/Default.aspx#!park/726/737 (1 night)
[2024-04-25 18:42:44] INFO ⛰️ Sunset SB 🏕 Sunset Group Area: ⛺ 1 sites
[2024-04-25 18:42:44] INFO 🔗 https://www.reservecalifornia.com/Web/Default.aspx#!park/726/735 (1 night)
[2024-04-25 18:42:44] CAMPLY Exiting camply 👋 |
🎉 This issue has been resolved in version 0.32.3 🎉 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
Describe the bug
ReserveCalifornia shows 0 availability for me
Original Camply Command (with
--debug
)Expected behavior
The Reserve California shows 44 available sites for the date/campground in question.
Console Output (with
--debug
)Additional context
< Add any other context about the problem here. >
The text was updated successfully, but these errors were encountered: