Premium
Developer
Jun 11, 2020
520
361
63
Hi. I purchased the chatgpt add-on but when I try to install/upload I get this errorr: https://prnt.sc/RPUGhxVP9GHY - what am i missing or doing wrong? please help i dont want to have wasted my money. Thanks.
Hello,

You need to install this add-on:

Regards,
021
 
Mar 7, 2023
53
12
8
Hi @021 just wondering if it is possible to have a chat bot in my Siropu Chat 2 chat room that will act as an automatic quiz master, asking trivia questions and declaring users' answers correct or incorrect then moving on to asking the next question?
 
Premium
Developer
Jun 11, 2020
520
361
63
Hi @021 just wondering if it is possible to have a chat bot in my Siropu Chat 2 chat room that will act as an automatic quiz master, asking trivia questions and declaring users' answers correct or incorrect then moving on to asking the next question?
Hello. This is only possible with custom development
 
  • Like
Reactions: echelon and colcar
Mar 6, 2023
15
15
3
Code:
BS\ChatGPTBots\Exception\ReplyException: ChatGPT response error: Empty reply src/addons/BS/ChatGPTBots/Response.php:52

Code:
Stack trace
#0 src/addons/BS/AIBots/Service/ChatGPT/AbstractReplier.php(120): BS\ChatGPTBots\Response::getReplyWithLogErrors(Object(Orhanerday\OpenAi\OpenAi), Array, true)
#1 src/addons/BS/AIBots/Service/ChatGPT/AbstractReplier.php(151): BS\AIBots\Service\ChatGPT\AbstractReplier->getReplyOnMessages()
#2 src/addons/BS/AIBots/Service/ChatGPT/AbstractReplier.php(103): BS\AIBots\Service\ChatGPT\AbstractReplier->pushReplyOnLatestMessage()
#3 src/addons/BS/AIBots/Service/ChatGPT/AbstractReplier.php(45): BS\AIBots\Service\ChatGPT\AbstractReplier->buildRepliesOnMentions(Object(BS\AIBots\Entity\Bot))
#4 src/addons/BS/AIBots/Bot/Concerns/ChatGPT/ReplyOnPost.php(39): BS\AIBots\Service\ChatGPT\AbstractReplier->reply(Object(BS\AIBots\Entity\Bot))
#5 src/addons/BS/AIBots/Bot/ChatGPT.php(132): BS\AIBots\Bot\ChatGPT->replyOnPost(Object(Truonglv\AnonymousPosting\XF\Entity\Post), Object(SV\ReportCentreEssentials\XF\Entity\User))
#6 src/addons/BS/AIBots/Bot/ChatGPT.php(111): BS\AIBots\Bot\ChatGPT->handleContext(Object(SV\ReportCentreEssentials\XF\Entity\User), 'can you read th...', Object(Truonglv\AnonymousPosting\XF\Entity\Post), true)
#7 src/addons/BS/AIBots/Job/ContextHandle.php(79): BS\AIBots\Bot\ChatGPT->handle(Object(SV\ReportCentreEssentials\XF\Entity\User), 'can you read th...', Object(Truonglv\AnonymousPosting\XF\Entity\Post), true)
#8 src/XF/Job/Manager.php(260): BS\AIBots\Job\ContextHandle->run(7.985)
#9 src/XF/Job/Manager.php(202): XF\Job\Manager->runJobInternal(Array, 7.985)
#10 src/XF/Job/Manager.php(86): XF\Job\Manager->runJobEntry(Array, 7.985)
#11 job.php(43): XF\Job\Manager->runQueue(false, 8)
#12 {main}

It seems I got quota exceeded? How can that be? I haven't even opened my forum to the public...

