"Python-dotenv could not parse statement starting at line 22 " - two errors on top
"https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/11" 200 None" - numerous errors in the output
PS camply campsites --provider ReserveCalifornia --campground 664 --start-date 2025-01-01 --end-date 2025-05-31 --campsite 44687 --campsite 44688 --debug
Python-dotenv could not parse statement starting at line 22
Python-dotenv could not parse statement starting at line 22
[2024-11-14 08:19:56] CAMPLY camply, the campsite finder ⛺️
[2024-11-14 08:19:56] DEBUG Setting up camply debugging
[2024-11-14 08:19:56] DEBUG Camply Version: 0.32.8
[2024-11-14 08:19:56] DEBUG Python Version: 3.12.7
[2024-11-14 08:19:56] DEBUG Platform: win32
[2024-11-14 08:19:56] INFO Using Camply Provider: "ReserveCalifornia"
[2024-11-14 08:19:56] INFO 150 booking nights selected for search, ranging from 2025-01-01 to 2025-05-30
[2024-11-14 08:19:56] INFO 5 different months selected for search, ranging from 2025-01-01 to 2025-05-30
[2024-11-14 08:19:56] DEBUG Starting new HTTPS connection (1): calirdr.usedirect.com:443
[2024-11-14 08:19:56] DEBUG https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/11" 200 None
[2024-11-14 08:19:56] INFO Searching Specific campsite: Premium Tent Campsite #82
[2024-11-14 08:19:56] INFO Searching Specific campsite: Premium Tent Campsite #83
[2024-11-14 08:19:57] INFO Searching across 1 campgrounds
[2024-11-14 08:19:57] INFO ⛰ San Clemente SB (#707) - 🏕 Tent Campground West Section (sites 73-99) (#664)
[2024-11-14 08:19:57] INFO Searching Tent Campground West Section (sites 73-99), San Clemente SB (664) for availability: January, 2025
[2024-11-14 08:19:57] DEBUG https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/11" 200 None
[2024-11-14 08:19:57] INFO ❌ 0 total sites found in month of January
[2024-11-14 08:19:57] INFO Searching Tent Campground West Section (sites 73-99), San Clemente SB (664) for availability: February, 2025
[2024-11-14 08:19:58] DEBUG https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/11" 200 None
[2024-11-14 08:19:58] INFO ❌ 0 total sites found in month of February
[2024-11-14 08:19:58] INFO Searching Tent Campground West Section (sites 73-99), San Clemente SB (664) for availability: March, 2025
[2024-11-14 08:19:59] DEBUG https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/11" 200 None
[2024-11-14 08:19:59] INFO ❌ 0 total sites found in month of March
[2024-11-14 08:19:59] INFO Searching Tent Campground West Section (sites 73-99), San Clemente SB (664) for availability: April, 2025
[2024-11-14 08:20:00] DEBUG https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/11" 200 None
[2024-11-14 08:20:00] INFO ❌ 0 total sites found in month of April
[2024-11-14 08:20:00] INFO Searching Tent Campground West Section (sites 73-99), San Clemente SB (664) for availability: May, 2025
[2024-11-14 08:20:01] DEBUG https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/11" 200 None
[2024-11-14 08:20:01] INFO ❌ 0 total sites found in month of May
[2024-11-14 08:20:01] INFO ❌ ❌ ❌ ❌ 0 Reservable Campsites Matching Search Preferences
[2024-11-14 08:20:01] CAMPLY Exiting camply 👋
Additional context
Describe the bug
"Python-dotenv could not parse statement starting at line 22 " - two errors on top "https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/11" 200 None" - numerous errors in the output
Original Camply Command (with
--debug
) camply campsites --provider ReserveCalifornia --campground 664 --start-date 2025-01-01 --end-date 2025-05-31 --campsite 44687 --campsite 44688 --debugPS camply campsites --provider ReserveCalifornia --campground 664 --start-date 2025-01-01 --end-date 2025-05-31 --campsite 44687 --campsite 44688 --debug Python-dotenv could not parse statement starting at line 22 Python-dotenv could not parse statement starting at line 22 [2024-11-14 08:19:56] CAMPLY camply, the campsite finder ⛺️
[2024-11-14 08:19:56] DEBUG Setting up camply debugging [2024-11-14 08:19:56] DEBUG Camply Version: 0.32.8 [2024-11-14 08:19:56] DEBUG Python Version: 3.12.7 [2024-11-14 08:19:56] DEBUG Platform: win32 [2024-11-14 08:19:56] INFO Using Camply Provider: "ReserveCalifornia" [2024-11-14 08:19:56] INFO 150 booking nights selected for search, ranging from 2025-01-01 to 2025-05-30 [2024-11-14 08:19:56] INFO 5 different months selected for search, ranging from 2025-01-01 to 2025-05-30 [2024-11-14 08:19:56] DEBUG Starting new HTTPS connection (1): calirdr.usedirect.com:443 [2024-11-14 08:19:56] DEBUG https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/11" 200 None [2024-11-14 08:19:56] INFO Searching Specific campsite: Premium Tent Campsite #82 [2024-11-14 08:19:56] INFO Searching Specific campsite: Premium Tent Campsite #83 [2024-11-14 08:19:57] INFO Searching across 1 campgrounds [2024-11-14 08:19:57] INFO ⛰ San Clemente SB (#707) - 🏕 Tent Campground West Section (sites 73-99) (#664)
[2024-11-14 08:19:57] INFO Searching Tent Campground West Section (sites 73-99), San Clemente SB (664) for availability: January, 2025 [2024-11-14 08:19:57] DEBUG https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/11" 200 None [2024-11-14 08:19:57] INFO ❌ 0 total sites found in month of January [2024-11-14 08:19:57] INFO Searching Tent Campground West Section (sites 73-99), San Clemente SB (664) for availability: February, 2025 [2024-11-14 08:19:58] DEBUG https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/11" 200 None [2024-11-14 08:19:58] INFO ❌ 0 total sites found in month of February [2024-11-14 08:19:58] INFO Searching Tent Campground West Section (sites 73-99), San Clemente SB (664) for availability: March, 2025 [2024-11-14 08:19:59] DEBUG https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/11" 200 None [2024-11-14 08:19:59] INFO ❌ 0 total sites found in month of March [2024-11-14 08:19:59] INFO Searching Tent Campground West Section (sites 73-99), San Clemente SB (664) for availability: April, 2025 [2024-11-14 08:20:00] DEBUG https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/11" 200 None [2024-11-14 08:20:00] INFO ❌ 0 total sites found in month of April [2024-11-14 08:20:00] INFO Searching Tent Campground West Section (sites 73-99), San Clemente SB (664) for availability: May, 2025 [2024-11-14 08:20:01] DEBUG https://calirdr.usedirect.com:443 "POST /rdr/rdr/search/grid HTTP/11" 200 None [2024-11-14 08:20:01] INFO ❌ 0 total sites found in month of May [2024-11-14 08:20:01] INFO ❌ ❌ ❌ ❌ 0 Reservable Campsites Matching Search Preferences [2024-11-14 08:20:01] CAMPLY Exiting camply 👋 Additional context
< Add any other context about the problem here. >