Matt Joyce
Matt Joyce
Scrape metadata result for me. `{'title': 'Home | The Quays Shopping Centre, Newry - Northern Ireland', 'description': 'Have It All - The Quays Shopping Centre, Newry. Gift Cards | Shops...
/Crawl on the other hand does not work. Playwright is timing out or crashing, scrape falls back to Fetch, after a long time it returns a very large payload.
``` playwright-service-1 | [2024-06-14 22:22:00 +0000] [9] [ERROR] Error in ASGI Framework ... playwright-service-1 | playwright._impl._errors.TimeoutError: Timeout 15000ms exceeded. ```
hello @osheari1 yes, you're correct. the user input and pattern are combined an then the template system tries to resolve all double brace pairs. {{ }} A work around might...
I'll admit, I did not consider folk would want to process jekyll templates when I made the template system. I do use variables in input, it useful and think this...
Honestly I think it's just easier to not fail on missing vars.
It would be useful to have --debug, I think that is one 1st class option that is missing. I included it in template, but you have to recompile, it would...
Solved with https://github.com/danielmiessler/fabric/pull/1189
Can you change the order of the options, I'm curious to learn if that makes a difference?
can you try the following `"Please transcribe the attached audio file into an SRT file" | fabric --model google/gemini-flash-1.5-8b -a "$HOME/Downloads/whisper_transcription.m4a" --dry-run` Also, what versions is fabric? `fabric --version`