Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1709

Extensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E (OpenAI) and Stable Diffusion (Stability AI) support

$
0
0
IP address is where my site server is located, and it's a HEAD command, not a GET command...
Change "HEAD" to "GET" in listner.php https://github.com/privet-fun/phpbb_ail ... r.php#L197

Code:

...        $context = null;        if (!empty($headers)) {            $context = stream_context_create(                array(                    'http' => array(                        'method' => "GET", // ""HEAD",                        'header' => implode("\r\n", $headers)                    )                )            );        }...
Make sure to purge cache or disable/enable plugin.

If this works I'll probably make it default behavior, HEAD vs GET does not really save much here but will avoid issues like yours.

Statistics: Posted by privet.fun — Thu Mar 14, 2024 12:12 am



Viewing all articles
Browse latest Browse all 1709

Trending Articles