Code:
  ["_POST"] => array(1) {
    ["_chatGptResponse"] => string(222) "{
    "error": {
        "message": "You exceeded your current quota, please check your plan and billing details.",
        "type": "insufficient_quota",
        "param": null,
        "code": "insufficient_quota"
    }
 
Premium
Developer
Jun 11, 2020
520
361
63
Code:
BS\ChatGPTBots\Exception\ReplyException: ChatGPT response error: Empty reply src/addons/BS/ChatGPTBots/Response.php:52

Code:
Stack trace
#0 src/addons/BS/AIBots/Service/ChatGPT/AbstractReplier.php(120): BS\ChatGPTBots\Response::getReplyWithLogErrors(Object(Orhanerday\OpenAi\OpenAi), Array, true)
#1 src/addons/BS/AIBots/Service/ChatGPT/AbstractReplier.php(151): BS\AIBots\Service\ChatGPT\AbstractReplier->getReplyOnMessages()
#2 src/addons/BS/AIBots/Service/ChatGPT/AbstractReplier.php(103): BS\AIBots\Service\ChatGPT\AbstractReplier->pushReplyOnLatestMessage()
#3 src/addons/BS/AIBots/Service/ChatGPT/AbstractReplier.php(45): BS\AIBots\Service\ChatGPT\AbstractReplier->buildRepliesOnMentions(Object(BS\AIBots\Entity\Bot))
#4 src/addons/BS/AIBots/Bot/Concerns/ChatGPT/ReplyOnPost.php(39): BS\AIBots\Service\ChatGPT\AbstractReplier->reply(Object(BS\AIBots\Entity\Bot))
#5 src/addons/BS/AIBots/Bot/ChatGPT.php(132): BS\AIBots\Bot\ChatGPT->replyOnPost(Object(Truonglv\AnonymousPosting\XF\Entity\Post), Object(SV\ReportCentreEssentials\XF\Entity\User))
#6 src/addons/BS/AIBots/Bot/ChatGPT.php(111): BS\AIBots\Bot\ChatGPT->handleContext(Object(SV\ReportCentreEssentials\XF\Entity\User), 'can you read th...', Object(Truonglv\AnonymousPosting\XF\Entity\Post), true)
#7 src/addons/BS/AIBots/Job/ContextHandle.php(79): BS\AIBots\Bot\ChatGPT->handle(Object(SV\ReportCentreEssentials\XF\Entity\User), 'can you read th...', Object(Truonglv\AnonymousPosting\XF\Entity\Post), true)
#8 src/XF/Job/Manager.php(260): BS\AIBots\Job\ContextHandle->run(7.985)
#9 src/XF/Job/Manager.php(202): XF\Job\Manager->runJobInternal(Array, 7.985)
#10 src/XF/Job/Manager.php(86): XF\Job\Manager->runJobEntry(Array, 7.985)
#11 job.php(43): XF\Job\Manager->runQueue(false, 8)
#12 {main}

It seems I got quota exceeded? How can that be? I haven't even opened my forum to the public...

Code:
  ["_POST"] => array(1) {
    ["_chatGptResponse"] => string(222) "{
    "error": {
        "message": "You exceeded your current quota, please check your plan and billing details.",
        "type": "insufficient_quota",
        "param": null,
        "code": "insufficient_quota"
    }
Unfortunately, your license has expired. If you want to continue to receive support, you need a valid license
 
Premium
Developer
Jun 11, 2020
520
361
63
@021 Can bots also reply to each other? That’s what I’m trying to do but I can’t find a way to do this.
At the moment there is no such possibility. The problem is that in this case recursion may occur and it must be prevented
 
Premium
Developer
Jun 11, 2020
520
361
63
This sucks. Does this have anything to do with today my ChatGPT AI Bots addon stopped working?
Are there any errors in the control panel? Please check if the quota on your account has expired
 
Apr 17, 2023
8
1
3
Server error log
  • BS\ChatGPTBots\Exception\ReplyException: ChatGPT response error: Empty response
  • src/addons/BS/ChatGPTBots/Response.php:47
  • Generated by: Unknown account
  • Nov 11, 2023 at 7:01 AM

Stack trace​

#0 src/addons/BS/AIBots/Service/ChatGPT/AbstractReplier.php(126): BS\ChatGPTBots\Response::getReplyWithLogErrors(Object(Orhanerday\OpenAi\OpenAi), Array, true)
#1 src/addons/BS/AIBots/Service/ChatGPT/AbstractReplier.php(151): BS\AIBots\Service\ChatGPT\AbstractReplier->getReplyOnMessages()
#2 src/addons/BS/AIBots/Service/ChatGPT/AbstractReplier.php(103): BS\AIBots\Service\ChatGPT\AbstractReplier->pushReplyOnLatestMessage()
#3 src/addons/BS/AIBots/Service/ChatGPT/AbstractReplier.php(45): BS\AIBots\Service\ChatGPT\AbstractReplier->buildRepliesOnMentions(Object(BS\AIBots\Entity\Bot))
#4 src/addons/BS/AIBots/Bot/Concerns/ChatGPT/ReplyOnPost.php(39): BS\AIBots\Service\ChatGPT\AbstractReplier->reply(Object(BS\AIBots\Entity\Bot))
#5 src/addons/BS/AIBots/Bot/ChatGPT.php(132): BS\AIBots\Bot\ChatGPT->replyOnPost(Object(XFES\XF\Entity\Post), Object(XenConcept\LoginAsUser\XF\Entity\User))
#6 src/addons/BS/AIBots/Bot/ChatGPT.php(112): BS\AIBots\Bot\ChatGPT->handleContext(Object(XenConcept\LoginAsUser\XF\Entity\User), 'test', Object(XFES\XF\Entity\Post), true)
#7 src/addons/BS/AIBots/Job/ContextHandle.php(79): BS\AIBots\Bot\ChatGPT->handle(Object(XenConcept\LoginAsUser\XF\Entity\User), 'test', Object(XFES\XF\Entity\Post), true)
#8 src/XF/Job/Manager.php(260): BS\AIBots\Job\ContextHandle->run(8)
#9 src/XF/Job/Manager.php(202): XF\Job\Manager->runJobInternal(Array, 8)
#10 src/XF/Job/Manager.php(86): XF\Job\Manager->runJobEntry(Array, 8)
#11 job.php(43): XF\Job\Manager->runQueue(false, 8)
#12 {main}

Request state​

array(4) {
["url"] => string(8) "/job.php"
["referrer"] => string(43) "https://www.myptsd.com/threads/test.101340/"
["_GET"] => array(0) {
}
["_POST"] => array(1) {
["_chatGptResponse"] => string(0) ""
}
}
This is what I receive in the error log. I get three error messages from AI Bots at the same time. What quota in which account? I use the API, so its just ongoing usage, but only about $0.20 daily usage. I also have a 12 month license with you. Everything was great, then it just stopped and got these errors. I do use Cloudflare... not sure if they changed something.
 
Last edited:
Apr 17, 2023
8
1
3
Disabled all addons, then enabled framework, then tried enabling AI Bots and got this error:

Code:
GuzzleHttp\Exception\RequestException: cURL error 77: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) in src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php at line 201
GuzzleHttp\Handler\CurlFactory::createRejection() in src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php at line 155
GuzzleHttp\Handler\CurlFactory::finishError() in src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php at line 105
GuzzleHttp\Handler\CurlFactory::finish() in src/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php at line 43
GuzzleHttp\Handler\CurlHandler->__invoke() in src/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php at line 28
GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}() in src/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php at line 51
GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}() in src/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php at line 37
GuzzleHttp\PrepareBodyMiddleware->__invoke() in src/vendor/guzzlehttp/guzzle/src/Middleware.php at line 29
GuzzleHttp\Middleware::GuzzleHttp\{closure}() in src/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php at line 70
GuzzleHttp\RedirectMiddleware->__invoke() in src/vendor/guzzlehttp/guzzle/src/Middleware.php at line 59
GuzzleHttp\Middleware::GuzzleHttp\{closure}() in src/vendor/guzzlehttp/guzzle/src/HandlerStack.php at line 71
GuzzleHttp\HandlerStack->__invoke() in src/vendor/guzzlehttp/guzzle/src/Client.php at line 351
GuzzleHttp\Client->transfer() in src/vendor/guzzlehttp/guzzle/src/Client.php at line 162
GuzzleHttp\Client->requestAsync() in src/vendor/guzzlehttp/guzzle/src/Client.php at line 182
GuzzleHttp\Client->request() in src/addons/BS/AIBots/Service/LicenseChecker.php at line 28
BS\AIBots\Service\LicenseChecker->isAllowedAction() in src/addons/BS/AIBots/Setup.php at line 38
BS\AIBots\Setup->checkRequirements() in src/XF/AddOn/AddOn.php at line 457
XF\AddOn\AddOn->checkRequirements() in src/XF/Admin/Controller/AddOn.php at line 841
XF\Admin\Controller\AddOn->getAddOnWarningsAndErrors() in src/XF/Admin/Controller/AddOn.php at line 109
XF\Admin\Controller\AddOn->actionToggle() in src/XF/Mvc/Dispatcher.php at line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
XF\App->run() in src/XF.php at line 524
XF::runApp() in admin.php at line 13

