Skip to Content Skip to Menu

CB Autoaction stream ability

  • activha
  • activha
  • OFFLINE
  • Posts: 2326
  • Thanks: 117
  • Karma: 13
1 year 8 months ago #332864 by activha
CB Autoaction stream ability was created by activha
Hello
I use a CB Code autoaction to securely connect to a php file including a call to openAI API

Action : include_once(JPATH_ROOT . '/ahatools/activations/assets/OpenAiCB.php');

The autoaction is configured to output the result of the file with the following lines

Output : PHP
header('Content-type: text/event-stream');
header('Cache-Control: no-cache');

The autoaction seems to work fine by getting the data from the php file but it does not seem to be streamed as everything is received in one shot.

Does autoactions support stream ? would they stream the output to the html this way ?

Thanks for your ideas 

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • OFFLINE
  • Posts: 48419
  • Thanks: 8274
  • Karma: 1443
1 year 8 months ago #332870 by krileon
Replied by krileon on topic CB Autoaction stream ability
Check the response headers in your request to the auto action URL. Be sure you're accessing the URL with &format=raw in the URL to try and limit the headers being overridden. If the response header is correct the issue isn't with the code, but with whatever you're using to subscribe to the server side event.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum