• Resolved sambt

    (@sambt)


    Hi,

    I’ve installed the free plugin on a wordpress.com hosted blog and testing exporting to a zip file, but it appears to be stuck in a loop. Tailing the log in wp-content/uploads/simply-static it’s processing and the number of pages reaches 0 but then seems to then just start again

    The process has been running for 2 days now. Clicking cancel in the UI seems to do nothing, the process keeps running. The UI updates to look like it’s stopped, but refreshing the page and the button goes back to Generating, and the cancel link appears.

    I have tried clicking Cancel in the UI again and just now and now it looks like 2 jobs are running? one with 2020 left and one with 1980 left

    [2025-01-29 09:15:51] [class-ss-task.php:58] [PAGES STATUS] Remaining:24; Total: 2020
    [2025-01-29 09:15:51] [class-ss-task.php:58] [PAGES STATUS] Remaining:23; Total: 2020
    [2025-01-29 09:15:51] [class-ss-task.php:58] [PAGES STATUS] Remaining:22; Total: 2020
    [2025-01-29 09:15:51] [class-ss-task.php:58] [PAGES STATUS] Remaining:21; Total: 2020
    [2025-01-29 09:15:51] [class-ss-task.php:58] [PAGES STATUS] Remaining:20; Total: 2020
    [2025-01-29 09:15:51] [class-ss-task.php:58] [PAGES STATUS] Remaining:19; Total: 2020
    [2025-01-29 09:15:51] [class-ss-task.php:58] [PAGES STATUS] Remaining:9; Total: 1980
    [2025-01-29 09:15:51] [class-ss-task.php:58] [PAGES STATUS] Remaining:18; Total: 2020
    [2025-01-29 09:15:51] [class-ss-task.php:58] [PAGES STATUS] Remaining:8; Total: 1980
    [2025-01-29 09:15:52] [class-ss-task.php:58] [PAGES STATUS] Remaining:17; Total: 2020
    [2025-01-29 09:15:52] [class-ss-task.php:58] [PAGES STATUS] Remaining:16; Total: 2020

    Just tried to cancel again and I think now 3 are running? 479, 100, 533

    [2025-01-29 09:17:57] [class-ss-task.php:58] [PAGES STATUS] Remaining:29; Total: 479
    [2025-01-29 09:17:57] [class-ss-task.php:58] [PAGES STATUS] Remaining:3; Total: 100
    [2025-01-29 09:17:57] [class-ss-task.php:58] [PAGES STATUS] Remaining:2; Total: 100
    [2025-01-29 09:17:57] [class-ss-task.php:58] [PAGES STATUS] Remaining:44; Total: 533
    [2025-01-29 09:17:57] [class-ss-task.php:58] [PAGES STATUS] Remaining:1; Total: 100
    [2025-01-29 09:17:57] [class-ss-task.php:58] [PAGES STATUS] Remaining:43; Total: 533
    [2025-01-29 09:17:58] [class-ss-task.php:58] [PAGES STATUS] Remaining:42; Total: 533
    [2025-01-29 09:17:58] [class-ss-task.php:58] [PAGES STATUS] Remaining:28; Total: 479
    [2025-01-29 09:17:59] [class-ss-task.php:58] [PAGES STATUS] Remaining:41; Total: 533
    [2025-01-29 09:18:00] [class-ss-task.php:58] [PAGES STATUS] Remaining:27; Total: 479
    [2025-01-29 09:18:00] [class-ss-task.php:58] [PAGES STATUS] Remaining:40; Total: 533
    [2025-01-29 09:18:01] [class-ss-task.php:58] [PAGES STATUS] Remaining:39; Total: 533
    [2025-01-29 09:18:02] [class-ss-task.php:58] [PAGES STATUS] Remaining:26; Total: 479

    • This topic was modified 1 year, 4 months ago by sambt.
    • This topic was modified 1 year, 4 months ago by sambt.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sambt

    (@sambt)

    I’ve tried disabling the plugin and then re-enabling and using the reset buttons in the settings to reset the logs, settings, and the database tables.

    Starting a new run, it looks like just one run is in progress so I’m leaving it running again, but I’m still seeing similar patterns in the logs.

    Note I forgot to say in the logs I was using grep to filter to just the log lines containing the word “remaining”.

    Here is an example extract with the full log

    [2025-01-29 14:42:17] [class-ss-fetch-urls-task.php:151] Extracting URLs and replacing URLs in the static file
    [2025-01-29 14:42:17] [class-ss-fetch-urls-task.php:158] Adding 82 URLs to the queue
    [2025-01-29 14:42:17] [class-ss-fetch-urls-task.php:169] We’re saving this URL; keeping the static file
    [2025-01-29 14:42:17] [class-ss-page.php:119] Checking Content Identical:[redacted]. Value: FALSE
    [2025-01-29 14:42:17] [class-ss-fetch-urls-task.php:72] URL: [redacted]
    [2025-01-29 14:42:17] [class-ss-task.php:58] [PAGES STATUS] Remaining:1; Total: 2480
    [2025-01-29 14:42:17] [class-ss-fetch-urls-task.php:83] URL is not being excluded
    [2025-01-29 14:42:17] [class-ss-url-fetcher.php:94] Fetching URL and saving it to: /tmp/[redacted].tmp
    [2025-01-29 14:42:17] [class-ss-page-handler.php:38] URL Prepared:[redacted]
    [2025-01-29 14:42:17] [class-ss-url-fetcher.php:251] Fetching URL: [redacted]
    [2025-01-29 14:42:18] [class-ss-url-fetcher.php:103] Filesize: 194428 bytes
    [2025-01-29 14:42:18] [class-ss-url-fetcher.php:119] http_status_code: 200 | content_type: text/html; charset=UTF-8
    [2025-01-29 14:42:18] [class-ss-url-fetcher.php:233] New filename for static page: [redacted]
    [2025-01-29 14:42:18] [class-ss-url-fetcher.php:143] Renaming temp file from /tmp/[redacted].tmp to /srv/htdocs/wp-content/uploads/simply-static/temp-files/simply-static-1-[redacted]/[redacted].html

    Thread Starter sambt

    (@sambt)

    Closing this ticket as moving to their direct support channel

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Static site export stuck generating?’ is closed to new replies.