Hello.
I got same error on every question or text typed in "Question" :
"An error occurred while processing your question
Query must begin with SELECT."
I got this message on every text i type in.
PS: Questions History: nevers shows the logs of my questios.
PS2: API Key is added and checked "LAST USED" and works.
Any ideas? Thank you
DataTalk error
Re: DataTalk error
Please open the browser inspector by pressing F12, go to the console tab, then try posting a question. You should see more details about your request including any errors in the console. Could you post (or send to me via support) a screenshot of what you see?
AppGini plugins to add more power to your apps:
- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: DataTalk error
AppGiniHelper.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
AppGiniHelper.dv.signature.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
AppGiniHelperIndicators.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
jquery-3.5.1.min.js:2 POST */plugins/datatalk/index.php 500 (Internal Server Error)
AppGiniHelper.dv.signature.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
AppGiniHelperIndicators.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
jquery-3.5.1.min.js:2 POST */plugins/datatalk/index.php 500 (Internal Server Error)
Re: DataTalk error
I have the same problem,
I have api key generated, and copy pasted to datatalk plugin setting.
somehow it never used (LAST USED : NEVER)
here is what shown in the console :
I have api key generated, and copy pasted to datatalk plugin setting.
somehow it never used (LAST USED : NEVER)
here is what shown in the console :
Failed to load resource: the server responded with a status of 404 (Not Found)
(index):1016 Uncaught ReferenceError: AppGiniCommon is not defined
at (index):1016:1
common.js?1699434707:1856 AppGini.currentTableName: Could not retrieve table name from page URL
AppGini.currentTableName @ common.js?1699434707:1856
/dailysalesv2/plugins/datatalk/index.php:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error)
DevTools failed to load source map: Could not load content for http://192.168.1.146/dailysalesv2/resources/lightbox/js/lightbox.min.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://192.168.1.146/dailysalesv2/resources/initializr/css/bootstrap.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
jquery-3.5.1.min.js:2 POST http://192.168.1.146/dailysalesv2/plugins/datatalk/index.php 500 (Internal Server Error)
send @ jquery-3.5.1.min.js:2
ajax @ jquery-3.5.1.min.js:2
getAnswer @ (index):1361
(anonymous) @ (index):1506
dispatch @ jquery-3.5.1.min.js:2
v.handle @ jquery-3.5.1.min.js:2
jquery-3.5.1.min.js:2 POST http://192.168.1.146/dailysalesv2/plugins/datatalk/index.php 500 (Internal Server Error)
send @ jquery-3.5.1.min.js:2
ajax @ jquery-3.5.1.min.js:2
getAnswer @ (index):1361
(anonymous) @ (index):1506
dispatch @ jquery-3.5.1.min.js:2
v.handle @ jquery-3.5.1.min.js:2
Re: DataTalk error
moi j'ai :
Code: Select all
Failed to load resource: the server responded with a status of 404 ()
AppGiniHelper.tv.tiles.min.js:1
Failed to load resource: the server responded with a status of 404 ()
datatalk/:1040 Uncaught ReferenceError: AppGiniHelper is not defined
at datatalk/:1040:14
logo.PNG:1
Failed to load resource: the server responded with a status of 404 ()
AppGiniHelper.min.js?v=1703697887:7
AppGiniHelper.min.js?v=1703697887:7 AppGini Helper JavaScript Library
AppGiniHelper.min.js?v=1703697887:7 Version 2020.10.26.1
datatalk/:1064 Uncaught TypeError: AppGiniHelper.getCommon is not a function
at datatalk/:1064:17
common.js?1703060909:2027 AppGini.currentTableName: Could not retrieve table name from page URL
AppGini.currentTableName @ common.js?1703060909:2027
index.php:1
Failed to load resource: the server responded with a status of 500 ()
datatalk/ajax_check_login.php:1
Failed to load resource: the server responded with a status of 404 ()
AppGiniHelper.tv.tiles.css:1
Failed to load resource: the server responded with a status of 404 ()
jquery-3.5.1.min.js:2
POST https://www.clg-ponsard.org/INTRA/plugins/datatalk/index.php 500 (Internal Server Error)
send @ jquery-3.5.1.min.js:2
ajax @ jquery-3.5.1.min.js:2
getAnswer @ datatalk/:1286
(anonymous) @ datatalk/:1431
dispatch @ jquery-3.5.1.min.js:2
v.handle @ jquery-3.5.1.min.js:2
jquery-3.5.1.min.js:2
POST https://www.clg-ponsard.org/INTRA/plugins/datatalk/index.php 500 (Internal Server Error)
send @ jquery-3.5.1.min.js:2
ajax @ jquery-3.5.1.min.js:2
getAnswer @ datatalk/:1286
(anonymous) @ datatalk/:1431
dispatch @ jquery-3.5.1.min.js:2
v.handle @ jquery-3.5.1.min.js:2
jquery-3.5.1.min.js:2
POST https://www.clg-ponsard.org/INTRA/plugins/datatalk/index.php 500 (Internal Server Error)
send @ jquery-3.5.1.min.js:2
ajax @ jquery-3.5.1.min.js:2
getAnswer @ datatalk/:1286
(anonymous) @ datatalk/:1431
dispatch @ jquery-3.5.1.min.js:2
v.handle @ jquery-3.5.1.min.js:2
Re: DataTalk error
Although there are error messages about a misconfiguration of AppGini Helper, I can 100% promise that AppGini Helper has nothing to do with DataTalk plugin nor with ChatGPT.
But I recommend you should fix all of your misconfiguration and other syntax errors, because as long as you have javascript errors, subsequent javascript may not be executed at all. So, DataTalk misfunction may be a follow up error after your javascript bugs.
But I recommend you should fix all of your misconfiguration and other syntax errors, because as long as you have javascript errors, subsequent javascript may not be executed at all. So, DataTalk misfunction may be a follow up error after your javascript bugs.
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
AppGini 24.14 Revision 1665 + all AppGini Helper tools
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityAppGini 24.14 Revision 1665 + all AppGini Helper tools
Re: DataTalk error
Hello
Far be it from me to question your app, I deleted and put everything back without AppGini Helper and I still have errors see copy.
Far be it from me to question your app, I deleted and put everything back without AppGini Helper and I still have errors see copy.
Code: Select all
common.js?1703758934:2027 AppGini.currentTableName: Could not retrieve table name from page URL
AppGini.currentTableName @ common.js?1703758934:2027
init @ common.js?1703758934:2047
(anonymous) @ common.js?1703758934:179
e @ jquery-3.5.1.min.js:2
t @ jquery-3.5.1.min.js:2
setTimeout (asynchrone)
(anonymous) @ jquery-3.5.1.min.js:2
c @ jquery-3.5.1.min.js:2
fireWith @ jquery-3.5.1.min.js:2
fire @ jquery-3.5.1.min.js:2
c @ jquery-3.5.1.min.js:2
fireWith @ jquery-3.5.1.min.js:2
ready @ jquery-3.5.1.min.js:2
B @ jquery-3.5.1.min.js:2
jquery-3.5.1.min.js:2
POST https://www.clg-ponsard.org/INTRA/plugins/datatalk/index.php 500 (Internal Server Error)
send @ jquery-3.5.1.min.js:2
ajax @ jquery-3.5.1.min.js:2
getAnswer @ index.php:1202
(anonymous) @ index.php:1347
dispatch @ jquery-3.5.1.min.js:2
v.handle @ jquery-3.5.1.min.js:2
Re: DataTalk error
Still any UPDATE on this error? Bought the plugin and can't make it work.
Re: DataTalk error
Well, as posted in a another chat, by getting another API key from ChatGTP works now. It's a bug so hopefully it will be fixed later on.
Re: DataTalk error
I am also getting the same error
Query must begin with SELECT.
after installing the DataTalk Plugin.
Have changed the API Key with a new one as well, still the error is showing.
Query must begin with SELECT.
after installing the DataTalk Plugin.
Have changed the API Key with a new one as well, still the error is showing.