Code:
Server error log
[LIST]
[*]GuzzleHttp\Exception\RequestException: cURL error 77: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
[*]src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:201
[*]Generated by: anthony
[*]Nov 11, 2023 at 7:47 AM
[/LIST]
[HEADING=2]Stack trace[/HEADING]
#0 src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(155): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array)
#1 src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(105): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
#2 src/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
#3 src/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\Handler\CurlHandler->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
#4 src/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(51): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
#5 src/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(37): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
#6 src/vendor/guzzlehttp/guzzle/src/Middleware.php(29): GuzzleHttp\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
#7 src/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(70): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
#8 src/vendor/guzzlehttp/guzzle/src/Middleware.php(59): GuzzleHttp\RedirectMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
#9 src/vendor/guzzlehttp/guzzle/src/HandlerStack.php(71): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
#10 src/vendor/guzzlehttp/guzzle/src/Client.php(351): GuzzleHttp\HandlerStack->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
#11 src/vendor/guzzlehttp/guzzle/src/Client.php(162): GuzzleHttp\Client->transfer(Object(GuzzleHttp\Psr7\Request), Array)
#12 src/vendor/guzzlehttp/guzzle/src/Client.php(182): GuzzleHttp\Client->requestAsync('GET', Object(GuzzleHttp\Psr7\Uri), Array)
#13 src/addons/BS/AIBots/Service/LicenseChecker.php(28): GuzzleHttp\Client->request('GET', 'https://devsell...', Array)
#14 src/addons/BS/AIBots/Setup.php(38): BS\AIBots\Service\LicenseChecker->isAllowedAction('install')
#15 src/XF/AddOn/AddOn.php(457): BS\AIBots\Setup->checkRequirements(Array, Array)
#16 src/XF/Admin/Controller/AddOn.php(841): XF\AddOn\AddOn->checkRequirements(Array, Array)
#17 src/XF/Admin/Controller/AddOn.php(109): XF\Admin\Controller\AddOn->getAddOnWarningsAndErrors(Object(XF\AddOn\AddOn))
#18 src/XF/Mvc/Dispatcher.php(352): XF\Admin\Controller\AddOn->actionToggle(Object(XF\Mvc\ParameterBag))
#19 src/XF/Mvc/Dispatcher.php(259): XF\Mvc\Dispatcher->dispatchClass('XF:AddOn', 'Toggle', Object(XF\Mvc\RouteMatch), Object(MaZ\AUN\XF\Admin\Controller\AddOn), NULL)
#20 src/XF/Mvc/Dispatcher.php(115): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(MaZ\AUN\XF\Admin\Controller\AddOn), NULL)
#21 src/XF/Mvc/Dispatcher.php(57): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#22 src/XF/App.php(2487): XF\Mvc\Dispatcher->run()
#23 src/XF.php(524): XF\App->run()
#24 admin.php(13): XF::runApp('XF\\Admin\\App')
#25 {main}
[HEADING=2]Request state[/HEADING]
array(4) {
  ["url"] => string(83) "/admin.php?add-ons/BS-AIBots/toggle&t=1699649193%2C04576c067af09a48164e98c08c5fbeba"
  ["referrer"] => string(41) "https://www.myptsd.com/admin.php?add-ons/"
  ["_GET"] => array(2) {
    ["add-ons/BS-AIBots/toggle"] => string(0) ""
    ["t"] => string(43) "1699649193,04576c067af09a48164e98c08c5fbeba"
  }
  ["_POST"] => array(0) {
  }
}
 
