Closed boydthomson closed 4 months ago
Can you supply your YAML file as written using GitHub code blocks?
Actually, I was able to decipher the YAML format @boydthomson
```yaml provider: goingtocamp recreation_area: 12 campgrounds: - -2147483647 # Alice Lake - -2147483606 # Golden Ears - -2147483550 # Porteau Cove - -2147483618 # Manning Park - -2147483535 # Silver Lake start_date: - 2024-06-28 - 2024-07-03 - 2024-07-10 - 2024-07-17 - 2024-07-24 - 2024-07-31 - 2024-06-27 - 2024-07-04 - 2024-07-11 - 2024-07-18 - 2024-07-25 - 2024-08-01 end_date: - 2024-06-30 - 2024-07-06 - 2024-07-13 - 2024-07-20 - 2024-07-27 - 2024-08-03 - 2024-06-30 - 2024-07-07 - 2024-07-14 - 2024-07-21 - 2024-07-28 - 2024-08-04 notifications: - pushover - email continuous: true ```
You're missing the search_forever
field in the YAML file (I think you might be trying search-forever
)
Thanks, I was trying to figure out how to do that!
-- Boyd
On June 28, 2024 at 8:43 AM, Justin Flannery @.***) wrote:
Can you supply your YAML file as written using GitHub code blocks https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks? — Reply to this email directly, view it on GitHub https://github.com/juftin/camply/issues/352#issuecomment-2197205917, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPIA5EN4QXMHEAAYVDTGGDZJWADVAVCNFSM6AAAAABKCEDFCGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJXGIYDKOJRG4. You are receiving this because you authored the thread.Message ID: @.***>
the underscore worked. I was confused because the command-line option was with the hyphen at https://juftin.com/camply/how_to_run/#search-forever.
It's working now. Thanks so much!!!
Describe the bug
I have tried every conceivable combination of continuous: true and search-forever, yet no matter what, camply exits as soon as it finds a site.
Original Camply Command (with
--debug
)YAML:
continuous: true