evaluatory icon indicating copy to clipboard operation
evaluatory copied to clipboard

Trouble with sitemap.xml scans

Open mgifford opened this issue 1 year ago • 2 comments

I tried 3 sitemap scans on Drupal sites. I took the URLs & copied them over from the browser so I knew that they would work. I got 2 different responses. The first one ran, but never stopped. The first one was a single XML file

% npx evaluatory https://www.example1.gov/sitemap.xml --sitemap ℹ Evaluating 1 URL ℹ Clearing output folder: /Users/mgifford/Downloads/evaluatory-results ℹ Running [base] for https://www.example1.gov/sitemap.xml ℹ Running [axe-core] for https://www.example1.gov/sitemap.xml ...

I left it overnight and then killed it in the morning. Should I see signs of progress? I would have thought I'd see a progression of URLs as it marched through the sitemap.

The other two were multi-page XML files.

mgifford@Mikes-Mac-Studio Downloads % npx evaluatory --sitemap https://www.example2.gov/sitemap.xml ℹ Adding 0 URLs from the sitemap. ✖ Error: Specify URLs to evaluate. at main (/Users/mgifford/.nvm/versions/node/v15.2.0/lib/node_modules/evaluatory/bin/evaluatory.js:39:11) at processTicksAndRejections (node:internal/process/task_queues:93:5)

mgifford@Mikes-Mac-Studio Downloads % https://beta.example3.gov/sitemap.xml zsh: no such file or directory: https://beta.example3.gov/sitemap.xml mgifford@Mikes-Mac-Studio Downloads % npx evaluatory --sitemap https://beta.example3.gov/sitemap.xml ℹ Adding 0 URLs from the sitemap. ✖ Error: Specify URLs to evaluate. at main (/Users/mgifford/.nvm/versions/node/v15.2.0/lib/node_modules/evaluatory/bin/evaluatory.js:39:11) at processTicksAndRejections (node:internal/process/task_queues:93:5)

Are multi-page scans supported?

mgifford avatar Nov 24 '22 14:11 mgifford