Premium
Developer
Jun 11, 2020
520
361
63
Disabled all addons, then enabled framework, then tried enabling AI Bots and got this error:

Code:
GuzzleHttp\Exception\RequestException: cURL error 77: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) in src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php at line 201
GuzzleHttp\Handler\CurlFactory::createRejection() in src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php at line 155
GuzzleHttp\Handler\CurlFactory::finishError() in src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php at line 105
GuzzleHttp\Handler\CurlFactory::finish() in src/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php at line 43
GuzzleHttp\Handler\CurlHandler->__invoke() in src/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php at line 28
GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}() in src/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php at line 51
GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}() in src/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php at line 37
GuzzleHttp\PrepareBodyMiddleware->__invoke() in src/vendor/guzzlehttp/guzzle/src/Middleware.php at line 29
GuzzleHttp\Middleware::GuzzleHttp\{closure}() in src/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php at line 70
GuzzleHttp\RedirectMiddleware->__invoke() in src/vendor/guzzlehttp/guzzle/src/Middleware.php at line 59
GuzzleHttp\Middleware::GuzzleHttp\{closure}() in src/vendor/guzzlehttp/guzzle/src/HandlerStack.php at line 71
GuzzleHttp\HandlerStack->__invoke() in src/vendor/guzzlehttp/guzzle/src/Client.php at line 351
GuzzleHttp\Client->transfer() in src/vendor/guzzlehttp/guzzle/src/Client.php at line 162
GuzzleHttp\Client->requestAsync() in src/vendor/guzzlehttp/guzzle/src/Client.php at line 182
GuzzleHttp\Client->request() in src/addons/BS/AIBots/Service/LicenseChecker.php at line 28
BS\AIBots\Service\LicenseChecker->isAllowedAction() in src/addons/BS/AIBots/Setup.php at line 38
BS\AIBots\Setup->checkRequirements() in src/XF/AddOn/AddOn.php at line 457
XF\AddOn\AddOn->checkRequirements() in src/XF/Admin/Controller/AddOn.php at line 841
XF\Admin\Controller\AddOn->getAddOnWarningsAndErrors() in src/XF/Admin/Controller/AddOn.php at line 109
XF\Admin\Controller\AddOn->actionToggle() in src/XF/Mvc/Dispatcher.php at line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
XF\App->run() in src/XF.php at line 524
XF::runApp() in admin.php at line 13

