janreges / siteone-crawler

SiteOne Crawler is a website analyzer and exporter you'll ♥ as a Dev/DevOps, QA engineer, website owner or consultant. Works on all popular platforms - Windows, macOS and Linux (x64 and arm64 too).
https://crawler.siteone.io/
MIT License
164 stars 10 forks source link

Issue: Unable to save offline site due to sanitize coroutine not awaited #17

Open devinat1 opened 3 hours ago

devinat1 commented 3 hours ago
/home/bond/miniconda3/envs/collector/lib/python3.12/asyncio/events.py:88: RuntimeWarning: coroutine 'sanitize' was never awaited
  self._context.run(self._callback, *self._args)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback

This issue occurs on mac and linux.

janreges commented 2 hours ago

Hi @devinat1,

Can you please send more information? What specific command you run, with what parameters, and ideally also what URL you are trying to analyze/export.

Python, from which your log comes from, is not used in the project at all, so I'm interested in more context to understand how you run the crawler.

devinat1 commented 31 minutes ago

Hi @janreges this is the exact script I use to generate the clones: https://gist.github.com/devinat1/38a3261736e2a4cf5b54af3107b753e0