• Resolved nigel01

    (@nigel01)


    Hi:

    It looks like the ENTRIES GENERATOR (Under FINETUNES -> DATASET BUILDER) does not work.

    I created a new site to test this so the only plugin installed is AI ENGINE.

    I tried both SINGLE GENERATOR and BULK GENERATOR options.

    Nothing ever gets returned and the progress bar remains at zero with fields grayed out.

    Most other functions seem to work so I know the openai API key is correct.

    There are no JS errors right away though one eventually shows up with a 504 error when it tries to access the completions endpoint.

    I’ve tried disabling Cloudflare and that did not seem to help.

    Cloudflare does have a 100 second limit for requests but that shouldn’t matter for the SINGLE GENERATE function (I don’t think).

    Can someone confirm that this works for them?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @nigel01,

    You can come on the Discord if you like, however, the issue is not linked to AI Engine directly, lot of people are using the plugin to do what you are trying. Timeouts aren’t generated by the plugin, but either by your host (that kills the requests – which is different than a crash) or you are unlucky and OpenAI servers were just overloaded when you tried?

    Thread Starter nigel01

    (@nigel01)

    Hi:

    I think the issue is this one – I’m seeing it in the debug.log file:

    PHP Notice: Undefined index: postStatus in /var/www/mydomain.com/html/wp-content/plugins/ai-engine/classes/rest.php on line 669

    (I’ve replaced the actual domain with ‘mydomain.com’ in the above path.

    Running php 7.4. Does it need a later version?

    I tried specifying both a postid and leaving it blank when using the SINGLE GENERATE option.

    Does this help suggest a possible cause?

    Thanks.

    Thread Starter nigel01

    (@nigel01)

    I figured out this issue. Needed to add the following to the nginx configuration.

    • fastcgi_read_timeout 600;
    • fastcgi_send_timeout 600;
    • fastcgi_connect_timeout 600

    Otherwise the nginx default of 60 seconds resulted in timeouts.

    Plugin Author Jordy Meow

    (@tigroumeow)

    Thanks a lot @nigel01! I have added this here: https://meowapps.com/fix-timeout-error-wordpress/.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bug Report: Entries Generator Does Not Work’ is closed to new replies.