Code:
Server error log
[LIST]
[*]GuzzleHttp\Exception\RequestException: cURL error 77: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
[*]src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:201
[*]Generated by: anthony
[*]Nov 11, 2023 at 7:47 AM
[/LIST]
[HEADING=2]Stack trace[/HEADING]
#0 src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(155): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array)
#1 src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(105): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
#2 src/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
#3 src/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\Handler\CurlHandler->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
#4 src/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(51): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
#5 src/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(37): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
#6 src/vendor/guzzlehttp/guzzle/src/Middleware.php(29): GuzzleHttp\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
#7 src/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(70): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
#8 src/vendor/guzzlehttp/guzzle/src/Middleware.php(59): GuzzleHttp\RedirectMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
#9 src/vendor/guzzlehttp/guzzle/src/HandlerStack.php(71): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
#10 src/vendor/guzzlehttp/guzzle/src/Client.php(351): GuzzleHttp\HandlerStack->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
#11 src/vendor/guzzlehttp/guzzle/src/Client.php(162): GuzzleHttp\Client->transfer(Object(GuzzleHttp\Psr7\Request), Array)
#12 src/vendor/guzzlehttp/guzzle/src/Client.php(182): GuzzleHttp\Client->requestAsync('GET', Object(GuzzleHttp\Psr7\Uri), Array)
#13 src/addons/BS/AIBots/Service/LicenseChecker.php(28): GuzzleHttp\Client->request('GET', 'https://devsell...', Array)
#14 src/addons/BS/AIBots/Setup.php(38): BS\AIBots\Service\LicenseChecker->isAllowedAction('install')
#15 src/XF/AddOn/AddOn.php(457): BS\AIBots\Setup->checkRequirements(Array, Array)
#16 src/XF/Admin/Controller/AddOn.php(841): XF\AddOn\AddOn->checkRequirements(Array, Array)
#17 src/XF/Admin/Controller/AddOn.php(109): XF\Admin\Controller\AddOn->getAddOnWarningsAndErrors(Object(XF\AddOn\AddOn))
#18 src/XF/Mvc/Dispatcher.php(352): XF\Admin\Controller\AddOn->actionToggle(Object(XF\Mvc\ParameterBag))
#19 src/XF/Mvc/Dispatcher.php(259): XF\Mvc\Dispatcher->dispatchClass('XF:AddOn', 'Toggle', Object(XF\Mvc\RouteMatch), Object(MaZ\AUN\XF\Admin\Controller\AddOn), NULL)
#20 src/XF/Mvc/Dispatcher.php(115): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(MaZ\AUN\XF\Admin\Controller\AddOn), NULL)
#21 src/XF/Mvc/Dispatcher.php(57): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#22 src/XF/App.php(2487): XF\Mvc\Dispatcher->run()
#23 src/XF.php(524): XF\App->run()
#24 admin.php(13): XF::runApp('XF\\Admin\\App')
#25 {main}
[HEADING=2]Request state[/HEADING]
array(4) {
  ["url"] => string(83) "/admin.php?add-ons/BS-AIBots/toggle&t=1699649193%2C04576c067af09a48164e98c08c5fbeba"
  ["referrer"] => string(41) "https://www.myptsd.com/admin.php?add-ons/"
  ["_GET"] => array(2) {
    ["add-ons/BS-AIBots/toggle"] => string(0) ""
    ["t"] => string(43) "1699649193,04576c067af09a48164e98c08c5fbeba"
  }
  ["_POST"] => array(0) {
  }
}
This is probably a problem with the certificate on the server. Try to run: yum update ca-certificates
 
  • Like
Reactions: Anthony
Mar 18, 2023
11
1
3
have you planned to use the openai assistant api? i think it would be much more useful for this purpose, even if you have to make a more powerful version of this addon, i would be willing to pay 100 dollars for it.