-
-
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
Continuous Search not working with YAML file #352
Comments
Can you supply your YAML file as written using GitHub code blocks? |
Actually, I was able to decipher the YAML format @boydthomson Details
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 |
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
<#352 (comment)>, 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
The text was updated successfully, but these errors were encountered: