@tiledesk/tiledesk-tybot-connector 2.0.8-rc1 → 2.0.8-rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/ExtApi.js +1 -8
  2. package/ExtUtil.js +5 -6
  3. package/engine/IntentForm.js +0 -1
  4. package/engine/IntentsMachineFactory.js +4 -4
  5. package/engine/MongodbBotsDataSource.js +0 -1
  6. package/engine/MongodbIntentsMachine.js +0 -1
  7. package/engine/TiledeskChatbot.js +11 -16
  8. package/engine/TiledeskIntentsMachine.js +1 -2
  9. package/index.js +19 -25
  10. package/logs/app1.log +1742 -0
  11. package/package.json +1 -1
  12. package/services/AIService.js +1 -1
  13. package/tiledeskChatbotPlugs/DirectivesChatbotPlug.js +4 -10
  14. package/tiledeskChatbotPlugs/FillParamsChatbotPlug.js +1 -2
  15. package/tiledeskChatbotPlugs/MarkbotChatbotPlug.js +1 -3
  16. package/tiledeskChatbotPlugs/SplitsChatbotPlug.js +1 -3
  17. package/tiledeskChatbotPlugs/WebhookChatbotPlug.js +7 -9
  18. package/tiledeskChatbotPlugs/directives/DEPRECATED_DirIfNotOpenHours.js +3 -10
  19. package/tiledeskChatbotPlugs/directives/DEPRECATED_DirIfOpenHours.js +2 -9
  20. package/tiledeskChatbotPlugs/directives/DirAddTags.js +1 -3
  21. package/tiledeskChatbotPlugs/directives/DirAiPrompt.js +0 -1
  22. package/tiledeskChatbotPlugs/directives/DirAskGPT.js +0 -1
  23. package/tiledeskChatbotPlugs/directives/DirAskGPTV2.js +0 -1
  24. package/tiledeskChatbotPlugs/directives/DirAssign.js +5 -8
  25. package/tiledeskChatbotPlugs/directives/DirAssignFromFunction.js +1 -3
  26. package/tiledeskChatbotPlugs/directives/DirAssistant.js +0 -1
  27. package/tiledeskChatbotPlugs/directives/DirBrevo.js +4 -6
  28. package/tiledeskChatbotPlugs/directives/DirCaptureUserReply.js +0 -1
  29. package/tiledeskChatbotPlugs/directives/DirClose.js +0 -2
  30. package/tiledeskChatbotPlugs/directives/DirCode.js +0 -1
  31. package/tiledeskChatbotPlugs/directives/DirCondition.js +0 -1
  32. package/tiledeskChatbotPlugs/directives/DirConnectBlock.js +0 -1
  33. package/tiledeskChatbotPlugs/directives/DirContactUpdate.js +1 -3
  34. package/tiledeskChatbotPlugs/directives/DirCustomerio.js +0 -1
  35. package/tiledeskChatbotPlugs/directives/DirDeflectToHelpCenter.js +2 -5
  36. package/tiledeskChatbotPlugs/directives/DirDeleteVariable.js +0 -1
  37. package/tiledeskChatbotPlugs/directives/DirDepartment.js +1 -3
  38. package/tiledeskChatbotPlugs/directives/DirFireTiledeskEvent.js +1 -3
  39. package/tiledeskChatbotPlugs/directives/DirForm.js +1 -3
  40. package/tiledeskChatbotPlugs/directives/DirGptTask.js +0 -1
  41. package/tiledeskChatbotPlugs/directives/DirGptTask_OLD.js +36 -55
  42. package/tiledeskChatbotPlugs/directives/DirHubspot.js +0 -1
  43. package/tiledeskChatbotPlugs/directives/DirIfOnlineAgents.js +1 -4
  44. package/tiledeskChatbotPlugs/directives/DirIfOnlineAgentsV2.js +1 -4
  45. package/tiledeskChatbotPlugs/directives/DirIfOpenHours.js +0 -2
  46. package/tiledeskChatbotPlugs/directives/DirIfOpenHours_OLD.js +8 -12
  47. package/tiledeskChatbotPlugs/directives/DirIntent.js +0 -1
  48. package/tiledeskChatbotPlugs/directives/DirJSONCondition.js +0 -1
  49. package/tiledeskChatbotPlugs/directives/DirLockIntent.js +0 -1
  50. package/tiledeskChatbotPlugs/directives/DirMake.js +1 -16
  51. package/tiledeskChatbotPlugs/directives/DirMessage.js +1 -3
  52. package/tiledeskChatbotPlugs/directives/DirMessageToBot.js +0 -1
  53. package/tiledeskChatbotPlugs/directives/DirMoveToAgent.js +1 -4
  54. package/tiledeskChatbotPlugs/directives/DirMoveToUnassigned.js +0 -3
  55. package/tiledeskChatbotPlugs/directives/DirQapla.js +0 -1
  56. package/tiledeskChatbotPlugs/directives/DirRandomReply.js +1 -3
  57. package/tiledeskChatbotPlugs/directives/DirRemoveCurrentBot.js +1 -2
  58. package/tiledeskChatbotPlugs/directives/DirReplaceBot.js +1 -3
  59. package/tiledeskChatbotPlugs/directives/DirReplaceBotV2.js +1 -3
  60. package/tiledeskChatbotPlugs/directives/DirReplaceBotV3.js +1 -3
  61. package/tiledeskChatbotPlugs/directives/DirReply.js +2 -5
  62. package/tiledeskChatbotPlugs/directives/DirReplyV2.js +8 -13
  63. package/tiledeskChatbotPlugs/directives/DirSendEmail.js +1 -3
  64. package/tiledeskChatbotPlugs/directives/DirSendWhatsapp.js +0 -1
  65. package/tiledeskChatbotPlugs/directives/DirSetAttribute.js +0 -1
  66. package/tiledeskChatbotPlugs/directives/DirSetAttributeV2.js +1 -4
  67. package/tiledeskChatbotPlugs/directives/DirSetConversationTags.js +1 -3
  68. package/tiledeskChatbotPlugs/directives/DirUnlockIntent.js +0 -1
  69. package/tiledeskChatbotPlugs/directives/DirWait.js +0 -1
  70. package/tiledeskChatbotPlugs/directives/DirWebRequest.js +0 -1
  71. package/tiledeskChatbotPlugs/directives/DirWebRequestV2.js +1 -16
  72. package/tiledeskChatbotPlugs/directives/DirWebResponse.js +0 -1
  73. package/tiledeskChatbotPlugs/directives/DirWhatsappByAttribute.js +0 -1
  74. package/utils/TiledeskChatbotUtil.js +16 -30
package/logs/app1.log CHANGED
@@ -11063,3 +11063,1745 @@ error: (TiledeskExpression) evaluateJavascriptExpression error: missing ) after
11063
11063
  error: (TiledeskExpression)Condition evaluation stopped because of invalid operand2 [object Object]
11064
11064
  error: (TiledeskExpression) Condition evaluation stopped because of invalid operand1 11height
11065
11065
  error: (TiledeskExpression) Invalid JSON Group expression {"conditions":[{"operand1":"11height","operand2":{"type":"const","value":"1"},"operator":"greaterThan","type":"condition"},{"operator":"AND","type":"operator"},{"operand1":"name","operand2":{"type":"const","value":"And"},"operator":"startsWith","type":"condition"}],"type":"expression"}
11066
+ info: Starting tilebot server...
11067
+ info: (Tilebot) Starting Tilebot..
11068
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11069
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11070
+ info: (Tilebot) Log: false
11071
+ info: (Tilebot) MAX_STEPS: 1000
11072
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11073
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11074
+ info: (Tilebot) Using static bots
11075
+ info: (Tilebot) Connecting Redis...
11076
+ info: (Tilebot) Redis connected
11077
+ info: (Tilebot) Tilebot started
11078
+ info: Tilebot route successfully started.
11079
+ info: Tilebot connector listening on port...
11080
+ info: Starting tilebot server...
11081
+ info: (Tilebot) Starting Tilebot..
11082
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11083
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11084
+ info: (Tilebot) Log: false
11085
+ info: (Tilebot) MAX_STEPS: 1000
11086
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11087
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11088
+ info: (Tilebot) Using static bots
11089
+ info: (Tilebot) Connecting Redis...
11090
+ info: (Tilebot) Redis connected
11091
+ info: (Tilebot) Tilebot started
11092
+ info: Tilebot route successfully started.
11093
+ info: Tilebot connector listening on port
11094
+ info: Starting tilebot server...
11095
+ info: (Tilebot) Starting Tilebot..
11096
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11097
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11098
+ info: (Tilebot) Log: false
11099
+ info: (Tilebot) MAX_STEPS: 1000
11100
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11101
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11102
+ info: (Tilebot) Using static bots
11103
+ info: (Tilebot) Connecting Redis...
11104
+ info: (Tilebot) Redis connected
11105
+ info: (Tilebot) Tilebot started
11106
+ info: Tilebot route successfully started.
11107
+ info: Tilebot connector listening on port
11108
+ error: (TiledeskChatbot) An error occurred during exact match: Cannot read properties of undefined (reading 'this is an audio file example') {"stack":"TypeError: Cannot read properties of undefined (reading 'this is an audio file example')\n at MockBotsDataSource.getByExactMatch (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/engine/mock/MockBotsDataSource.js:40:71)\n at /Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/engine/TiledeskChatbot.js:184:42\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)"}
11109
+ error: (TiledeskChatbot) An error occurred on IntentsFinder.decode() (/model/parse error):this.intentsFinder.decode is not a function
11110
+ error: DirReply Error sending reply: Request failed with status code 404 {"config":{"data":"{\"_tdActionType\":\"reply\",\"text\":\"I didn't understand. Can you rephrase your question?\",\"attributes\":{\"commands\":[{\"type\":\"wait\",\"time\":500},{\"type\":\"message\",\"message\":{\"type\":\"text\",\"text\":\"I didn't understand. Can you rephrase your question?\"}}],\"fillParams\":true,\"intentName\":\"defaultFallback\",\"flowAttributes\":{\"lastUserDocumentAsInlineURL\":\"http://my-audio-url.wav\",\"lastUserDocumentAsAttachmentURL\":\"http://my-audio-url.wav\",\"now\":\"2025-04-08T07:56:16.462Z\",\"UUID\":\"fd6d43dee2224f34a9bee183aa863501\",\"UUIDv4\":\"c09227fb-5391-4635-8c8a-0a5a47c8a849\"}},\"senderFullname\":\"Echo bot\"}","headers":{"Accept":"application/json, text/plain, */*","Authorization":"JWT XXX","Content-Length":584,"Content-Type":"application/json","User-Agent":"axios/0.21.4"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"http://localhost:10002/projectID/requests/support-group-projectID-38d5ef14bd364de7b28b31ed675176fd/messages","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"stack":"Error: Request failed with status code 404\n at createError (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/@tiledesk/tiledesk-client/node_modules/axios/lib/core/createError.js:16:15)\n at settle (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/@tiledesk/tiledesk-client/node_modules/axios/lib/core/settle.js:17:12)\n at IncomingMessage.handleStreamEnd (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/@tiledesk/tiledesk-client/node_modules/axios/lib/adapters/http.js:269:11)\n at IncomingMessage.emit (node:events:525:35)\n at endReadableNT (node:internal/streams/readable:1358:12)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)"}
11111
+ info: Starting tilebot server...
11112
+ info: (Tilebot) Starting Tilebot..
11113
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11114
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11115
+ info: (Tilebot) Log: false
11116
+ info: (Tilebot) MAX_STEPS: 1000
11117
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11118
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11119
+ info: (Tilebot) Using static bots
11120
+ info: (Tilebot) Connecting Redis...
11121
+ info: (Tilebot) Redis connected
11122
+ info: (Tilebot) Tilebot started
11123
+ info: Tilebot route successfully started.
11124
+ info: Tilebot connector listening on port
11125
+ error: Axios error response data: Integration not found for model undefined
11126
+ error: Error: DirAiPrompt llm key not found in integrations
11127
+ error: Axios error response data: {"detail":[{"loc":["string",0],"msg":"this is the error message","type":"string"}]}
11128
+ error: DirAiPrompt openai err: Request failed with status code 422 {"code":"ERR_BAD_REQUEST","config":{"adapter":["xhr","http","fetch"],"data":"{\"question\":\"this is the question\",\"llm\":\"myllm\",\"model\":\"llmmodel\",\"llm_key\":\"example_api_key\",\"temperature\":0.7,\"max_tokens\":512}","env":{"Blob":null},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"131","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"http://localhost:10002/api/ask","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"name":"AxiosError","request":{"_closed":false,"_contentLength":"131","_defaultKeepAlive":true,"_ended":true,"_events":{},"_eventsCount":7,"_hasBody":true,"_header":"POST /api/ask HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nContent-Type: application/json\r\nUser-Agent: axios/1.7.7\r\nContent-Length: 131\r\nAccept-Encoding: gzip, compress, deflate, br\r\nHost: localhost:10002\r\nConnection: close\r\n\r\n","_headerSent":true,"_keepAliveTimeout":0,"_last":true,"_redirectable":{"_currentRequest":"[Circular]","_currentUrl":"http://localhost:10002/api/ask","_ended":true,"_ending":true,"_events":{},"_eventsCount":3,"_options":{"agents":{},"beforeRedirects":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"131","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"hostname":"localhost","maxBodyLength":null,"maxRedirects":21,"method":"POST","nativeProtocols":{"http:":{"METHODS":["ACL","BIND","CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LINK","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCALENDAR","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REBIND","REPORT","SEARCH","SOURCE","SUBSCRIBE","TRACE","UNBIND","UNLINK","UNLOCK","UNSUBSCRIBE"],"STATUS_CODES":{"100":"Continue","101":"Switching Protocols","102":"Processing","103":"Early Hints","200":"OK","201":"Created","202":"Accepted","203":"Non-Authoritative Information","204":"No Content","205":"Reset Content","206":"Partial Content","207":"Multi-Status","208":"Already Reported","226":"IM Used","300":"Multiple Choices","301":"Moved Permanently","302":"Found","303":"See Other","304":"Not Modified","305":"Use Proxy","307":"Temporary Redirect","308":"Permanent Redirect","400":"Bad Request","401":"Unauthorized","402":"Payment Required","403":"Forbidden","404":"Not Found","405":"Method Not Allowed","406":"Not Acceptable","407":"Proxy Authentication Required","408":"Request Timeout","409":"Conflict","410":"Gone","411":"Length Required","412":"Precondition Failed","413":"Payload Too Large","414":"URI Too Long","415":"Unsupported Media Type","416":"Range Not Satisfiable","417":"Expectation Failed","418":"I'm a Teapot","421":"Misdirected Request","422":"Unprocessable Entity","423":"Locked","424":"Failed Dependency","425":"Too Early","426":"Upgrade Required","428":"Precondition Required","429":"Too Many Requests","431":"Request Header Fields Too Large","451":"Unavailable For Legal Reasons","500":"Internal Server Error","501":"Not Implemented","502":"Bad Gateway","503":"Service Unavailable","504":"Gateway Timeout","505":"HTTP Version Not Supported","506":"Variant Also Negotiates","507":"Insufficient Storage","508":"Loop Detected","509":"Bandwidth Limit Exceeded","510":"Not Extended","511":"Network Authentication Required"},"globalAgent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"maxHeaderSize":16384},"https:":{"globalAgent":{"_events":{},"_eventsCount":2,"_sessionCache":{"list":[],"map":{}},"defaultPort":443,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxCachedSessions":100,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"https:","requests":{},"scheduling":"lifo","sockets":{},"totalSocketCount":0}}},"path":"/api/ask","pathname":"/api/ask","port":"10002","protocol":"http:"},"_redirectCount":0,"_redirects":[],"_requestBodyBuffers":[],"_requestBodyLength":131,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":true,"defaultEncoding":"utf8","destroyed":false,"emitClose":true,"ended":false,"ending":false,"errorEmitted":false,"errored":null,"finalCalled":false,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":0,"prefinished":false,"sync":true,"writecb":null,"writelen":0,"writing":false}},"_removedConnection":false,"_removedContLen":false,"_removedTE":false,"_trailer":"","aborted":false,"agent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"chunkedEncoding":false,"destroyed":false,"finished":true,"host":"localhost","maxHeadersCount":null,"maxRequestsOnConnectionReached":false,"method":"POST","outputData":[],"outputSize":0,"parser":null,"path":"/api/ask","protocol":"http:","res":{"_consuming":false,"_dumped":false,"_events":{"end":[null,null]},"_eventsCount":4,"_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":true,"closed":true,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":true,"emitClose":true,"emittedReadable":false,"encoding":null,"endEmitted":true,"ended":true,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":false,"objectMode":false,"pipes":[],"readableListening":false,"reading":false,"readingMore":true,"resumeScheduled":false,"sync":true},"aborted":false,"client":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"complete":true,"httpVersion":"1.1","httpVersionMajor":1,"httpVersionMinor":1,"method":null,"rawHeaders":["X-Powered-By","Express","Content-Type","application/json; charset=utf-8","Content-Length","83","ETag","W/\"53-r1gE0xIC+8fgNRuH768xfjuFcI8\"","Date","Tue, 08 Apr 2025 07:56:16 GMT","Connection","close"],"rawTrailers":[],"redirects":[],"req":"[Circular]","responseUrl":"http://localhost:10002/api/ask","socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"statusCode":422,"statusMessage":"Unprocessable Entity","upgrade":false,"url":""},"reusedSocket":false,"sendDate":false,"shouldKeepAlive":false,"socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"strictContentLength":false,"timeoutCb":null,"upgradeOrConnect":false,"useChunkedEncodingByDefault":true,"writable":true},"response":{"config":{"adapter":["xhr","http","fetch"],"data":"{\"question\":\"this is the question\",\"llm\":\"myllm\",\"model\":\"llmmodel\",\"llm_key\":\"example_api_key\",\"temperature\":0.7,\"max_tokens\":512}","env":{"Blob":null},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"131","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"http://localhost:10002/api/ask","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"data":{"detail":[{"loc":["string",0],"msg":"this is the error message","type":"string"}]},"headers":{"connection":"close","content-length":"83","content-type":"application/json; charset=utf-8","date":"Tue, 08 Apr 2025 07:56:16 GMT","etag":"W/\"53-r1gE0xIC+8fgNRuH768xfjuFcI8\"","x-powered-by":"Express"},"request":{"_closed":false,"_contentLength":"131","_defaultKeepAlive":true,"_ended":true,"_events":{},"_eventsCount":7,"_hasBody":true,"_header":"POST /api/ask HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nContent-Type: application/json\r\nUser-Agent: axios/1.7.7\r\nContent-Length: 131\r\nAccept-Encoding: gzip, compress, deflate, br\r\nHost: localhost:10002\r\nConnection: close\r\n\r\n","_headerSent":true,"_keepAliveTimeout":0,"_last":true,"_redirectable":{"_currentRequest":"[Circular]","_currentUrl":"http://localhost:10002/api/ask","_ended":true,"_ending":true,"_events":{},"_eventsCount":3,"_options":{"agents":{},"beforeRedirects":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"131","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"hostname":"localhost","maxBodyLength":null,"maxRedirects":21,"method":"POST","nativeProtocols":{"http:":{"METHODS":["ACL","BIND","CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LINK","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCALENDAR","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REBIND","REPORT","SEARCH","SOURCE","SUBSCRIBE","TRACE","UNBIND","UNLINK","UNLOCK","UNSUBSCRIBE"],"STATUS_CODES":{"100":"Continue","101":"Switching Protocols","102":"Processing","103":"Early Hints","200":"OK","201":"Created","202":"Accepted","203":"Non-Authoritative Information","204":"No Content","205":"Reset Content","206":"Partial Content","207":"Multi-Status","208":"Already Reported","226":"IM Used","300":"Multiple Choices","301":"Moved Permanently","302":"Found","303":"See Other","304":"Not Modified","305":"Use Proxy","307":"Temporary Redirect","308":"Permanent Redirect","400":"Bad Request","401":"Unauthorized","402":"Payment Required","403":"Forbidden","404":"Not Found","405":"Method Not Allowed","406":"Not Acceptable","407":"Proxy Authentication Required","408":"Request Timeout","409":"Conflict","410":"Gone","411":"Length Required","412":"Precondition Failed","413":"Payload Too Large","414":"URI Too Long","415":"Unsupported Media Type","416":"Range Not Satisfiable","417":"Expectation Failed","418":"I'm a Teapot","421":"Misdirected Request","422":"Unprocessable Entity","423":"Locked","424":"Failed Dependency","425":"Too Early","426":"Upgrade Required","428":"Precondition Required","429":"Too Many Requests","431":"Request Header Fields Too Large","451":"Unavailable For Legal Reasons","500":"Internal Server Error","501":"Not Implemented","502":"Bad Gateway","503":"Service Unavailable","504":"Gateway Timeout","505":"HTTP Version Not Supported","506":"Variant Also Negotiates","507":"Insufficient Storage","508":"Loop Detected","509":"Bandwidth Limit Exceeded","510":"Not Extended","511":"Network Authentication Required"},"globalAgent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"maxHeaderSize":16384},"https:":{"globalAgent":{"_events":{},"_eventsCount":2,"_sessionCache":{"list":[],"map":{}},"defaultPort":443,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxCachedSessions":100,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"https:","requests":{},"scheduling":"lifo","sockets":{},"totalSocketCount":0}}},"path":"/api/ask","pathname":"/api/ask","port":"10002","protocol":"http:"},"_redirectCount":0,"_redirects":[],"_requestBodyBuffers":[],"_requestBodyLength":131,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":true,"defaultEncoding":"utf8","destroyed":false,"emitClose":true,"ended":false,"ending":false,"errorEmitted":false,"errored":null,"finalCalled":false,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":0,"prefinished":false,"sync":true,"writecb":null,"writelen":0,"writing":false}},"_removedConnection":false,"_removedContLen":false,"_removedTE":false,"_trailer":"","aborted":false,"agent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"chunkedEncoding":false,"destroyed":false,"finished":true,"host":"localhost","maxHeadersCount":null,"maxRequestsOnConnectionReached":false,"method":"POST","outputData":[],"outputSize":0,"parser":null,"path":"/api/ask","protocol":"http:","res":{"_consuming":false,"_dumped":false,"_events":{"end":[null,null]},"_eventsCount":4,"_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":true,"closed":true,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":true,"emitClose":true,"emittedReadable":false,"encoding":null,"endEmitted":true,"ended":true,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":false,"objectMode":false,"pipes":[],"readableListening":false,"reading":false,"readingMore":true,"resumeScheduled":false,"sync":true},"aborted":false,"client":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"complete":true,"httpVersion":"1.1","httpVersionMajor":1,"httpVersionMinor":1,"method":null,"rawHeaders":["X-Powered-By","Express","Content-Type","application/json; charset=utf-8","Content-Length","83","ETag","W/\"53-r1gE0xIC+8fgNRuH768xfjuFcI8\"","Date","Tue, 08 Apr 2025 07:56:16 GMT","Connection","close"],"rawTrailers":[],"redirects":[],"req":"[Circular]","responseUrl":"http://localhost:10002/api/ask","socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"statusCode":422,"statusMessage":"Unprocessable Entity","upgrade":false,"url":""},"reusedSocket":false,"sendDate":false,"shouldKeepAlive":false,"socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"strictContentLength":false,"timeoutCb":null,"upgradeOrConnect":false,"useChunkedEncodingByDefault":true,"writable":true},"status":422,"statusText":"Unprocessable Entity"},"stack":"AxiosError: Request failed with status code 422\n at settle (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/axios/dist/node/axios.cjs:2019:12)\n at IncomingMessage.handleStreamEnd (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/axios/dist/node/axios.cjs:3135:11)\n at IncomingMessage.emit (node:events:525:35)\n at endReadableNT (node:internal/streams/readable:1358:12)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)\n at Axios.request (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/axios/dist/node/axios.cjs:4287:41)\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)","status":422}
11129
+ info: Starting tilebot server...
11130
+ info: (Tilebot) Starting Tilebot..
11131
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11132
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11133
+ info: (Tilebot) Log: false
11134
+ info: (Tilebot) MAX_STEPS: 1000
11135
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11136
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11137
+ info: (Tilebot) Using static bots
11138
+ info: (Tilebot) Connecting Redis...
11139
+ info: (Tilebot) Redis connected
11140
+ info: (Tilebot) Tilebot started
11141
+ info: Tilebot route successfully started.
11142
+ info: Tilebot connector listening on port 10001
11143
+ error: (DirAskGPT) Error: gptkey is mandatory
11144
+ error: Axios error response data: {"error":"no knowledge base settings found"}
11145
+ error: DirAskGPT Get kb settings error {"error":"no knowledge base settings found"}
11146
+ error: (DirAskGPT) Error: gptkey is mandatory
11147
+ error: (DirAskGPT) Error: question attribute is mandatory. Executing condition false...
11148
+ error: (DirAskGPT) Error: kbid attribute is mandatory. Executing condition false...
11149
+ info: Starting tilebot server...
11150
+ info: (Tilebot) Starting Tilebot..
11151
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11152
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11153
+ info: (Tilebot) Log: false
11154
+ info: (Tilebot) MAX_STEPS: 1000
11155
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11156
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11157
+ info: (Tilebot) Using static bots
11158
+ info: (Tilebot) Connecting Redis...
11159
+ info: (Tilebot) Redis connected
11160
+ info: (Tilebot) Tilebot started
11161
+ info: Tilebot route successfully started.
11162
+ info: Tilebot connector listening on port 10001
11163
+ error: Axios error response data: {"error":{"answer":"No answer","chat_history_dict":{},"citations":null,"content_chunks":null,"error_message":"IndexError('list index out of range')","id":null,"ids":null,"namespace":"66ec24a028a0c600130baa6a","prompt_token_size":0,"source":null,"sources":null,"success":false},"statusText":"Bad Request","success":false}
11164
+ error: DirAskGPTV2 error:
11165
+ info: DirAskGPTV2 Error: gptkey is mandatory
11166
+ error: Axios error response data: {"error":"no knowledge base settings found"}
11167
+ error: DirAskGPTV2 Get kb settings error {"error":"no knowledge base settings found"}
11168
+ info: DirAskGPTV2 Error: gptkey is mandatory
11169
+ error: DirAskGPTV2 Error: question attribute is mandatory. Executing condition false...
11170
+ info: Starting tilebot server...
11171
+ info: (Tilebot) Starting Tilebot..
11172
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11173
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11174
+ info: (Tilebot) Log: false
11175
+ info: (Tilebot) MAX_STEPS: 1000
11176
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11177
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11178
+ info: (Tilebot) Using static bots
11179
+ info: (Tilebot) Connecting Redis...
11180
+ info: (Tilebot) Redis connected
11181
+ info: (Tilebot) Tilebot started
11182
+ info: Tilebot route successfully started.
11183
+ info: Tilebot connector listening on port
11184
+ info: Starting tilebot server...
11185
+ info: (Tilebot) Starting Tilebot..
11186
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11187
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11188
+ info: (Tilebot) Log: false
11189
+ info: (Tilebot) MAX_STEPS: 1000
11190
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11191
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11192
+ info: (Tilebot) Using static bots
11193
+ info: (Tilebot) Connecting Redis...
11194
+ info: (Tilebot) Redis connected
11195
+ info: (Tilebot) Tilebot started
11196
+ info: Tilebot route successfully started.
11197
+ info: Tilebot connector listening on port
11198
+ info: Wait a little (~1s)...
11199
+ info: Starting tilebot server...
11200
+ info: (Tilebot) Starting Tilebot..
11201
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11202
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11203
+ info: (Tilebot) Log: false
11204
+ info: (Tilebot) MAX_STEPS: 1000
11205
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11206
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11207
+ info: (Tilebot) Using static bots
11208
+ info: (Tilebot) Connecting Redis...
11209
+ info: (Tilebot) Redis connected
11210
+ info: (Tilebot) Tilebot started
11211
+ info: Tilebot route successfully started.
11212
+ info: Tilebot connector listening on port
11213
+ error: (TiledeskExpression) evaluateJavascriptExpression error: jsondata2 is not defined - while evaluating the following expression: '
11214
+ console.log('a var...chatbot_name!', context.attributes.chatbot_name);
11215
+ context.setAttribute('myvar', '1');
11216
+ context.deleteAttribute('chatbot_name');
11217
+ context.deleteAttribute('conversation_id');
11218
+ context.attributes.jsondata2.c = 7;
11219
+ context.setAttribute('jsondata2', jsondata2);
11220
+ console.log("all vars:", context.allVars());
11221
+ '
11222
+ info: Starting tilebot server...
11223
+ info: (Tilebot) Starting Tilebot..
11224
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11225
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11226
+ info: (Tilebot) Log: false
11227
+ info: (Tilebot) MAX_STEPS: 1000
11228
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11229
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11230
+ info: (Tilebot) Using static bots
11231
+ info: (Tilebot) Connecting Redis...
11232
+ info: (Tilebot) Redis connected
11233
+ info: (Tilebot) Tilebot started
11234
+ info: Tilebot route successfully started.
11235
+ info: Tilebot connector listening on port
11236
+ info: Starting tilebot server...
11237
+ info: (Tilebot) Starting Tilebot..
11238
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11239
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11240
+ info: (Tilebot) Log: false
11241
+ info: (Tilebot) MAX_STEPS: 1000
11242
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11243
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11244
+ info: (Tilebot) Using static bots
11245
+ info: (Tilebot) Connecting Redis...
11246
+ info: (Tilebot) Redis connected
11247
+ info: (Tilebot) Tilebot started
11248
+ info: Tilebot route successfully started.
11249
+ info: Tilebot connector listening on port
11250
+ info: Starting tilebot server...
11251
+ info: (Tilebot) Starting Tilebot..
11252
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11253
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11254
+ info: (Tilebot) Log: false
11255
+ info: (Tilebot) MAX_STEPS: 1000
11256
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11257
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11258
+ info: (Tilebot) Using static bots
11259
+ info: (Tilebot) Connecting Redis...
11260
+ info: (Tilebot) Redis connected
11261
+ info: (Tilebot) Tilebot started
11262
+ info: Tilebot route successfully started.
11263
+ info: Tilebot connector listening on port
11264
+ error: Axios error response data: {"error":"Required parameters botid not found. Value is 'null' or 'undefined'","success":false}
11265
+ error: Axios error response data: {"error":"Required parameters botid not found. Value is 'null' or 'undefined'","success":false}
11266
+ info: Starting tilebot server...
11267
+ info: (Tilebot) Starting Tilebot..
11268
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11269
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11270
+ info: (Tilebot) Log: false
11271
+ info: (Tilebot) MAX_STEPS: 1000
11272
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11273
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11274
+ info: (Tilebot) Using static bots
11275
+ info: (Tilebot) Connecting Redis...
11276
+ info: (Tilebot) Redis connected
11277
+ info: (Tilebot) Tilebot started
11278
+ info: Tilebot route successfully started.
11279
+ info: Tilebot connector listening on port
11280
+ error: (TiledeskChatbot) An error occurred during exact match: Cannot read properties of undefined (reading '/start') {"stack":"TypeError: Cannot read properties of undefined (reading '/start')\n at MockBotsDataSource.getByExactMatch (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/engine/mock/MockBotsDataSource.js:40:71)\n at /Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/engine/TiledeskChatbot.js:184:42\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)"}
11281
+ error: (TiledeskChatbot) An error occurred on IntentsFinder.decode() (/model/parse error):this.intentsFinder.decode is not a function
11282
+ info: Starting tilebot server...
11283
+ info: (Tilebot) Starting Tilebot..
11284
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11285
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11286
+ info: (Tilebot) Log: false
11287
+ info: (Tilebot) MAX_STEPS: 1000
11288
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11289
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11290
+ info: (Tilebot) Using static bots
11291
+ info: (Tilebot) Connecting Redis...
11292
+ info: (Tilebot) Redis connected
11293
+ info: (Tilebot) Tilebot started
11294
+ info: Tilebot route successfully started.
11295
+ info: Tilebot connector listening on port 10001
11296
+ info: Starting tilebot server...
11297
+ info: (Tilebot) Starting Tilebot..
11298
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11299
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11300
+ info: (Tilebot) Log: false
11301
+ info: (Tilebot) MAX_STEPS: 1000
11302
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11303
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11304
+ info: (Tilebot) Using static bots
11305
+ info: (Tilebot) Connecting Redis...
11306
+ info: (Tilebot) Redis connected
11307
+ info: (Tilebot) Tilebot started
11308
+ info: Tilebot route successfully started.
11309
+ info: Tilebot connector listening on port 10001
11310
+ error: Axios error response data: {"error":{"code":null,"message":"you must provide a model parameter","param":null,"type":"invalid_request_error"}}
11311
+ error: (DirGptTask) gptkey is mandatory
11312
+ error: Axios error response data: Communication interrupted
11313
+ error: Axios error response data: <!DOCTYPE html>
11314
+ <html lang="en">
11315
+ <head>
11316
+ <meta charset="utf-8">
11317
+ <title>Error</title>
11318
+ </head>
11319
+ <body>
11320
+ <pre>Cannot GET /projectID/kbsettings</pre>
11321
+ </body>
11322
+ </html>
11323
+
11324
+ error: (DirGptTask) Get KnowledgeBase err:
11325
+ error: (DirGptTask) gptkey is mandatory
11326
+ info: Starting tilebot server...
11327
+ info: (Tilebot) Starting Tilebot..
11328
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11329
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11330
+ info: (Tilebot) Log: false
11331
+ info: (Tilebot) MAX_STEPS: 1000
11332
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11333
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11334
+ info: (Tilebot) Using static bots
11335
+ info: (Tilebot) Connecting Redis...
11336
+ info: (Tilebot) Redis connected
11337
+ info: (Tilebot) Tilebot started
11338
+ info: Tilebot route successfully started.
11339
+ info: Tilebot connector listening on port 10001
11340
+ error: (DirHubspot) err response: Contact already exists. Existing ID: 801 {"category":"CONFLICT","correlationId":"f426b0c0-1063-4aac-9859-f40108dcb09b","status":"error"}
11341
+ error: (DirHubspot) err response: Authentication credentials not found. This API supports OAuth 2.0 authentication and you can find more details at https://developers.hubspot.com/docs/methods/auth/oauth-overview {"category":"INVALID_AUTHENTICATION","correlationId":"53dab600-5de9-4aa3-b631-b0f11f43e062","status":"error"}
11342
+ error: (DirHubspot) err response: Property values were not valid: [{"isValid":false,"message":"Email address dsfsafas@ is invalid","error":"INVALID_EMAIL","name":"email"}] {"category":"VALIDATION_ERROR","correlationId":"e3d7ddf8-5d21-4059-86d0-35ae9093755c","status":"error"}
11343
+ info: Starting tilebot server...
11344
+ info: (Tilebot) Starting Tilebot..
11345
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11346
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11347
+ info: (Tilebot) Log: false
11348
+ info: (Tilebot) MAX_STEPS: 1000
11349
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11350
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11351
+ info: (Tilebot) Using static bots
11352
+ info: (Tilebot) Connecting Redis...
11353
+ info: (Tilebot) Redis connected
11354
+ info: (Tilebot) Tilebot started
11355
+ info: Tilebot route successfully started.
11356
+ info: Tilebot connector listening on port 10001
11357
+ info: Starting tilebot server...
11358
+ info: (Tilebot) Starting Tilebot..
11359
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11360
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11361
+ info: (Tilebot) Log: false
11362
+ info: (Tilebot) MAX_STEPS: 1000
11363
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11364
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11365
+ info: (Tilebot) Using static bots
11366
+ info: (Tilebot) Connecting Redis...
11367
+ info: (Tilebot) Redis connected
11368
+ info: (Tilebot) Tilebot started
11369
+ info: Tilebot route successfully started.
11370
+ info: Tilebot connector listening on port 10001
11371
+ info: Starting tilebot server...
11372
+ info: (Tilebot) Starting Tilebot..
11373
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11374
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11375
+ info: (Tilebot) Log: false
11376
+ info: (Tilebot) MAX_STEPS: 1000
11377
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11378
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11379
+ info: (Tilebot) Using static bots
11380
+ info: (Tilebot) Connecting Redis...
11381
+ info: (Tilebot) Redis connected
11382
+ info: (Tilebot) Tilebot started
11383
+ info: Tilebot route successfully started.
11384
+ info: Tilebot connector listening on port 10001
11385
+ error: (DirMake) Error: webhook_url is undefined or null or empty string:
11386
+ info: Starting tilebot server...
11387
+ info: (Tilebot) Starting Tilebot..
11388
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11389
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11390
+ info: (Tilebot) Log: false
11391
+ info: (Tilebot) MAX_STEPS: 1000
11392
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11393
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11394
+ info: (Tilebot) Using static bots
11395
+ info: (Tilebot) Connecting Redis...
11396
+ info: (Tilebot) Redis connected
11397
+ info: (Tilebot) Tilebot started
11398
+ info: Tilebot route successfully started.
11399
+ info: Tilebot connector listening on port 10001
11400
+ info: Starting tilebot server...
11401
+ info: (Tilebot) Starting Tilebot..
11402
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11403
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11404
+ info: (Tilebot) Log: false
11405
+ info: (Tilebot) MAX_STEPS: 1000
11406
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11407
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11408
+ info: (Tilebot) Using static bots
11409
+ info: (Tilebot) Connecting Redis...
11410
+ info: (Tilebot) Redis connected
11411
+ info: (Tilebot) Tilebot started
11412
+ info: Tilebot route successfully started.
11413
+ info: Tilebot connector listening on port 10001
11414
+ info: Starting tilebot server...
11415
+ info: (Tilebot) Starting Tilebot..
11416
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11417
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11418
+ info: (Tilebot) Log: false
11419
+ info: (Tilebot) MAX_STEPS: 1000
11420
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11421
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11422
+ info: (Tilebot) Using static bots
11423
+ info: (Tilebot) Connecting Redis...
11424
+ info: (Tilebot) Redis connected
11425
+ info: (Tilebot) Tilebot started
11426
+ info: Tilebot route successfully started.
11427
+ info: Tilebot connector listening on port 10001
11428
+ info: Starting tilebot server...
11429
+ info: (Tilebot) Starting Tilebot..
11430
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11431
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11432
+ info: (Tilebot) Log: false
11433
+ info: (Tilebot) MAX_STEPS: 1000
11434
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11435
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11436
+ info: (Tilebot) Using static bots
11437
+ info: (Tilebot) Connecting Redis...
11438
+ info: (Tilebot) Redis connected
11439
+ info: (Tilebot) Tilebot started
11440
+ info: Tilebot route successfully started.
11441
+ info: Tilebot connector listening on port 10001
11442
+ info: Starting tilebot server...
11443
+ info: (Tilebot) Starting Tilebot..
11444
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11445
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11446
+ info: (Tilebot) Log: false
11447
+ info: (Tilebot) MAX_STEPS: 1000
11448
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11449
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11450
+ info: (Tilebot) Using static bots
11451
+ info: (Tilebot) Connecting Redis...
11452
+ info: (Tilebot) Redis connected
11453
+ info: (Tilebot) Tilebot started
11454
+ info: Tilebot route successfully started.
11455
+ info: Tilebot connector listening on port 10001
11456
+ error: Axios error response data:
11457
+ error: Axios error response data:
11458
+ error: Axios error response: {"config":{"adapter":["xhr","http","fetch"],"env":{"Blob":null},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Authorization":"JWT XXX","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"maxBodyLength":-1,"maxContentLength":-1,"method":"get","timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"http://localhost:10002/projectID/integration/name/qapla","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"data":"","headers":{"connection":"close","content-length":"0","date":"Tue, 08 Apr 2025 07:56:18 GMT","x-powered-by":"Express"},"request":{"_closed":false,"_contentLength":0,"_defaultKeepAlive":true,"_ended":true,"_events":{},"_eventsCount":7,"_hasBody":true,"_header":"GET /projectID/integration/name/qapla HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nContent-Type: application/json\r\nAuthorization: JWT XXX\r\nUser-Agent: axios/1.7.7\r\nAccept-Encoding: gzip, compress, deflate, br\r\nHost: localhost:10002\r\nConnection: close\r\n\r\n","_headerSent":true,"_keepAliveTimeout":0,"_last":true,"_redirectable":{"_currentRequest":"[Circular]","_currentUrl":"http://localhost:10002/projectID/integration/name/qapla","_ended":true,"_ending":true,"_events":{},"_eventsCount":3,"_options":{"agents":{},"beforeRedirects":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Authorization":"JWT XXX","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"hostname":"localhost","maxBodyLength":null,"maxRedirects":21,"method":"GET","nativeProtocols":{"http:":{"METHODS":["ACL","BIND","CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LINK","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCALENDAR","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REBIND","REPORT","SEARCH","SOURCE","SUBSCRIBE","TRACE","UNBIND","UNLINK","UNLOCK","UNSUBSCRIBE"],"STATUS_CODES":{"100":"Continue","101":"Switching Protocols","102":"Processing","103":"Early Hints","200":"OK","201":"Created","202":"Accepted","203":"Non-Authoritative Information","204":"No Content","205":"Reset Content","206":"Partial Content","207":"Multi-Status","208":"Already Reported","226":"IM Used","300":"Multiple Choices","301":"Moved Permanently","302":"Found","303":"See Other","304":"Not Modified","305":"Use Proxy","307":"Temporary Redirect","308":"Permanent Redirect","400":"Bad Request","401":"Unauthorized","402":"Payment Required","403":"Forbidden","404":"Not Found","405":"Method Not Allowed","406":"Not Acceptable","407":"Proxy Authentication Required","408":"Request Timeout","409":"Conflict","410":"Gone","411":"Length Required","412":"Precondition Failed","413":"Payload Too Large","414":"URI Too Long","415":"Unsupported Media Type","416":"Range Not Satisfiable","417":"Expectation Failed","418":"I'm a Teapot","421":"Misdirected Request","422":"Unprocessable Entity","423":"Locked","424":"Failed Dependency","425":"Too Early","426":"Upgrade Required","428":"Precondition Required","429":"Too Many Requests","431":"Request Header Fields Too Large","451":"Unavailable For Legal Reasons","500":"Internal Server Error","501":"Not Implemented","502":"Bad Gateway","503":"Service Unavailable","504":"Gateway Timeout","505":"HTTP Version Not Supported","506":"Variant Also Negotiates","507":"Insufficient Storage","508":"Loop Detected","509":"Bandwidth Limit Exceeded","510":"Not Extended","511":"Network Authentication Required"},"globalAgent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"maxHeaderSize":16384},"https:":{"globalAgent":{"_events":{},"_eventsCount":2,"_sessionCache":{"list":[],"map":{}},"defaultPort":443,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxCachedSessions":100,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"https:","requests":{},"scheduling":"lifo","sockets":{},"totalSocketCount":0}}},"path":"/projectID/integration/name/qapla","pathname":"/projectID/integration/name/qapla","port":"10002","protocol":"http:"},"_redirectCount":0,"_redirects":[],"_requestBodyBuffers":[],"_requestBodyLength":0,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":true,"defaultEncoding":"utf8","destroyed":false,"emitClose":true,"ended":false,"ending":false,"errorEmitted":false,"errored":null,"finalCalled":false,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":0,"prefinished":false,"sync":true,"writecb":null,"writelen":0,"writing":false}},"_removedConnection":false,"_removedContLen":false,"_removedTE":false,"_trailer":"","aborted":false,"agent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"chunkedEncoding":false,"destroyed":false,"finished":true,"host":"localhost","maxHeadersCount":null,"maxRequestsOnConnectionReached":false,"method":"GET","outputData":[],"outputSize":0,"parser":null,"path":"/projectID/integration/name/qapla","protocol":"http:","res":{"_consuming":false,"_dumped":false,"_events":{"end":[null,null]},"_eventsCount":4,"_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":true,"closed":true,"constructed":true,"dataEmitted":false,"decoder":null,"defaultEncoding":"utf8","destroyed":true,"emitClose":true,"emittedReadable":false,"encoding":null,"endEmitted":true,"ended":true,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":false,"objectMode":false,"pipes":[],"readableListening":false,"reading":false,"readingMore":true,"resumeScheduled":false,"sync":true},"aborted":false,"client":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"complete":true,"httpVersion":"1.1","httpVersionMajor":1,"httpVersionMinor":1,"method":null,"rawHeaders":["X-Powered-By","Express","Date","Tue, 08 Apr 2025 07:56:18 GMT","Connection","close","Content-Length","0"],"rawTrailers":[],"redirects":[],"req":"[Circular]","responseUrl":"http://localhost:10002/projectID/integration/name/qapla","socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"statusCode":404,"statusMessage":"Not Found","upgrade":false,"url":""},"reusedSocket":false,"sendDate":false,"shouldKeepAlive":false,"socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"strictContentLength":false,"timeoutCb":null,"upgradeOrConnect":false,"useChunkedEncodingByDefault":false,"writable":true},"status":404,"statusText":"Not Found"}
11459
+ info: (Tilebot) Starting Tilebot..
11460
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11461
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11462
+ info: (Tilebot) Log: false
11463
+ info: (Tilebot) MAX_STEPS: 1000
11464
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11465
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11466
+ info: (Tilebot) Using static bots
11467
+ info: (Tilebot) Connecting Redis...
11468
+ info: (Tilebot) Redis connected
11469
+ info: (Tilebot) Tilebot started
11470
+ info: Starting tilebot server...
11471
+ info: (Tilebot) Starting Tilebot..
11472
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11473
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11474
+ info: (Tilebot) Log: false
11475
+ info: (Tilebot) MAX_STEPS: 1000
11476
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11477
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11478
+ info: (Tilebot) Using static bots
11479
+ info: (Tilebot) Connecting Redis...
11480
+ info: (Tilebot) Redis connected
11481
+ info: (Tilebot) Tilebot started
11482
+ info: Tilebot route successfully started.
11483
+ info: Tilebot connector listening on port 10001
11484
+ info: Starting tilebot server...
11485
+ info: (Tilebot) Starting Tilebot..
11486
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11487
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11488
+ info: (Tilebot) Log: false
11489
+ info: (Tilebot) MAX_STEPS: 1000
11490
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11491
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11492
+ info: (Tilebot) Using static bots
11493
+ info: (Tilebot) Connecting Redis...
11494
+ info: (Tilebot) Redis connected
11495
+ info: (Tilebot) Tilebot started
11496
+ info: Tilebot route successfully started.
11497
+ info: Tilebot connector listening on port 10001
11498
+ info: Starting tilebot server...
11499
+ info: (Tilebot) Starting Tilebot..
11500
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11501
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11502
+ info: (Tilebot) Log: false
11503
+ info: (Tilebot) MAX_STEPS: 1000
11504
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11505
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11506
+ info: (Tilebot) Using static bots
11507
+ info: (Tilebot) Connecting Redis...
11508
+ info: (Tilebot) Redis connected
11509
+ info: (Tilebot) Tilebot started
11510
+ info: Tilebot route successfully started.
11511
+ info: Tilebot connector listening on port 10001
11512
+ info: Wait a little (~2s)...
11513
+ info: Wait a little (~3s)...
11514
+ info: Starting tilebot server...
11515
+ info: (Tilebot) Starting Tilebot..
11516
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11517
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11518
+ info: (Tilebot) Log: false
11519
+ info: (Tilebot) MAX_STEPS: 1000
11520
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11521
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11522
+ info: (Tilebot) Using static bots
11523
+ info: (Tilebot) Connecting Redis...
11524
+ info: (Tilebot) Redis connected
11525
+ info: (Tilebot) Tilebot started
11526
+ info: Tilebot route successfully started.
11527
+ info: Tilebot connector listening on port 10001
11528
+ info: Starting tilebot server...
11529
+ info: (Tilebot) Starting Tilebot..
11530
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11531
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10002/modules/tilebot
11532
+ info: (Tilebot) Log: false
11533
+ info: (Tilebot) MAX_STEPS: 1000
11534
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11535
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11536
+ info: (Tilebot) Using static bots
11537
+ info: (Tilebot) Connecting Redis...
11538
+ info: (Tilebot) Redis connected
11539
+ info: (Tilebot) Tilebot started
11540
+ info: Tilebot route successfully started.
11541
+ info: Tilebot connector listening on port 10001
11542
+ info: Starting tilebot server...
11543
+ info: (Tilebot) Starting Tilebot..
11544
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11545
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11546
+ info: (Tilebot) Log: false
11547
+ info: (Tilebot) MAX_STEPS: 1000
11548
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11549
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11550
+ info: (Tilebot) Using static bots
11551
+ info: (Tilebot) Connecting Redis...
11552
+ info: (Tilebot) Redis connected
11553
+ info: (Tilebot) Tilebot started
11554
+ info: Tilebot route successfully started.
11555
+ info: Tilebot connector listening on port 10001
11556
+ info: Starting tilebot server...
11557
+ info: (Tilebot) Starting Tilebot..
11558
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11559
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11560
+ info: (Tilebot) Log: false
11561
+ info: (Tilebot) MAX_STEPS: 1000
11562
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11563
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11564
+ info: (Tilebot) Using static bots
11565
+ info: (Tilebot) Connecting Redis...
11566
+ info: (Tilebot) Redis connected
11567
+ info: (Tilebot) Tilebot started
11568
+ info: Tilebot route successfully started.
11569
+ info: Tilebot connector listening on port 10001
11570
+ error: DirWebRequestV2 Error parsing webRequest jsonBody: "{\"name\":myname,\"email\":\"myemail\"}"
11571
+ Error: {}
11572
+ info: Starting tilebot server...
11573
+ info: (Tilebot) Starting Tilebot..
11574
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11575
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11576
+ info: (Tilebot) Log: false
11577
+ info: (Tilebot) MAX_STEPS: 1000
11578
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11579
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11580
+ info: (Tilebot) Using static bots
11581
+ info: (Tilebot) Connecting Redis...
11582
+ info: (Tilebot) Redis connected
11583
+ info: (Tilebot) Tilebot started
11584
+ info: Tilebot route successfully started.
11585
+ info: Tilebot connector listening on port 10001
11586
+ info: Redis: value; value: 1
11587
+ info: Redis: value; value: Andrea
11588
+ info: Redis: value; value: Luis
11589
+ info: Redis: value; value: [object Object]
11590
+ info: Redis: value; value: [object Object]
11591
+ info: Redis: total; value: 4
11592
+ info: Redis: total; value: 4
11593
+ info: Redis: total; value: Francesco Latino Tiledesk
11594
+ info: Redis: summary; value: andrea sponziello tiledesk
11595
+ error: (DirSetAttribute) Invalid action: {"0":{"argument":"operands","instance":{"operators":["addAsNumber","subtractAsNumber","divideAsNumber","multiplyAsNumber"]},"message":"requires property \"operands\"","name":"required","path":["operation"],"property":"instance.operation","schema":{"additionalProperties":false,"properties":{"operands":{"items":{"additionalProperties":false,"if":{"properties":{"isVariable":{"const":true}}},"properties":{"function":{"enum":["capitalizeAsString","upperCaseAsString","lowerCaseAsString","absAsNumber","ceilAsNumber","floorAsNumber","roundAsNumber"],"type":"string"},"isVariable":{"type":"boolean"},"value":{"type":"string"}},"required":["value","isVariable"],"then":{"properties":{"value":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"}}},"type":"object"},"minItems":1,"type":"array"},"operators":{"items":{"enum":["addAsNumber","addAsString","subtractAsNumber","multiplyAsNumber","divideAsNumber"],"type":"string"},"type":"array"}},"required":["operands"],"type":"object"},"stack":"instance.operation requires property \"operands\""}}
11596
+ error: (DirSetAttribute) Invalid action: {"0":{"argument":"_tdActionType","instance":{},"message":"requires property \"_tdActionType\"","name":"required","path":[],"property":"instance","schema":{"additionalProperties":false,"properties":{"_tdActionId":{"type":["string","null"]},"_tdActionTitle":{"type":["string","null"]},"_tdActionType":{"enum":["setattribute"],"type":"string"},"destination":{"type":"string"},"operation":{"additionalProperties":false,"properties":{"operands":{"items":{"additionalProperties":false,"if":{"properties":{"isVariable":{"const":true}}},"properties":{"function":{"enum":["capitalizeAsString","upperCaseAsString","lowerCaseAsString","absAsNumber","ceilAsNumber","floorAsNumber","roundAsNumber"],"type":"string"},"isVariable":{"type":"boolean"},"value":{"type":"string"}},"required":["value","isVariable"],"then":{"properties":{"value":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"}}},"type":"object"},"minItems":1,"type":"array"},"operators":{"items":{"enum":["addAsNumber","addAsString","subtractAsNumber","multiplyAsNumber","divideAsNumber"],"type":"string"},"type":"array"}},"required":["operands"],"type":"object"}},"required":["_tdActionType","destination","operation"],"type":"object"},"stack":"instance requires property \"_tdActionType\""},"1":{"argument":"destination","instance":{},"message":"requires property \"destination\"","name":"required","path":[],"property":"instance","schema":{"additionalProperties":false,"properties":{"_tdActionId":{"type":["string","null"]},"_tdActionTitle":{"type":["string","null"]},"_tdActionType":{"enum":["setattribute"],"type":"string"},"destination":{"type":"string"},"operation":{"additionalProperties":false,"properties":{"operands":{"items":{"additionalProperties":false,"if":{"properties":{"isVariable":{"const":true}}},"properties":{"function":{"enum":["capitalizeAsString","upperCaseAsString","lowerCaseAsString","absAsNumber","ceilAsNumber","floorAsNumber","roundAsNumber"],"type":"string"},"isVariable":{"type":"boolean"},"value":{"type":"string"}},"required":["value","isVariable"],"then":{"properties":{"value":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"}}},"type":"object"},"minItems":1,"type":"array"},"operators":{"items":{"enum":["addAsNumber","addAsString","subtractAsNumber","multiplyAsNumber","divideAsNumber"],"type":"string"},"type":"array"}},"required":["operands"],"type":"object"}},"required":["_tdActionType","destination","operation"],"type":"object"},"stack":"instance requires property \"destination\""},"2":{"argument":"operation","instance":{},"message":"requires property \"operation\"","name":"required","path":[],"property":"instance","schema":{"additionalProperties":false,"properties":{"_tdActionId":{"type":["string","null"]},"_tdActionTitle":{"type":["string","null"]},"_tdActionType":{"enum":["setattribute"],"type":"string"},"destination":{"type":"string"},"operation":{"additionalProperties":false,"properties":{"operands":{"items":{"additionalProperties":false,"if":{"properties":{"isVariable":{"const":true}}},"properties":{"function":{"enum":["capitalizeAsString","upperCaseAsString","lowerCaseAsString","absAsNumber","ceilAsNumber","floorAsNumber","roundAsNumber"],"type":"string"},"isVariable":{"type":"boolean"},"value":{"type":"string"}},"required":["value","isVariable"],"then":{"properties":{"value":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"}}},"type":"object"},"minItems":1,"type":"array"},"operators":{"items":{"enum":["addAsNumber","addAsString","subtractAsNumber","multiplyAsNumber","divideAsNumber"],"type":"string"},"type":"array"}},"required":["operands"],"type":"object"}},"required":["_tdActionType","destination","operation"],"type":"object"},"stack":"instance requires property \"operation\""}}
11597
+ error: (DirSetAttribute) Invalid action: operators === undefined && operands.length !== 1
11598
+ error: (DirSetAttribute) Invalid action: operators.length !== operands.length - 1
11599
+ error: (DirSetAttribute) Invalid action: {"0":{"argument":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$","instance":"inject(here);","message":"does not match pattern \"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$\"","name":"pattern","path":["operation","operands",0,"value"],"property":"instance.operation.operands[0].value","schema":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"},"stack":"instance.operation.operands[0].value does not match pattern \"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$\""}}
11600
+ error: (DirSetAttribute) Invalid action: {"0":{"argument":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$","instance":"inject(here);","message":"does not match pattern \"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$\"","name":"pattern","path":["operation","operands",1,"value"],"property":"instance.operation.operands[1].value","schema":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"},"stack":"instance.operation.operands[1].value does not match pattern \"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$\""}}
11601
+ warn: DirIfOnlineAgents Incorrect directive:
11602
+ warn: DirIfOnlineAgents Incorrect directive:
11603
+ info: Starting tilebot server...
11604
+ info: (Tilebot) Starting Tilebot..
11605
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11606
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11607
+ info: (Tilebot) Log: false
11608
+ info: (Tilebot) MAX_STEPS: 1000
11609
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11610
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11611
+ info: (Tilebot) Using static bots
11612
+ info: (Tilebot) Connecting Redis...
11613
+ info: (Tilebot) Redis connected
11614
+ info: (Tilebot) Tilebot started
11615
+ info: Tilebot route successfully started.
11616
+ info: Tilebot connector listening on port 10001
11617
+ info: Starting tilebot server...
11618
+ info: (Tilebot) Starting Tilebot..
11619
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11620
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11621
+ info: (Tilebot) Log: false
11622
+ info: (Tilebot) MAX_STEPS: 1000
11623
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11624
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
11625
+ info: (Tilebot) Using static bots
11626
+ info: (Tilebot) Connecting Redis...
11627
+ info: (Tilebot) Redis connected
11628
+ info: (Tilebot) Tilebot started
11629
+ info: Tilebot route successfully started.
11630
+ info: Tilebot connector listening on port 10001
11631
+ error: (TiledeskExpression) evaluateJavascriptExpression error: Unexpected token ']' - while evaluating the following expression: '$data.andrea[].{ === undefined'
11632
+ error: (TiledeskExpression) evaluateJavascriptExpression error: Unexpected token ']' - while evaluating the following expression: 'Number($data.varName) === Number($data.var[].{)'
11633
+ error: (TiledeskExpression) evaluateJavascriptExpression error: missing ) after argument list - while evaluating the following expression: 'Number($data.age()...[) < Number("10")'
11634
+ error: (TiledeskExpression)Condition evaluation stopped because of invalid operand2 [object Object]
11635
+ error: (TiledeskExpression) Condition evaluation stopped because of invalid operand1 11height
11636
+ error: (TiledeskExpression) Invalid JSON Group expression {"conditions":[{"operand1":"11height","operand2":{"type":"const","value":"1"},"operator":"greaterThan","type":"condition"},{"operator":"AND","type":"operator"},{"operand1":"name","operand2":{"type":"const","value":"And"},"operator":"startsWith","type":"condition"}],"type":"expression"}
11637
+ info: Starting tilebot server...
11638
+ info: (Tilebot) Starting Tilebot..
11639
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11640
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11641
+ info: (Tilebot) Log Level: info
11642
+ info: (Tilebot) MAX_STEPS: 1000
11643
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11644
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11645
+ info: (Tilebot) Using static bots
11646
+ info: (Tilebot) Connecting Redis...
11647
+ error: (Tilebot) Redis connection error: connect ECONNREFUSED 127.0.0.1:6379 {"address":"127.0.0.1","code":"ECONNREFUSED","errno":-61,"port":6379,"stack":"Error: connect ECONNREFUSED 127.0.0.1:6379\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16)","syscall":"connect"}
11648
+ info: Starting tilebot server...
11649
+ info: (Tilebot) Starting Tilebot..
11650
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11651
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11652
+ info: (Tilebot) Log Level: info
11653
+ info: (Tilebot) MAX_STEPS: 1000
11654
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11655
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11656
+ info: (Tilebot) Using static bots
11657
+ info: (Tilebot) Connecting Redis...
11658
+ info: (Tilebot) Redis connected
11659
+ info: (Tilebot) Tilebot started
11660
+ info: Tilebot route successfully started.
11661
+ info: Tilebot connector listening on port...
11662
+ info: Starting tilebot server...
11663
+ info: (Tilebot) Starting Tilebot..
11664
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11665
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11666
+ info: (Tilebot) Log Level: info
11667
+ info: (Tilebot) MAX_STEPS: 1000
11668
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11669
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11670
+ info: (Tilebot) Using static bots
11671
+ info: (Tilebot) Connecting Redis...
11672
+ info: (Tilebot) Redis connected
11673
+ info: (Tilebot) Tilebot started
11674
+ info: Tilebot route successfully started.
11675
+ info: Tilebot connector listening on port
11676
+ error: (TiledeskChatbot) An error occurred during exact match: Cannot read properties of undefined (reading 'this is an audio file example') {"stack":"TypeError: Cannot read properties of undefined (reading 'this is an audio file example')\n at MockBotsDataSource.getByExactMatch (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/engine/mock/MockBotsDataSource.js:40:71)\n at /Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/engine/TiledeskChatbot.js:181:42\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)"}
11677
+ error: (TiledeskChatbot) An error occurred on IntentsFinder.decode() (/model/parse error):this.intentsFinder.decode is not a function
11678
+ info: Starting tilebot server...
11679
+ info: (Tilebot) Starting Tilebot..
11680
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11681
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11682
+ info: (Tilebot) Log Level: info
11683
+ info: (Tilebot) MAX_STEPS: 1000
11684
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11685
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11686
+ info: (Tilebot) Using static bots
11687
+ info: (Tilebot) Connecting Redis...
11688
+ info: (Tilebot) Redis connected
11689
+ info: (Tilebot) Tilebot started
11690
+ info: Tilebot route successfully started.
11691
+ info: Tilebot connector listening on port
11692
+ error: DirReply Error sending reply: Request failed with status code 404 {"config":{"data":"{\"_tdActionType\":\"reply\",\"text\":\"I didn't understand. Can you rephrase your question?\",\"attributes\":{\"commands\":[{\"type\":\"wait\",\"time\":500},{\"type\":\"message\",\"message\":{\"type\":\"text\",\"text\":\"I didn't understand. Can you rephrase your question?\"}}],\"fillParams\":true,\"intentName\":\"defaultFallback\",\"flowAttributes\":{\"lastUserDocumentAsAttachmentURL\":\"http://my-audio-url.wav\",\"lastUserDocumentAsInlineURL\":\"http://my-audio-url.wav\",\"now\":\"2025-04-08T09:14:48.141Z\",\"UUID\":\"52028274fb074ab497248aa952efb67e\",\"UUIDv4\":\"de3aa964-2452-4190-b64f-6ee3b2545526\"}},\"senderFullname\":\"Echo bot\"}","headers":{"Accept":"application/json, text/plain, */*","Authorization":"JWT XXX","Content-Length":584,"Content-Type":"application/json","User-Agent":"axios/0.21.4"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"http://localhost:10002/projectID/requests/support-group-projectID-4664ae354f274a83b3679157ab0f8b58/messages","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"stack":"Error: Request failed with status code 404\n at createError (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/@tiledesk/tiledesk-client/node_modules/axios/lib/core/createError.js:16:15)\n at settle (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/@tiledesk/tiledesk-client/node_modules/axios/lib/core/settle.js:17:12)\n at IncomingMessage.handleStreamEnd (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/@tiledesk/tiledesk-client/node_modules/axios/lib/adapters/http.js:269:11)\n at IncomingMessage.emit (node:events:525:35)\n at endReadableNT (node:internal/streams/readable:1358:12)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)"}
11693
+ info: Starting tilebot server...
11694
+ info: (Tilebot) Starting Tilebot..
11695
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11696
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11697
+ info: (Tilebot) Log Level: info
11698
+ info: (Tilebot) MAX_STEPS: 1000
11699
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11700
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11701
+ info: (Tilebot) Using static bots
11702
+ info: (Tilebot) Connecting Redis...
11703
+ info: (Tilebot) Redis connected
11704
+ info: (Tilebot) Tilebot started
11705
+ info: Tilebot route successfully started.
11706
+ info: Tilebot connector listening on port
11707
+ error: Axios error response data: Integration not found for model undefined
11708
+ error: Error: DirAiPrompt llm key not found in integrations
11709
+ error: Axios error response data: {"detail":[{"loc":["string",0],"msg":"this is the error message","type":"string"}]}
11710
+ error: DirAiPrompt openai err: Request failed with status code 422 {"code":"ERR_BAD_REQUEST","config":{"adapter":["xhr","http","fetch"],"data":"{\"question\":\"this is the question\",\"llm\":\"myllm\",\"model\":\"llmmodel\",\"llm_key\":\"example_api_key\",\"temperature\":0.7,\"max_tokens\":512}","env":{"Blob":null},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"131","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"http://localhost:10002/api/ask","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"name":"AxiosError","request":{"_closed":false,"_contentLength":"131","_defaultKeepAlive":true,"_ended":true,"_events":{},"_eventsCount":7,"_hasBody":true,"_header":"POST /api/ask HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nContent-Type: application/json\r\nUser-Agent: axios/1.7.7\r\nContent-Length: 131\r\nAccept-Encoding: gzip, compress, deflate, br\r\nHost: localhost:10002\r\nConnection: close\r\n\r\n","_headerSent":true,"_keepAliveTimeout":0,"_last":true,"_redirectable":{"_currentRequest":"[Circular]","_currentUrl":"http://localhost:10002/api/ask","_ended":true,"_ending":true,"_events":{},"_eventsCount":3,"_options":{"agents":{},"beforeRedirects":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"131","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"hostname":"localhost","maxBodyLength":null,"maxRedirects":21,"method":"POST","nativeProtocols":{"http:":{"METHODS":["ACL","BIND","CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LINK","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCALENDAR","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REBIND","REPORT","SEARCH","SOURCE","SUBSCRIBE","TRACE","UNBIND","UNLINK","UNLOCK","UNSUBSCRIBE"],"STATUS_CODES":{"100":"Continue","101":"Switching Protocols","102":"Processing","103":"Early Hints","200":"OK","201":"Created","202":"Accepted","203":"Non-Authoritative Information","204":"No Content","205":"Reset Content","206":"Partial Content","207":"Multi-Status","208":"Already Reported","226":"IM Used","300":"Multiple Choices","301":"Moved Permanently","302":"Found","303":"See Other","304":"Not Modified","305":"Use Proxy","307":"Temporary Redirect","308":"Permanent Redirect","400":"Bad Request","401":"Unauthorized","402":"Payment Required","403":"Forbidden","404":"Not Found","405":"Method Not Allowed","406":"Not Acceptable","407":"Proxy Authentication Required","408":"Request Timeout","409":"Conflict","410":"Gone","411":"Length Required","412":"Precondition Failed","413":"Payload Too Large","414":"URI Too Long","415":"Unsupported Media Type","416":"Range Not Satisfiable","417":"Expectation Failed","418":"I'm a Teapot","421":"Misdirected Request","422":"Unprocessable Entity","423":"Locked","424":"Failed Dependency","425":"Too Early","426":"Upgrade Required","428":"Precondition Required","429":"Too Many Requests","431":"Request Header Fields Too Large","451":"Unavailable For Legal Reasons","500":"Internal Server Error","501":"Not Implemented","502":"Bad Gateway","503":"Service Unavailable","504":"Gateway Timeout","505":"HTTP Version Not Supported","506":"Variant Also Negotiates","507":"Insufficient Storage","508":"Loop Detected","509":"Bandwidth Limit Exceeded","510":"Not Extended","511":"Network Authentication Required"},"globalAgent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"maxHeaderSize":16384},"https:":{"globalAgent":{"_events":{},"_eventsCount":2,"_sessionCache":{"list":[],"map":{}},"defaultPort":443,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxCachedSessions":100,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"https:","requests":{},"scheduling":"lifo","sockets":{},"totalSocketCount":0}}},"path":"/api/ask","pathname":"/api/ask","port":"10002","protocol":"http:"},"_redirectCount":0,"_redirects":[],"_requestBodyBuffers":[],"_requestBodyLength":131,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":true,"defaultEncoding":"utf8","destroyed":false,"emitClose":true,"ended":false,"ending":false,"errorEmitted":false,"errored":null,"finalCalled":false,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":0,"prefinished":false,"sync":true,"writecb":null,"writelen":0,"writing":false}},"_removedConnection":false,"_removedContLen":false,"_removedTE":false,"_trailer":"","aborted":false,"agent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"chunkedEncoding":false,"destroyed":false,"finished":true,"host":"localhost","maxHeadersCount":null,"maxRequestsOnConnectionReached":false,"method":"POST","outputData":[],"outputSize":0,"parser":null,"path":"/api/ask","protocol":"http:","res":{"_consuming":false,"_dumped":false,"_events":{"end":[null,null]},"_eventsCount":4,"_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":true,"closed":true,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":true,"emitClose":true,"emittedReadable":false,"encoding":null,"endEmitted":true,"ended":true,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":false,"objectMode":false,"pipes":[],"readableListening":false,"reading":false,"readingMore":true,"resumeScheduled":false,"sync":true},"aborted":false,"client":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"complete":true,"httpVersion":"1.1","httpVersionMajor":1,"httpVersionMinor":1,"method":null,"rawHeaders":["X-Powered-By","Express","Content-Type","application/json; charset=utf-8","Content-Length","83","ETag","W/\"53-r1gE0xIC+8fgNRuH768xfjuFcI8\"","Date","Tue, 08 Apr 2025 09:14:48 GMT","Connection","close"],"rawTrailers":[],"redirects":[],"req":"[Circular]","responseUrl":"http://localhost:10002/api/ask","socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"statusCode":422,"statusMessage":"Unprocessable Entity","upgrade":false,"url":""},"reusedSocket":false,"sendDate":false,"shouldKeepAlive":false,"socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"strictContentLength":false,"timeoutCb":null,"upgradeOrConnect":false,"useChunkedEncodingByDefault":true,"writable":true},"response":{"config":{"adapter":["xhr","http","fetch"],"data":"{\"question\":\"this is the question\",\"llm\":\"myllm\",\"model\":\"llmmodel\",\"llm_key\":\"example_api_key\",\"temperature\":0.7,\"max_tokens\":512}","env":{"Blob":null},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"131","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"http://localhost:10002/api/ask","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"data":{"detail":[{"loc":["string",0],"msg":"this is the error message","type":"string"}]},"headers":{"connection":"close","content-length":"83","content-type":"application/json; charset=utf-8","date":"Tue, 08 Apr 2025 09:14:48 GMT","etag":"W/\"53-r1gE0xIC+8fgNRuH768xfjuFcI8\"","x-powered-by":"Express"},"request":{"_closed":false,"_contentLength":"131","_defaultKeepAlive":true,"_ended":true,"_events":{},"_eventsCount":7,"_hasBody":true,"_header":"POST /api/ask HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nContent-Type: application/json\r\nUser-Agent: axios/1.7.7\r\nContent-Length: 131\r\nAccept-Encoding: gzip, compress, deflate, br\r\nHost: localhost:10002\r\nConnection: close\r\n\r\n","_headerSent":true,"_keepAliveTimeout":0,"_last":true,"_redirectable":{"_currentRequest":"[Circular]","_currentUrl":"http://localhost:10002/api/ask","_ended":true,"_ending":true,"_events":{},"_eventsCount":3,"_options":{"agents":{},"beforeRedirects":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"131","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"hostname":"localhost","maxBodyLength":null,"maxRedirects":21,"method":"POST","nativeProtocols":{"http:":{"METHODS":["ACL","BIND","CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LINK","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCALENDAR","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REBIND","REPORT","SEARCH","SOURCE","SUBSCRIBE","TRACE","UNBIND","UNLINK","UNLOCK","UNSUBSCRIBE"],"STATUS_CODES":{"100":"Continue","101":"Switching Protocols","102":"Processing","103":"Early Hints","200":"OK","201":"Created","202":"Accepted","203":"Non-Authoritative Information","204":"No Content","205":"Reset Content","206":"Partial Content","207":"Multi-Status","208":"Already Reported","226":"IM Used","300":"Multiple Choices","301":"Moved Permanently","302":"Found","303":"See Other","304":"Not Modified","305":"Use Proxy","307":"Temporary Redirect","308":"Permanent Redirect","400":"Bad Request","401":"Unauthorized","402":"Payment Required","403":"Forbidden","404":"Not Found","405":"Method Not Allowed","406":"Not Acceptable","407":"Proxy Authentication Required","408":"Request Timeout","409":"Conflict","410":"Gone","411":"Length Required","412":"Precondition Failed","413":"Payload Too Large","414":"URI Too Long","415":"Unsupported Media Type","416":"Range Not Satisfiable","417":"Expectation Failed","418":"I'm a Teapot","421":"Misdirected Request","422":"Unprocessable Entity","423":"Locked","424":"Failed Dependency","425":"Too Early","426":"Upgrade Required","428":"Precondition Required","429":"Too Many Requests","431":"Request Header Fields Too Large","451":"Unavailable For Legal Reasons","500":"Internal Server Error","501":"Not Implemented","502":"Bad Gateway","503":"Service Unavailable","504":"Gateway Timeout","505":"HTTP Version Not Supported","506":"Variant Also Negotiates","507":"Insufficient Storage","508":"Loop Detected","509":"Bandwidth Limit Exceeded","510":"Not Extended","511":"Network Authentication Required"},"globalAgent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"maxHeaderSize":16384},"https:":{"globalAgent":{"_events":{},"_eventsCount":2,"_sessionCache":{"list":[],"map":{}},"defaultPort":443,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxCachedSessions":100,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"https:","requests":{},"scheduling":"lifo","sockets":{},"totalSocketCount":0}}},"path":"/api/ask","pathname":"/api/ask","port":"10002","protocol":"http:"},"_redirectCount":0,"_redirects":[],"_requestBodyBuffers":[],"_requestBodyLength":131,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":true,"defaultEncoding":"utf8","destroyed":false,"emitClose":true,"ended":false,"ending":false,"errorEmitted":false,"errored":null,"finalCalled":false,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":0,"prefinished":false,"sync":true,"writecb":null,"writelen":0,"writing":false}},"_removedConnection":false,"_removedContLen":false,"_removedTE":false,"_trailer":"","aborted":false,"agent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"chunkedEncoding":false,"destroyed":false,"finished":true,"host":"localhost","maxHeadersCount":null,"maxRequestsOnConnectionReached":false,"method":"POST","outputData":[],"outputSize":0,"parser":null,"path":"/api/ask","protocol":"http:","res":{"_consuming":false,"_dumped":false,"_events":{"end":[null,null]},"_eventsCount":4,"_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":true,"closed":true,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":true,"emitClose":true,"emittedReadable":false,"encoding":null,"endEmitted":true,"ended":true,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":false,"objectMode":false,"pipes":[],"readableListening":false,"reading":false,"readingMore":true,"resumeScheduled":false,"sync":true},"aborted":false,"client":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"complete":true,"httpVersion":"1.1","httpVersionMajor":1,"httpVersionMinor":1,"method":null,"rawHeaders":["X-Powered-By","Express","Content-Type","application/json; charset=utf-8","Content-Length","83","ETag","W/\"53-r1gE0xIC+8fgNRuH768xfjuFcI8\"","Date","Tue, 08 Apr 2025 09:14:48 GMT","Connection","close"],"rawTrailers":[],"redirects":[],"req":"[Circular]","responseUrl":"http://localhost:10002/api/ask","socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"statusCode":422,"statusMessage":"Unprocessable Entity","upgrade":false,"url":""},"reusedSocket":false,"sendDate":false,"shouldKeepAlive":false,"socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"strictContentLength":false,"timeoutCb":null,"upgradeOrConnect":false,"useChunkedEncodingByDefault":true,"writable":true},"status":422,"statusText":"Unprocessable Entity"},"stack":"AxiosError: Request failed with status code 422\n at settle (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/axios/dist/node/axios.cjs:2019:12)\n at IncomingMessage.handleStreamEnd (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/axios/dist/node/axios.cjs:3135:11)\n at IncomingMessage.emit (node:events:525:35)\n at endReadableNT (node:internal/streams/readable:1358:12)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)\n at Axios.request (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/axios/dist/node/axios.cjs:4287:41)\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)","status":422}
11711
+ info: Starting tilebot server...
11712
+ info: (Tilebot) Starting Tilebot..
11713
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11714
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11715
+ info: (Tilebot) Log Level: info
11716
+ info: (Tilebot) MAX_STEPS: 1000
11717
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11718
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11719
+ info: (Tilebot) Using static bots
11720
+ info: (Tilebot) Connecting Redis...
11721
+ info: (Tilebot) Redis connected
11722
+ info: (Tilebot) Tilebot started
11723
+ info: Tilebot route successfully started.
11724
+ info: Tilebot connector listening on port 10001
11725
+ error: (DirAskGPT) Error: gptkey is mandatory
11726
+ error: Axios error response data: {"error":"no knowledge base settings found"}
11727
+ error: DirAskGPT Get kb settings error {"error":"no knowledge base settings found"}
11728
+ error: (DirAskGPT) Error: gptkey is mandatory
11729
+ error: (DirAskGPT) Error: question attribute is mandatory. Executing condition false...
11730
+ error: (DirAskGPT) Error: kbid attribute is mandatory. Executing condition false...
11731
+ info: Starting tilebot server...
11732
+ info: (Tilebot) Starting Tilebot..
11733
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11734
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11735
+ info: (Tilebot) Log Level: info
11736
+ info: (Tilebot) MAX_STEPS: 1000
11737
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11738
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11739
+ info: (Tilebot) Using static bots
11740
+ info: (Tilebot) Connecting Redis...
11741
+ info: (Tilebot) Redis connected
11742
+ info: (Tilebot) Tilebot started
11743
+ info: Tilebot route successfully started.
11744
+ info: Tilebot connector listening on port 10001
11745
+ error: Axios error response data: {"error":{"answer":"No answer","chat_history_dict":{},"citations":null,"content_chunks":null,"error_message":"IndexError('list index out of range')","id":null,"ids":null,"namespace":"66ec24a028a0c600130baa6a","prompt_token_size":0,"source":null,"sources":null,"success":false},"statusText":"Bad Request","success":false}
11746
+ error: DirAskGPTV2 error:
11747
+ info: DirAskGPTV2 Error: gptkey is mandatory
11748
+ error: Axios error response data: {"error":"no knowledge base settings found"}
11749
+ error: DirAskGPTV2 Get kb settings error {"error":"no knowledge base settings found"}
11750
+ info: DirAskGPTV2 Error: gptkey is mandatory
11751
+ error: DirAskGPTV2 Error: question attribute is mandatory. Executing condition false...
11752
+ info: Starting tilebot server...
11753
+ info: (Tilebot) Starting Tilebot..
11754
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11755
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11756
+ info: (Tilebot) Log Level: info
11757
+ info: (Tilebot) MAX_STEPS: 1000
11758
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11759
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11760
+ info: (Tilebot) Using static bots
11761
+ info: (Tilebot) Connecting Redis...
11762
+ info: (Tilebot) Redis connected
11763
+ info: (Tilebot) Tilebot started
11764
+ info: Tilebot route successfully started.
11765
+ info: Tilebot connector listening on port
11766
+ error: (DirBrevo) DirBrevo err data result:
11767
+ error: (DirBrevo) DirBrevo err data status:
11768
+ error: (DirBrevo) DirBrevo err data error:
11769
+ error: (DirBrevo) DirBrevo err data result:
11770
+ error: (DirBrevo) DirBrevo err data status:
11771
+ error: (DirBrevo) DirBrevo err data error:
11772
+ error: (DirBrevo) DirBrevo err data result:
11773
+ error: (DirBrevo) DirBrevo err data status:
11774
+ error: (DirBrevo) DirBrevo err data error:
11775
+ info: Starting tilebot server...
11776
+ info: (Tilebot) Starting Tilebot..
11777
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11778
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11779
+ info: (Tilebot) Log Level: info
11780
+ info: (Tilebot) MAX_STEPS: 1000
11781
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11782
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11783
+ info: (Tilebot) Using static bots
11784
+ info: (Tilebot) Connecting Redis...
11785
+ info: (Tilebot) Redis connected
11786
+ info: (Tilebot) Tilebot started
11787
+ info: Tilebot route successfully started.
11788
+ info: Tilebot connector listening on port
11789
+ info: Wait a little (~1s)...
11790
+ info: Starting tilebot server...
11791
+ info: (Tilebot) Starting Tilebot..
11792
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11793
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11794
+ info: (Tilebot) Log Level: info
11795
+ info: (Tilebot) MAX_STEPS: 1000
11796
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11797
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11798
+ info: (Tilebot) Using static bots
11799
+ info: (Tilebot) Connecting Redis...
11800
+ info: (Tilebot) Redis connected
11801
+ info: (Tilebot) Tilebot started
11802
+ info: Tilebot route successfully started.
11803
+ info: Tilebot connector listening on port
11804
+ error: (TiledeskExpression) evaluateJavascriptExpression error: jsondata2 is not defined - while evaluating the following expression: '
11805
+ console.log('a var...chatbot_name!', context.attributes.chatbot_name);
11806
+ context.setAttribute('myvar', '1');
11807
+ context.deleteAttribute('chatbot_name');
11808
+ context.deleteAttribute('conversation_id');
11809
+ context.attributes.jsondata2.c = 7;
11810
+ context.setAttribute('jsondata2', jsondata2);
11811
+ console.log("all vars:", context.allVars());
11812
+ '
11813
+ info: Starting tilebot server...
11814
+ info: (Tilebot) Starting Tilebot..
11815
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11816
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11817
+ info: (Tilebot) Log Level: info
11818
+ info: (Tilebot) MAX_STEPS: 1000
11819
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11820
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11821
+ info: (Tilebot) Using static bots
11822
+ info: (Tilebot) Connecting Redis...
11823
+ info: (Tilebot) Redis connected
11824
+ info: (Tilebot) Tilebot started
11825
+ info: Tilebot route successfully started.
11826
+ info: Tilebot connector listening on port
11827
+ info: Starting tilebot server...
11828
+ info: (Tilebot) Starting Tilebot..
11829
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11830
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11831
+ info: (Tilebot) Log Level: info
11832
+ info: (Tilebot) MAX_STEPS: 1000
11833
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11834
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11835
+ info: (Tilebot) Using static bots
11836
+ info: (Tilebot) Connecting Redis...
11837
+ info: (Tilebot) Redis connected
11838
+ info: (Tilebot) Tilebot started
11839
+ info: Tilebot route successfully started.
11840
+ info: Tilebot connector listening on port
11841
+ info: Starting tilebot server...
11842
+ info: (Tilebot) Starting Tilebot..
11843
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11844
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11845
+ info: (Tilebot) Log Level: info
11846
+ info: (Tilebot) MAX_STEPS: 1000
11847
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11848
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11849
+ info: (Tilebot) Using static bots
11850
+ info: (Tilebot) Connecting Redis...
11851
+ info: (Tilebot) Redis connected
11852
+ info: (Tilebot) Tilebot started
11853
+ info: Tilebot route successfully started.
11854
+ info: Tilebot connector listening on port
11855
+ error: Axios error response data: {"error":"Required parameters botid not found. Value is 'null' or 'undefined'","success":false}
11856
+ error: Axios error response data: {"error":"Required parameters botid not found. Value is 'null' or 'undefined'","success":false}
11857
+ info: Starting tilebot server...
11858
+ info: (Tilebot) Starting Tilebot..
11859
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11860
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11861
+ info: (Tilebot) Log Level: info
11862
+ info: (Tilebot) MAX_STEPS: 1000
11863
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11864
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11865
+ info: (Tilebot) Using static bots
11866
+ info: (Tilebot) Connecting Redis...
11867
+ info: (Tilebot) Redis connected
11868
+ info: (Tilebot) Tilebot started
11869
+ info: Tilebot route successfully started.
11870
+ info: Tilebot connector listening on port
11871
+ error: (TiledeskChatbot) An error occurred during exact match: Cannot read properties of undefined (reading '/start') {"stack":"TypeError: Cannot read properties of undefined (reading '/start')\n at MockBotsDataSource.getByExactMatch (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/engine/mock/MockBotsDataSource.js:40:71)\n at /Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/engine/TiledeskChatbot.js:181:42\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)"}
11872
+ error: (TiledeskChatbot) An error occurred on IntentsFinder.decode() (/model/parse error):this.intentsFinder.decode is not a function
11873
+ info: Starting tilebot server...
11874
+ info: (Tilebot) Starting Tilebot..
11875
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11876
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11877
+ info: (Tilebot) Log Level: info
11878
+ info: (Tilebot) MAX_STEPS: 1000
11879
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11880
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11881
+ info: (Tilebot) Using static bots
11882
+ info: (Tilebot) Connecting Redis...
11883
+ info: (Tilebot) Redis connected
11884
+ info: (Tilebot) Tilebot started
11885
+ info: Tilebot route successfully started.
11886
+ info: Tilebot connector listening on port 10001
11887
+ info: Starting tilebot server...
11888
+ info: (Tilebot) Starting Tilebot..
11889
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11890
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11891
+ info: (Tilebot) Log Level: info
11892
+ info: (Tilebot) MAX_STEPS: 1000
11893
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11894
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11895
+ info: (Tilebot) Using static bots
11896
+ info: (Tilebot) Connecting Redis...
11897
+ info: (Tilebot) Redis connected
11898
+ info: (Tilebot) Tilebot started
11899
+ info: Tilebot route successfully started.
11900
+ info: Tilebot connector listening on port 10001
11901
+ error: Axios error response data: {"error":{"code":null,"message":"you must provide a model parameter","param":null,"type":"invalid_request_error"}}
11902
+ error: (DirGptTask) gptkey is mandatory
11903
+ error: Axios error response data: Communication interrupted
11904
+ error: Axios error response data: <!DOCTYPE html>
11905
+ <html lang="en">
11906
+ <head>
11907
+ <meta charset="utf-8">
11908
+ <title>Error</title>
11909
+ </head>
11910
+ <body>
11911
+ <pre>Cannot GET /projectID/kbsettings</pre>
11912
+ </body>
11913
+ </html>
11914
+
11915
+ error: (DirGptTask) Get KnowledgeBase err:
11916
+ error: (DirGptTask) gptkey is mandatory
11917
+ info: Starting tilebot server...
11918
+ info: (Tilebot) Starting Tilebot..
11919
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11920
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11921
+ info: (Tilebot) Log Level: info
11922
+ info: (Tilebot) MAX_STEPS: 1000
11923
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11924
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11925
+ info: (Tilebot) Using static bots
11926
+ info: (Tilebot) Connecting Redis...
11927
+ info: (Tilebot) Redis connected
11928
+ info: (Tilebot) Tilebot started
11929
+ info: Tilebot route successfully started.
11930
+ info: Tilebot connector listening on port 10001
11931
+ error: (DirHubspot) err response: Contact already exists. Existing ID: 801 {"category":"CONFLICT","correlationId":"f426b0c0-1063-4aac-9859-f40108dcb09b","status":"error"}
11932
+ error: (DirHubspot) err response: Authentication credentials not found. This API supports OAuth 2.0 authentication and you can find more details at https://developers.hubspot.com/docs/methods/auth/oauth-overview {"category":"INVALID_AUTHENTICATION","correlationId":"53dab600-5de9-4aa3-b631-b0f11f43e062","status":"error"}
11933
+ error: (DirHubspot) err response: Property values were not valid: [{"isValid":false,"message":"Email address dsfsafas@ is invalid","error":"INVALID_EMAIL","name":"email"}] {"category":"VALIDATION_ERROR","correlationId":"e3d7ddf8-5d21-4059-86d0-35ae9093755c","status":"error"}
11934
+ info: Starting tilebot server...
11935
+ info: (Tilebot) Starting Tilebot..
11936
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11937
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11938
+ info: (Tilebot) Log Level: info
11939
+ info: (Tilebot) MAX_STEPS: 1000
11940
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11941
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11942
+ info: (Tilebot) Using static bots
11943
+ info: (Tilebot) Connecting Redis...
11944
+ info: (Tilebot) Redis connected
11945
+ info: (Tilebot) Tilebot started
11946
+ info: Tilebot route successfully started.
11947
+ info: Tilebot connector listening on port 10001
11948
+ info: Starting tilebot server...
11949
+ info: (Tilebot) Starting Tilebot..
11950
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11951
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11952
+ info: (Tilebot) Log Level: info
11953
+ info: (Tilebot) MAX_STEPS: 1000
11954
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11955
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11956
+ info: (Tilebot) Using static bots
11957
+ info: (Tilebot) Connecting Redis...
11958
+ info: (Tilebot) Redis connected
11959
+ info: (Tilebot) Tilebot started
11960
+ info: Tilebot route successfully started.
11961
+ info: Tilebot connector listening on port 10001
11962
+ info: Starting tilebot server...
11963
+ info: (Tilebot) Starting Tilebot..
11964
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11965
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11966
+ info: (Tilebot) Log Level: info
11967
+ info: (Tilebot) MAX_STEPS: 1000
11968
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11969
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11970
+ info: (Tilebot) Using static bots
11971
+ info: (Tilebot) Connecting Redis...
11972
+ info: (Tilebot) Redis connected
11973
+ info: (Tilebot) Tilebot started
11974
+ info: Tilebot route successfully started.
11975
+ info: Tilebot connector listening on port 10001
11976
+ error: (DirMake) Error: webhook_url is undefined or null or empty string:
11977
+ info: Starting tilebot server...
11978
+ info: (Tilebot) Starting Tilebot..
11979
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11980
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11981
+ info: (Tilebot) Log Level: info
11982
+ info: (Tilebot) MAX_STEPS: 1000
11983
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11984
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11985
+ info: (Tilebot) Using static bots
11986
+ info: (Tilebot) Connecting Redis...
11987
+ info: (Tilebot) Redis connected
11988
+ info: (Tilebot) Tilebot started
11989
+ info: Tilebot route successfully started.
11990
+ info: Tilebot connector listening on port 10001
11991
+ info: Starting tilebot server...
11992
+ info: (Tilebot) Starting Tilebot..
11993
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
11994
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
11995
+ info: (Tilebot) Log Level: info
11996
+ info: (Tilebot) MAX_STEPS: 1000
11997
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
11998
+ info: (Tilebot) Starting Tilebot connector v2.0.7
11999
+ info: (Tilebot) Using static bots
12000
+ info: (Tilebot) Connecting Redis...
12001
+ info: (Tilebot) Redis connected
12002
+ info: (Tilebot) Tilebot started
12003
+ info: Tilebot route successfully started.
12004
+ info: Tilebot connector listening on port 10001
12005
+ info: Starting tilebot server...
12006
+ info: (Tilebot) Starting Tilebot..
12007
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12008
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12009
+ info: (Tilebot) Log Level: info
12010
+ info: (Tilebot) MAX_STEPS: 1000
12011
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12012
+ info: (Tilebot) Starting Tilebot connector v2.0.7
12013
+ info: (Tilebot) Using static bots
12014
+ info: (Tilebot) Connecting Redis...
12015
+ info: (Tilebot) Redis connected
12016
+ info: (Tilebot) Tilebot started
12017
+ info: Tilebot route successfully started.
12018
+ info: Tilebot connector listening on port 10001
12019
+ info: Starting tilebot server...
12020
+ info: (Tilebot) Starting Tilebot..
12021
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12022
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12023
+ info: (Tilebot) Log Level: info
12024
+ info: (Tilebot) MAX_STEPS: 1000
12025
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12026
+ info: (Tilebot) Starting Tilebot connector v2.0.7
12027
+ info: (Tilebot) Using static bots
12028
+ info: (Tilebot) Connecting Redis...
12029
+ info: (Tilebot) Redis connected
12030
+ info: (Tilebot) Tilebot started
12031
+ info: Tilebot route successfully started.
12032
+ info: Tilebot connector listening on port 10001
12033
+ info: Starting tilebot server...
12034
+ info: (Tilebot) Starting Tilebot..
12035
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12036
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12037
+ info: (Tilebot) Log Level: info
12038
+ info: (Tilebot) MAX_STEPS: 1000
12039
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12040
+ info: (Tilebot) Starting Tilebot connector v2.0.7
12041
+ info: (Tilebot) Using static bots
12042
+ info: (Tilebot) Connecting Redis...
12043
+ info: (Tilebot) Redis connected
12044
+ info: (Tilebot) Tilebot started
12045
+ info: Tilebot route successfully started.
12046
+ info: Tilebot connector listening on port 10001
12047
+ error: Axios error response data:
12048
+ error: Axios error response data:
12049
+ error: Axios error response: {"config":{"adapter":["xhr","http","fetch"],"env":{"Blob":null},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Authorization":"JWT XXX","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"maxBodyLength":-1,"maxContentLength":-1,"method":"get","timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"http://localhost:10002/projectID/integration/name/qapla","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"data":"","headers":{"connection":"close","content-length":"0","date":"Tue, 08 Apr 2025 09:14:50 GMT","x-powered-by":"Express"},"request":{"_closed":false,"_contentLength":0,"_defaultKeepAlive":true,"_ended":true,"_events":{},"_eventsCount":7,"_hasBody":true,"_header":"GET /projectID/integration/name/qapla HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nContent-Type: application/json\r\nAuthorization: JWT XXX\r\nUser-Agent: axios/1.7.7\r\nAccept-Encoding: gzip, compress, deflate, br\r\nHost: localhost:10002\r\nConnection: close\r\n\r\n","_headerSent":true,"_keepAliveTimeout":0,"_last":true,"_redirectable":{"_currentRequest":"[Circular]","_currentUrl":"http://localhost:10002/projectID/integration/name/qapla","_ended":true,"_ending":true,"_events":{},"_eventsCount":3,"_options":{"agents":{},"beforeRedirects":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Authorization":"JWT XXX","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"hostname":"localhost","maxBodyLength":null,"maxRedirects":21,"method":"GET","nativeProtocols":{"http:":{"METHODS":["ACL","BIND","CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LINK","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCALENDAR","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REBIND","REPORT","SEARCH","SOURCE","SUBSCRIBE","TRACE","UNBIND","UNLINK","UNLOCK","UNSUBSCRIBE"],"STATUS_CODES":{"100":"Continue","101":"Switching Protocols","102":"Processing","103":"Early Hints","200":"OK","201":"Created","202":"Accepted","203":"Non-Authoritative Information","204":"No Content","205":"Reset Content","206":"Partial Content","207":"Multi-Status","208":"Already Reported","226":"IM Used","300":"Multiple Choices","301":"Moved Permanently","302":"Found","303":"See Other","304":"Not Modified","305":"Use Proxy","307":"Temporary Redirect","308":"Permanent Redirect","400":"Bad Request","401":"Unauthorized","402":"Payment Required","403":"Forbidden","404":"Not Found","405":"Method Not Allowed","406":"Not Acceptable","407":"Proxy Authentication Required","408":"Request Timeout","409":"Conflict","410":"Gone","411":"Length Required","412":"Precondition Failed","413":"Payload Too Large","414":"URI Too Long","415":"Unsupported Media Type","416":"Range Not Satisfiable","417":"Expectation Failed","418":"I'm a Teapot","421":"Misdirected Request","422":"Unprocessable Entity","423":"Locked","424":"Failed Dependency","425":"Too Early","426":"Upgrade Required","428":"Precondition Required","429":"Too Many Requests","431":"Request Header Fields Too Large","451":"Unavailable For Legal Reasons","500":"Internal Server Error","501":"Not Implemented","502":"Bad Gateway","503":"Service Unavailable","504":"Gateway Timeout","505":"HTTP Version Not Supported","506":"Variant Also Negotiates","507":"Insufficient Storage","508":"Loop Detected","509":"Bandwidth Limit Exceeded","510":"Not Extended","511":"Network Authentication Required"},"globalAgent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"maxHeaderSize":16384},"https:":{"globalAgent":{"_events":{},"_eventsCount":2,"_sessionCache":{"list":[],"map":{}},"defaultPort":443,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxCachedSessions":100,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"https:","requests":{},"scheduling":"lifo","sockets":{},"totalSocketCount":0}}},"path":"/projectID/integration/name/qapla","pathname":"/projectID/integration/name/qapla","port":"10002","protocol":"http:"},"_redirectCount":0,"_redirects":[],"_requestBodyBuffers":[],"_requestBodyLength":0,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":true,"defaultEncoding":"utf8","destroyed":false,"emitClose":true,"ended":false,"ending":false,"errorEmitted":false,"errored":null,"finalCalled":false,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":0,"prefinished":false,"sync":true,"writecb":null,"writelen":0,"writing":false}},"_removedConnection":false,"_removedContLen":false,"_removedTE":false,"_trailer":"","aborted":false,"agent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"chunkedEncoding":false,"destroyed":false,"finished":true,"host":"localhost","maxHeadersCount":null,"maxRequestsOnConnectionReached":false,"method":"GET","outputData":[],"outputSize":0,"parser":null,"path":"/projectID/integration/name/qapla","protocol":"http:","res":{"_consuming":false,"_dumped":false,"_events":{"end":[null,null]},"_eventsCount":4,"_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":true,"closed":true,"constructed":true,"dataEmitted":false,"decoder":null,"defaultEncoding":"utf8","destroyed":true,"emitClose":true,"emittedReadable":false,"encoding":null,"endEmitted":true,"ended":true,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":false,"objectMode":false,"pipes":[],"readableListening":false,"reading":false,"readingMore":true,"resumeScheduled":false,"sync":true},"aborted":false,"client":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"complete":true,"httpVersion":"1.1","httpVersionMajor":1,"httpVersionMinor":1,"method":null,"rawHeaders":["X-Powered-By","Express","Date","Tue, 08 Apr 2025 09:14:50 GMT","Connection","close","Content-Length","0"],"rawTrailers":[],"redirects":[],"req":"[Circular]","responseUrl":"http://localhost:10002/projectID/integration/name/qapla","socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"statusCode":404,"statusMessage":"Not Found","upgrade":false,"url":""},"reusedSocket":false,"sendDate":false,"shouldKeepAlive":false,"socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"strictContentLength":false,"timeoutCb":null,"upgradeOrConnect":false,"useChunkedEncodingByDefault":false,"writable":true},"status":404,"statusText":"Not Found"}
12050
+ info: (Tilebot) Starting Tilebot..
12051
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12052
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12053
+ info: (Tilebot) Log Level: info
12054
+ info: (Tilebot) MAX_STEPS: 1000
12055
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12056
+ info: (Tilebot) Starting Tilebot connector v2.0.7
12057
+ info: (Tilebot) Using static bots
12058
+ info: (Tilebot) Connecting Redis...
12059
+ info: (Tilebot) Redis connected
12060
+ info: (Tilebot) Tilebot started
12061
+ info: Starting tilebot server...
12062
+ info: (Tilebot) Starting Tilebot..
12063
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12064
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12065
+ info: (Tilebot) Log Level: info
12066
+ info: (Tilebot) MAX_STEPS: 1000
12067
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12068
+ info: (Tilebot) Starting Tilebot connector v2.0.7
12069
+ info: (Tilebot) Using static bots
12070
+ info: (Tilebot) Connecting Redis...
12071
+ info: (Tilebot) Redis connected
12072
+ info: (Tilebot) Tilebot started
12073
+ info: Tilebot route successfully started.
12074
+ info: Tilebot connector listening on port 10001
12075
+ info: Starting tilebot server...
12076
+ info: (Tilebot) Starting Tilebot..
12077
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12078
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12079
+ info: (Tilebot) Log Level: info
12080
+ info: (Tilebot) MAX_STEPS: 1000
12081
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12082
+ info: (Tilebot) Starting Tilebot connector v2.0.7
12083
+ info: (Tilebot) Using static bots
12084
+ info: (Tilebot) Connecting Redis...
12085
+ info: (Tilebot) Redis connected
12086
+ info: (Tilebot) Tilebot started
12087
+ info: Tilebot route successfully started.
12088
+ info: Tilebot connector listening on port 10001
12089
+ info: Starting tilebot server...
12090
+ info: (Tilebot) Starting Tilebot..
12091
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12092
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12093
+ info: (Tilebot) Log Level: info
12094
+ info: (Tilebot) MAX_STEPS: 1000
12095
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12096
+ info: (Tilebot) Starting Tilebot connector v2.0.7
12097
+ info: (Tilebot) Using static bots
12098
+ info: (Tilebot) Connecting Redis...
12099
+ info: (Tilebot) Redis connected
12100
+ info: (Tilebot) Tilebot started
12101
+ info: Tilebot route successfully started.
12102
+ info: Tilebot connector listening on port 10001
12103
+ info: Wait a little (~2s)...
12104
+ info: Wait a little (~3s)...
12105
+ info: Starting tilebot server...
12106
+ info: (Tilebot) Starting Tilebot..
12107
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12108
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12109
+ info: (Tilebot) Log Level: info
12110
+ info: (Tilebot) MAX_STEPS: 1000
12111
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12112
+ info: (Tilebot) Starting Tilebot connector v2.0.7
12113
+ info: (Tilebot) Using static bots
12114
+ info: (Tilebot) Connecting Redis...
12115
+ info: (Tilebot) Redis connected
12116
+ info: (Tilebot) Tilebot started
12117
+ info: Tilebot route successfully started.
12118
+ info: Tilebot connector listening on port 10001
12119
+ info: Starting tilebot server...
12120
+ info: (Tilebot) Starting Tilebot..
12121
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12122
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10002/modules/tilebot
12123
+ info: (Tilebot) Log Level: info
12124
+ info: (Tilebot) MAX_STEPS: 1000
12125
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12126
+ info: (Tilebot) Starting Tilebot connector v2.0.7
12127
+ info: (Tilebot) Using static bots
12128
+ info: (Tilebot) Connecting Redis...
12129
+ info: (Tilebot) Redis connected
12130
+ info: (Tilebot) Tilebot started
12131
+ info: Tilebot route successfully started.
12132
+ info: Tilebot connector listening on port 10001
12133
+ info: Starting tilebot server...
12134
+ info: (Tilebot) Starting Tilebot..
12135
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12136
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12137
+ info: (Tilebot) Log Level: info
12138
+ info: (Tilebot) MAX_STEPS: 1000
12139
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12140
+ info: (Tilebot) Starting Tilebot connector v2.0.7
12141
+ info: (Tilebot) Using static bots
12142
+ info: (Tilebot) Connecting Redis...
12143
+ info: (Tilebot) Redis connected
12144
+ info: (Tilebot) Tilebot started
12145
+ info: Tilebot route successfully started.
12146
+ info: Tilebot connector listening on port 10001
12147
+ info: Starting tilebot server...
12148
+ info: (Tilebot) Starting Tilebot..
12149
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12150
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12151
+ info: (Tilebot) Log Level: info
12152
+ info: (Tilebot) MAX_STEPS: 1000
12153
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12154
+ info: (Tilebot) Starting Tilebot connector v2.0.7
12155
+ info: (Tilebot) Using static bots
12156
+ info: (Tilebot) Connecting Redis...
12157
+ info: (Tilebot) Redis connected
12158
+ info: (Tilebot) Tilebot started
12159
+ info: Tilebot route successfully started.
12160
+ info: Tilebot connector listening on port 10001
12161
+ error: DirWebRequestV2 Error parsing webRequest jsonBody: "{\"name\":myname,\"email\":\"myemail\"}"
12162
+ Error: {}
12163
+ info: Starting tilebot server...
12164
+ info: (Tilebot) Starting Tilebot..
12165
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12166
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12167
+ info: (Tilebot) Log Level: info
12168
+ info: (Tilebot) MAX_STEPS: 1000
12169
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12170
+ info: (Tilebot) Starting Tilebot connector v2.0.7
12171
+ info: (Tilebot) Using static bots
12172
+ info: (Tilebot) Connecting Redis...
12173
+ info: (Tilebot) Redis connected
12174
+ info: (Tilebot) Tilebot started
12175
+ info: Tilebot route successfully started.
12176
+ info: Tilebot connector listening on port 10001
12177
+ info: Redis: value; value: 1
12178
+ info: Redis: value; value: Andrea
12179
+ info: Redis: value; value: Luis
12180
+ info: Redis: value; value: [object Object]
12181
+ info: Redis: value; value: [object Object]
12182
+ info: Redis: total; value: 4
12183
+ info: Redis: total; value: 4
12184
+ info: Redis: total; value: Francesco Latino Tiledesk
12185
+ info: Redis: summary; value: andrea sponziello tiledesk
12186
+ error: (DirSetAttribute) Invalid action: {"0":{"argument":"operands","instance":{"operators":["addAsNumber","subtractAsNumber","divideAsNumber","multiplyAsNumber"]},"message":"requires property \"operands\"","name":"required","path":["operation"],"property":"instance.operation","schema":{"additionalProperties":false,"properties":{"operands":{"items":{"additionalProperties":false,"if":{"properties":{"isVariable":{"const":true}}},"properties":{"function":{"enum":["capitalizeAsString","upperCaseAsString","lowerCaseAsString","absAsNumber","ceilAsNumber","floorAsNumber","roundAsNumber"],"type":"string"},"isVariable":{"type":"boolean"},"value":{"type":"string"}},"required":["value","isVariable"],"then":{"properties":{"value":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"}}},"type":"object"},"minItems":1,"type":"array"},"operators":{"items":{"enum":["addAsNumber","addAsString","subtractAsNumber","multiplyAsNumber","divideAsNumber"],"type":"string"},"type":"array"}},"required":["operands"],"type":"object"},"stack":"instance.operation requires property \"operands\""}}
12187
+ error: (DirSetAttribute) Invalid action: {"0":{"argument":"_tdActionType","instance":{},"message":"requires property \"_tdActionType\"","name":"required","path":[],"property":"instance","schema":{"additionalProperties":false,"properties":{"_tdActionId":{"type":["string","null"]},"_tdActionTitle":{"type":["string","null"]},"_tdActionType":{"enum":["setattribute"],"type":"string"},"destination":{"type":"string"},"operation":{"additionalProperties":false,"properties":{"operands":{"items":{"additionalProperties":false,"if":{"properties":{"isVariable":{"const":true}}},"properties":{"function":{"enum":["capitalizeAsString","upperCaseAsString","lowerCaseAsString","absAsNumber","ceilAsNumber","floorAsNumber","roundAsNumber"],"type":"string"},"isVariable":{"type":"boolean"},"value":{"type":"string"}},"required":["value","isVariable"],"then":{"properties":{"value":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"}}},"type":"object"},"minItems":1,"type":"array"},"operators":{"items":{"enum":["addAsNumber","addAsString","subtractAsNumber","multiplyAsNumber","divideAsNumber"],"type":"string"},"type":"array"}},"required":["operands"],"type":"object"}},"required":["_tdActionType","destination","operation"],"type":"object"},"stack":"instance requires property \"_tdActionType\""},"1":{"argument":"destination","instance":{},"message":"requires property \"destination\"","name":"required","path":[],"property":"instance","schema":{"additionalProperties":false,"properties":{"_tdActionId":{"type":["string","null"]},"_tdActionTitle":{"type":["string","null"]},"_tdActionType":{"enum":["setattribute"],"type":"string"},"destination":{"type":"string"},"operation":{"additionalProperties":false,"properties":{"operands":{"items":{"additionalProperties":false,"if":{"properties":{"isVariable":{"const":true}}},"properties":{"function":{"enum":["capitalizeAsString","upperCaseAsString","lowerCaseAsString","absAsNumber","ceilAsNumber","floorAsNumber","roundAsNumber"],"type":"string"},"isVariable":{"type":"boolean"},"value":{"type":"string"}},"required":["value","isVariable"],"then":{"properties":{"value":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"}}},"type":"object"},"minItems":1,"type":"array"},"operators":{"items":{"enum":["addAsNumber","addAsString","subtractAsNumber","multiplyAsNumber","divideAsNumber"],"type":"string"},"type":"array"}},"required":["operands"],"type":"object"}},"required":["_tdActionType","destination","operation"],"type":"object"},"stack":"instance requires property \"destination\""},"2":{"argument":"operation","instance":{},"message":"requires property \"operation\"","name":"required","path":[],"property":"instance","schema":{"additionalProperties":false,"properties":{"_tdActionId":{"type":["string","null"]},"_tdActionTitle":{"type":["string","null"]},"_tdActionType":{"enum":["setattribute"],"type":"string"},"destination":{"type":"string"},"operation":{"additionalProperties":false,"properties":{"operands":{"items":{"additionalProperties":false,"if":{"properties":{"isVariable":{"const":true}}},"properties":{"function":{"enum":["capitalizeAsString","upperCaseAsString","lowerCaseAsString","absAsNumber","ceilAsNumber","floorAsNumber","roundAsNumber"],"type":"string"},"isVariable":{"type":"boolean"},"value":{"type":"string"}},"required":["value","isVariable"],"then":{"properties":{"value":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"}}},"type":"object"},"minItems":1,"type":"array"},"operators":{"items":{"enum":["addAsNumber","addAsString","subtractAsNumber","multiplyAsNumber","divideAsNumber"],"type":"string"},"type":"array"}},"required":["operands"],"type":"object"}},"required":["_tdActionType","destination","operation"],"type":"object"},"stack":"instance requires property \"operation\""}}
12188
+ error: (DirSetAttribute) Invalid action: operators === undefined && operands.length !== 1
12189
+ error: (DirSetAttribute) Invalid action: operators.length !== operands.length - 1
12190
+ error: (DirSetAttribute) Invalid action: {"0":{"argument":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$","instance":"inject(here);","message":"does not match pattern \"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$\"","name":"pattern","path":["operation","operands",0,"value"],"property":"instance.operation.operands[0].value","schema":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"},"stack":"instance.operation.operands[0].value does not match pattern \"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$\""}}
12191
+ error: (DirSetAttribute) Invalid action: {"0":{"argument":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$","instance":"inject(here);","message":"does not match pattern \"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$\"","name":"pattern","path":["operation","operands",1,"value"],"property":"instance.operation.operands[1].value","schema":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"},"stack":"instance.operation.operands[1].value does not match pattern \"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$\""}}
12192
+ warn: DirIfOnlineAgents Incorrect directive:
12193
+ warn: DirIfOnlineAgents Incorrect directive:
12194
+ info: Starting tilebot server...
12195
+ info: (Tilebot) Starting Tilebot..
12196
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12197
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12198
+ info: (Tilebot) Log Level: info
12199
+ info: (Tilebot) MAX_STEPS: 1000
12200
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12201
+ info: (Tilebot) Starting Tilebot connector v2.0.7
12202
+ info: (Tilebot) Using static bots
12203
+ info: (Tilebot) Connecting Redis...
12204
+ info: (Tilebot) Redis connected
12205
+ info: (Tilebot) Tilebot started
12206
+ info: Tilebot route successfully started.
12207
+ info: Tilebot connector listening on port 10001
12208
+ info: Starting tilebot server...
12209
+ info: (Tilebot) Starting Tilebot..
12210
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12211
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12212
+ info: (Tilebot) Log Level: info
12213
+ info: (Tilebot) MAX_STEPS: 1000
12214
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12215
+ info: (Tilebot) Starting Tilebot connector v2.0.7
12216
+ info: (Tilebot) Using static bots
12217
+ info: (Tilebot) Connecting Redis...
12218
+ info: (Tilebot) Redis connected
12219
+ info: (Tilebot) Tilebot started
12220
+ info: Tilebot route successfully started.
12221
+ info: Tilebot connector listening on port 10001
12222
+ error: (TiledeskExpression) evaluateJavascriptExpression error: Unexpected token ']' - while evaluating the following expression: '$data.andrea[].{ === undefined'
12223
+ error: (TiledeskExpression) evaluateJavascriptExpression error: Unexpected token ']' - while evaluating the following expression: 'Number($data.varName) === Number($data.var[].{)'
12224
+ error: (TiledeskExpression) evaluateJavascriptExpression error: missing ) after argument list - while evaluating the following expression: 'Number($data.age()...[) < Number("10")'
12225
+ error: (TiledeskExpression)Condition evaluation stopped because of invalid operand2 [object Object]
12226
+ error: (TiledeskExpression) Condition evaluation stopped because of invalid operand1 11height
12227
+ error: (TiledeskExpression) Invalid JSON Group expression {"conditions":[{"operand1":"11height","operand2":{"type":"const","value":"1"},"operator":"greaterThan","type":"condition"},{"operator":"AND","type":"operator"},{"operand1":"name","operand2":{"type":"const","value":"And"},"operator":"startsWith","type":"condition"}],"type":"expression"}
12228
+ info: Starting tilebot server...
12229
+ info: (Tilebot) Starting Tilebot..
12230
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12231
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12232
+ info: (Tilebot) Log Level: info
12233
+ info: (Tilebot) MAX_STEPS: 1000
12234
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12235
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12236
+ info: (Tilebot) Using static bots
12237
+ info: (Tilebot) Connecting Redis...
12238
+ info: (Tilebot) Redis connected
12239
+ info: (Tilebot) Tilebot started
12240
+ info: Tilebot route successfully started.
12241
+ info: Tilebot connector listening on port...
12242
+ info: Starting tilebot server...
12243
+ info: (Tilebot) Starting Tilebot..
12244
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12245
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12246
+ info: (Tilebot) Log Level: info
12247
+ info: (Tilebot) MAX_STEPS: 1000
12248
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12249
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12250
+ info: (Tilebot) Using static bots
12251
+ info: (Tilebot) Connecting Redis...
12252
+ info: (Tilebot) Redis connected
12253
+ info: (Tilebot) Tilebot started
12254
+ info: Tilebot route successfully started.
12255
+ info: Tilebot connector listening on port
12256
+ error: (TiledeskChatbot) An error occurred during exact match: Cannot read properties of undefined (reading 'this is an audio file example') {"stack":"TypeError: Cannot read properties of undefined (reading 'this is an audio file example')\n at MockBotsDataSource.getByExactMatch (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/engine/mock/MockBotsDataSource.js:40:71)\n at /Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/engine/TiledeskChatbot.js:181:42\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)"}
12257
+ error: (TiledeskChatbot) An error occurred on IntentsFinder.decode() (/model/parse error):this.intentsFinder.decode is not a function
12258
+ info: Starting tilebot server...
12259
+ info: (Tilebot) Starting Tilebot..
12260
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12261
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12262
+ info: (Tilebot) Log Level: info
12263
+ info: (Tilebot) MAX_STEPS: 1000
12264
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12265
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12266
+ info: (Tilebot) Using static bots
12267
+ info: (Tilebot) Connecting Redis...
12268
+ info: (Tilebot) Redis connected
12269
+ info: (Tilebot) Tilebot started
12270
+ info: Tilebot route successfully started.
12271
+ info: Tilebot connector listening on port
12272
+ error: DirReply Error sending reply: Request failed with status code 404 {"config":{"data":"{\"_tdActionType\":\"reply\",\"text\":\"I didn't understand. Can you rephrase your question?\",\"attributes\":{\"commands\":[{\"type\":\"wait\",\"time\":500},{\"type\":\"message\",\"message\":{\"type\":\"text\",\"text\":\"I didn't understand. Can you rephrase your question?\"}}],\"fillParams\":true,\"intentName\":\"defaultFallback\",\"flowAttributes\":{\"lastUserDocumentAsAttachmentURL\":\"http://my-audio-url.wav\",\"lastUserDocumentAsInlineURL\":\"http://my-audio-url.wav\",\"now\":\"2025-04-08T09:16:31.396Z\",\"UUID\":\"8d8fbb9334ac473ea2cdca076668e55e\",\"UUIDv4\":\"18a84f6f-2bce-4e84-8020-3adfa22756a0\"}},\"senderFullname\":\"Echo bot\"}","headers":{"Accept":"application/json, text/plain, */*","Authorization":"JWT XXX","Content-Length":584,"Content-Type":"application/json","User-Agent":"axios/0.21.4"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"http://localhost:10002/projectID/requests/support-group-projectID-7f059baa8269473d853d34536f7c1079/messages","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"stack":"Error: Request failed with status code 404\n at createError (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/@tiledesk/tiledesk-client/node_modules/axios/lib/core/createError.js:16:15)\n at settle (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/@tiledesk/tiledesk-client/node_modules/axios/lib/core/settle.js:17:12)\n at IncomingMessage.handleStreamEnd (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/@tiledesk/tiledesk-client/node_modules/axios/lib/adapters/http.js:269:11)\n at IncomingMessage.emit (node:events:525:35)\n at endReadableNT (node:internal/streams/readable:1358:12)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)"}
12273
+ info: Starting tilebot server...
12274
+ info: (Tilebot) Starting Tilebot..
12275
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12276
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12277
+ info: (Tilebot) Log Level: info
12278
+ info: (Tilebot) MAX_STEPS: 1000
12279
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12280
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12281
+ info: (Tilebot) Using static bots
12282
+ info: (Tilebot) Connecting Redis...
12283
+ info: (Tilebot) Redis connected
12284
+ info: (Tilebot) Tilebot started
12285
+ info: Tilebot route successfully started.
12286
+ info: Tilebot connector listening on port
12287
+ error: Axios error response data: Integration not found for model undefined
12288
+ error: Error: DirAiPrompt llm key not found in integrations
12289
+ error: Axios error response data: {"detail":[{"loc":["string",0],"msg":"this is the error message","type":"string"}]}
12290
+ error: DirAiPrompt openai err: Request failed with status code 422 {"code":"ERR_BAD_REQUEST","config":{"adapter":["xhr","http","fetch"],"data":"{\"question\":\"this is the question\",\"llm\":\"myllm\",\"model\":\"llmmodel\",\"llm_key\":\"example_api_key\",\"temperature\":0.7,\"max_tokens\":512}","env":{"Blob":null},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"131","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"http://localhost:10002/api/ask","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"name":"AxiosError","request":{"_closed":false,"_contentLength":"131","_defaultKeepAlive":true,"_ended":true,"_events":{},"_eventsCount":7,"_hasBody":true,"_header":"POST /api/ask HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nContent-Type: application/json\r\nUser-Agent: axios/1.7.7\r\nContent-Length: 131\r\nAccept-Encoding: gzip, compress, deflate, br\r\nHost: localhost:10002\r\nConnection: close\r\n\r\n","_headerSent":true,"_keepAliveTimeout":0,"_last":true,"_redirectable":{"_currentRequest":"[Circular]","_currentUrl":"http://localhost:10002/api/ask","_ended":true,"_ending":true,"_events":{},"_eventsCount":3,"_options":{"agents":{},"beforeRedirects":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"131","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"hostname":"localhost","maxBodyLength":null,"maxRedirects":21,"method":"POST","nativeProtocols":{"http:":{"METHODS":["ACL","BIND","CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LINK","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCALENDAR","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REBIND","REPORT","SEARCH","SOURCE","SUBSCRIBE","TRACE","UNBIND","UNLINK","UNLOCK","UNSUBSCRIBE"],"STATUS_CODES":{"100":"Continue","101":"Switching Protocols","102":"Processing","103":"Early Hints","200":"OK","201":"Created","202":"Accepted","203":"Non-Authoritative Information","204":"No Content","205":"Reset Content","206":"Partial Content","207":"Multi-Status","208":"Already Reported","226":"IM Used","300":"Multiple Choices","301":"Moved Permanently","302":"Found","303":"See Other","304":"Not Modified","305":"Use Proxy","307":"Temporary Redirect","308":"Permanent Redirect","400":"Bad Request","401":"Unauthorized","402":"Payment Required","403":"Forbidden","404":"Not Found","405":"Method Not Allowed","406":"Not Acceptable","407":"Proxy Authentication Required","408":"Request Timeout","409":"Conflict","410":"Gone","411":"Length Required","412":"Precondition Failed","413":"Payload Too Large","414":"URI Too Long","415":"Unsupported Media Type","416":"Range Not Satisfiable","417":"Expectation Failed","418":"I'm a Teapot","421":"Misdirected Request","422":"Unprocessable Entity","423":"Locked","424":"Failed Dependency","425":"Too Early","426":"Upgrade Required","428":"Precondition Required","429":"Too Many Requests","431":"Request Header Fields Too Large","451":"Unavailable For Legal Reasons","500":"Internal Server Error","501":"Not Implemented","502":"Bad Gateway","503":"Service Unavailable","504":"Gateway Timeout","505":"HTTP Version Not Supported","506":"Variant Also Negotiates","507":"Insufficient Storage","508":"Loop Detected","509":"Bandwidth Limit Exceeded","510":"Not Extended","511":"Network Authentication Required"},"globalAgent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"maxHeaderSize":16384},"https:":{"globalAgent":{"_events":{},"_eventsCount":2,"_sessionCache":{"list":[],"map":{}},"defaultPort":443,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxCachedSessions":100,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"https:","requests":{},"scheduling":"lifo","sockets":{},"totalSocketCount":0}}},"path":"/api/ask","pathname":"/api/ask","port":"10002","protocol":"http:"},"_redirectCount":0,"_redirects":[],"_requestBodyBuffers":[],"_requestBodyLength":131,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":true,"defaultEncoding":"utf8","destroyed":false,"emitClose":true,"ended":false,"ending":false,"errorEmitted":false,"errored":null,"finalCalled":false,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":0,"prefinished":false,"sync":true,"writecb":null,"writelen":0,"writing":false}},"_removedConnection":false,"_removedContLen":false,"_removedTE":false,"_trailer":"","aborted":false,"agent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"chunkedEncoding":false,"destroyed":false,"finished":true,"host":"localhost","maxHeadersCount":null,"maxRequestsOnConnectionReached":false,"method":"POST","outputData":[],"outputSize":0,"parser":null,"path":"/api/ask","protocol":"http:","res":{"_consuming":false,"_dumped":false,"_events":{"end":[null,null]},"_eventsCount":4,"_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":true,"closed":true,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":true,"emitClose":true,"emittedReadable":false,"encoding":null,"endEmitted":true,"ended":true,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":false,"objectMode":false,"pipes":[],"readableListening":false,"reading":false,"readingMore":true,"resumeScheduled":false,"sync":true},"aborted":false,"client":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"complete":true,"httpVersion":"1.1","httpVersionMajor":1,"httpVersionMinor":1,"method":null,"rawHeaders":["X-Powered-By","Express","Content-Type","application/json; charset=utf-8","Content-Length","83","ETag","W/\"53-r1gE0xIC+8fgNRuH768xfjuFcI8\"","Date","Tue, 08 Apr 2025 09:16:31 GMT","Connection","close"],"rawTrailers":[],"redirects":[],"req":"[Circular]","responseUrl":"http://localhost:10002/api/ask","socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"statusCode":422,"statusMessage":"Unprocessable Entity","upgrade":false,"url":""},"reusedSocket":false,"sendDate":false,"shouldKeepAlive":false,"socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"strictContentLength":false,"timeoutCb":null,"upgradeOrConnect":false,"useChunkedEncodingByDefault":true,"writable":true},"response":{"config":{"adapter":["xhr","http","fetch"],"data":"{\"question\":\"this is the question\",\"llm\":\"myllm\",\"model\":\"llmmodel\",\"llm_key\":\"example_api_key\",\"temperature\":0.7,\"max_tokens\":512}","env":{"Blob":null},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"131","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"http://localhost:10002/api/ask","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"data":{"detail":[{"loc":["string",0],"msg":"this is the error message","type":"string"}]},"headers":{"connection":"close","content-length":"83","content-type":"application/json; charset=utf-8","date":"Tue, 08 Apr 2025 09:16:31 GMT","etag":"W/\"53-r1gE0xIC+8fgNRuH768xfjuFcI8\"","x-powered-by":"Express"},"request":{"_closed":false,"_contentLength":"131","_defaultKeepAlive":true,"_ended":true,"_events":{},"_eventsCount":7,"_hasBody":true,"_header":"POST /api/ask HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nContent-Type: application/json\r\nUser-Agent: axios/1.7.7\r\nContent-Length: 131\r\nAccept-Encoding: gzip, compress, deflate, br\r\nHost: localhost:10002\r\nConnection: close\r\n\r\n","_headerSent":true,"_keepAliveTimeout":0,"_last":true,"_redirectable":{"_currentRequest":"[Circular]","_currentUrl":"http://localhost:10002/api/ask","_ended":true,"_ending":true,"_events":{},"_eventsCount":3,"_options":{"agents":{},"beforeRedirects":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"131","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"hostname":"localhost","maxBodyLength":null,"maxRedirects":21,"method":"POST","nativeProtocols":{"http:":{"METHODS":["ACL","BIND","CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LINK","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCALENDAR","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REBIND","REPORT","SEARCH","SOURCE","SUBSCRIBE","TRACE","UNBIND","UNLINK","UNLOCK","UNSUBSCRIBE"],"STATUS_CODES":{"100":"Continue","101":"Switching Protocols","102":"Processing","103":"Early Hints","200":"OK","201":"Created","202":"Accepted","203":"Non-Authoritative Information","204":"No Content","205":"Reset Content","206":"Partial Content","207":"Multi-Status","208":"Already Reported","226":"IM Used","300":"Multiple Choices","301":"Moved Permanently","302":"Found","303":"See Other","304":"Not Modified","305":"Use Proxy","307":"Temporary Redirect","308":"Permanent Redirect","400":"Bad Request","401":"Unauthorized","402":"Payment Required","403":"Forbidden","404":"Not Found","405":"Method Not Allowed","406":"Not Acceptable","407":"Proxy Authentication Required","408":"Request Timeout","409":"Conflict","410":"Gone","411":"Length Required","412":"Precondition Failed","413":"Payload Too Large","414":"URI Too Long","415":"Unsupported Media Type","416":"Range Not Satisfiable","417":"Expectation Failed","418":"I'm a Teapot","421":"Misdirected Request","422":"Unprocessable Entity","423":"Locked","424":"Failed Dependency","425":"Too Early","426":"Upgrade Required","428":"Precondition Required","429":"Too Many Requests","431":"Request Header Fields Too Large","451":"Unavailable For Legal Reasons","500":"Internal Server Error","501":"Not Implemented","502":"Bad Gateway","503":"Service Unavailable","504":"Gateway Timeout","505":"HTTP Version Not Supported","506":"Variant Also Negotiates","507":"Insufficient Storage","508":"Loop Detected","509":"Bandwidth Limit Exceeded","510":"Not Extended","511":"Network Authentication Required"},"globalAgent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"maxHeaderSize":16384},"https:":{"globalAgent":{"_events":{},"_eventsCount":2,"_sessionCache":{"list":[],"map":{}},"defaultPort":443,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxCachedSessions":100,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"https:","requests":{},"scheduling":"lifo","sockets":{},"totalSocketCount":0}}},"path":"/api/ask","pathname":"/api/ask","port":"10002","protocol":"http:"},"_redirectCount":0,"_redirects":[],"_requestBodyBuffers":[],"_requestBodyLength":131,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":true,"defaultEncoding":"utf8","destroyed":false,"emitClose":true,"ended":false,"ending":false,"errorEmitted":false,"errored":null,"finalCalled":false,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":0,"prefinished":false,"sync":true,"writecb":null,"writelen":0,"writing":false}},"_removedConnection":false,"_removedContLen":false,"_removedTE":false,"_trailer":"","aborted":false,"agent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"chunkedEncoding":false,"destroyed":false,"finished":true,"host":"localhost","maxHeadersCount":null,"maxRequestsOnConnectionReached":false,"method":"POST","outputData":[],"outputSize":0,"parser":null,"path":"/api/ask","protocol":"http:","res":{"_consuming":false,"_dumped":false,"_events":{"end":[null,null]},"_eventsCount":4,"_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":true,"closed":true,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":true,"emitClose":true,"emittedReadable":false,"encoding":null,"endEmitted":true,"ended":true,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":false,"objectMode":false,"pipes":[],"readableListening":false,"reading":false,"readingMore":true,"resumeScheduled":false,"sync":true},"aborted":false,"client":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"complete":true,"httpVersion":"1.1","httpVersionMajor":1,"httpVersionMinor":1,"method":null,"rawHeaders":["X-Powered-By","Express","Content-Type","application/json; charset=utf-8","Content-Length","83","ETag","W/\"53-r1gE0xIC+8fgNRuH768xfjuFcI8\"","Date","Tue, 08 Apr 2025 09:16:31 GMT","Connection","close"],"rawTrailers":[],"redirects":[],"req":"[Circular]","responseUrl":"http://localhost:10002/api/ask","socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"statusCode":422,"statusMessage":"Unprocessable Entity","upgrade":false,"url":""},"reusedSocket":false,"sendDate":false,"shouldKeepAlive":false,"socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"strictContentLength":false,"timeoutCb":null,"upgradeOrConnect":false,"useChunkedEncodingByDefault":true,"writable":true},"status":422,"statusText":"Unprocessable Entity"},"stack":"AxiosError: Request failed with status code 422\n at settle (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/axios/dist/node/axios.cjs:2019:12)\n at IncomingMessage.handleStreamEnd (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/axios/dist/node/axios.cjs:3135:11)\n at IncomingMessage.emit (node:events:525:35)\n at endReadableNT (node:internal/streams/readable:1358:12)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)\n at Axios.request (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/node_modules/axios/dist/node/axios.cjs:4287:41)\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)","status":422}
12291
+ info: Starting tilebot server...
12292
+ info: (Tilebot) Starting Tilebot..
12293
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12294
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12295
+ info: (Tilebot) Log Level: info
12296
+ info: (Tilebot) MAX_STEPS: 1000
12297
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12298
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12299
+ info: (Tilebot) Using static bots
12300
+ info: (Tilebot) Connecting Redis...
12301
+ info: (Tilebot) Redis connected
12302
+ info: (Tilebot) Tilebot started
12303
+ info: Tilebot route successfully started.
12304
+ info: Tilebot connector listening on port 10001
12305
+ error: (DirAskGPT) Error: gptkey is mandatory
12306
+ error: Axios error response data: {"error":"no knowledge base settings found"}
12307
+ error: DirAskGPT Get kb settings error {"error":"no knowledge base settings found"}
12308
+ error: (DirAskGPT) Error: gptkey is mandatory
12309
+ error: (DirAskGPT) Error: question attribute is mandatory. Executing condition false...
12310
+ error: (DirAskGPT) Error: kbid attribute is mandatory. Executing condition false...
12311
+ info: Starting tilebot server...
12312
+ info: (Tilebot) Starting Tilebot..
12313
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12314
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12315
+ info: (Tilebot) Log Level: info
12316
+ info: (Tilebot) MAX_STEPS: 1000
12317
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12318
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12319
+ info: (Tilebot) Using static bots
12320
+ info: (Tilebot) Connecting Redis...
12321
+ info: (Tilebot) Redis connected
12322
+ info: (Tilebot) Tilebot started
12323
+ info: Tilebot route successfully started.
12324
+ info: Tilebot connector listening on port 10001
12325
+ error: Axios error response data: {"error":{"answer":"No answer","chat_history_dict":{},"citations":null,"content_chunks":null,"error_message":"IndexError('list index out of range')","id":null,"ids":null,"namespace":"66ec24a028a0c600130baa6a","prompt_token_size":0,"source":null,"sources":null,"success":false},"statusText":"Bad Request","success":false}
12326
+ error: DirAskGPTV2 error:
12327
+ info: DirAskGPTV2 Error: gptkey is mandatory
12328
+ error: Axios error response data: {"error":"no knowledge base settings found"}
12329
+ error: DirAskGPTV2 Get kb settings error {"error":"no knowledge base settings found"}
12330
+ info: DirAskGPTV2 Error: gptkey is mandatory
12331
+ error: DirAskGPTV2 Error: question attribute is mandatory. Executing condition false...
12332
+ info: Starting tilebot server...
12333
+ info: (Tilebot) Starting Tilebot..
12334
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12335
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12336
+ info: (Tilebot) Log Level: info
12337
+ info: (Tilebot) MAX_STEPS: 1000
12338
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12339
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12340
+ info: (Tilebot) Using static bots
12341
+ info: (Tilebot) Connecting Redis...
12342
+ info: (Tilebot) Redis connected
12343
+ info: (Tilebot) Tilebot started
12344
+ info: Tilebot route successfully started.
12345
+ info: Tilebot connector listening on port
12346
+ error: (DirBrevo) DirBrevo err data result:
12347
+ error: (DirBrevo) DirBrevo err data status:
12348
+ error: (DirBrevo) DirBrevo err data error:
12349
+ error: (DirBrevo) DirBrevo err data result:
12350
+ error: (DirBrevo) DirBrevo err data status:
12351
+ error: (DirBrevo) DirBrevo err data error:
12352
+ error: (DirBrevo) DirBrevo err data result:
12353
+ error: (DirBrevo) DirBrevo err data status:
12354
+ error: (DirBrevo) DirBrevo err data error:
12355
+ info: Starting tilebot server...
12356
+ info: (Tilebot) Starting Tilebot..
12357
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12358
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12359
+ info: (Tilebot) Log Level: info
12360
+ info: (Tilebot) MAX_STEPS: 1000
12361
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12362
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12363
+ info: (Tilebot) Using static bots
12364
+ info: (Tilebot) Connecting Redis...
12365
+ info: (Tilebot) Redis connected
12366
+ info: (Tilebot) Tilebot started
12367
+ info: Tilebot route successfully started.
12368
+ info: Tilebot connector listening on port
12369
+ info: Wait a little (~1s)...
12370
+ info: Starting tilebot server...
12371
+ info: (Tilebot) Starting Tilebot..
12372
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12373
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12374
+ info: (Tilebot) Log Level: info
12375
+ info: (Tilebot) MAX_STEPS: 1000
12376
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12377
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12378
+ info: (Tilebot) Using static bots
12379
+ info: (Tilebot) Connecting Redis...
12380
+ info: (Tilebot) Redis connected
12381
+ info: (Tilebot) Tilebot started
12382
+ info: Tilebot route successfully started.
12383
+ info: Tilebot connector listening on port
12384
+ error: (TiledeskExpression) evaluateJavascriptExpression error: jsondata2 is not defined - while evaluating the following expression: '
12385
+ console.log('a var...chatbot_name!', context.attributes.chatbot_name);
12386
+ context.setAttribute('myvar', '1');
12387
+ context.deleteAttribute('chatbot_name');
12388
+ context.deleteAttribute('conversation_id');
12389
+ context.attributes.jsondata2.c = 7;
12390
+ context.setAttribute('jsondata2', jsondata2);
12391
+ console.log("all vars:", context.allVars());
12392
+ '
12393
+ info: Starting tilebot server...
12394
+ info: (Tilebot) Starting Tilebot..
12395
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12396
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12397
+ info: (Tilebot) Log Level: info
12398
+ info: (Tilebot) MAX_STEPS: 1000
12399
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12400
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12401
+ info: (Tilebot) Using static bots
12402
+ info: (Tilebot) Connecting Redis...
12403
+ info: (Tilebot) Redis connected
12404
+ info: (Tilebot) Tilebot started
12405
+ info: Tilebot route successfully started.
12406
+ info: Tilebot connector listening on port
12407
+ info: Starting tilebot server...
12408
+ info: (Tilebot) Starting Tilebot..
12409
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12410
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12411
+ info: (Tilebot) Log Level: info
12412
+ info: (Tilebot) MAX_STEPS: 1000
12413
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12414
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12415
+ info: (Tilebot) Using static bots
12416
+ info: (Tilebot) Connecting Redis...
12417
+ info: (Tilebot) Redis connected
12418
+ info: (Tilebot) Tilebot started
12419
+ info: Tilebot route successfully started.
12420
+ info: Tilebot connector listening on port
12421
+ info: Starting tilebot server...
12422
+ info: (Tilebot) Starting Tilebot..
12423
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12424
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12425
+ info: (Tilebot) Log Level: info
12426
+ info: (Tilebot) MAX_STEPS: 1000
12427
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12428
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12429
+ info: (Tilebot) Using static bots
12430
+ info: (Tilebot) Connecting Redis...
12431
+ info: (Tilebot) Redis connected
12432
+ info: (Tilebot) Tilebot started
12433
+ info: Tilebot route successfully started.
12434
+ info: Tilebot connector listening on port
12435
+ error: Axios error response data: {"error":"Required parameters botid not found. Value is 'null' or 'undefined'","success":false}
12436
+ error: Axios error response data: {"error":"Required parameters botid not found. Value is 'null' or 'undefined'","success":false}
12437
+ info: Starting tilebot server...
12438
+ info: (Tilebot) Starting Tilebot..
12439
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12440
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12441
+ info: (Tilebot) Log Level: info
12442
+ info: (Tilebot) MAX_STEPS: 1000
12443
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12444
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12445
+ info: (Tilebot) Using static bots
12446
+ info: (Tilebot) Connecting Redis...
12447
+ info: (Tilebot) Redis connected
12448
+ info: (Tilebot) Tilebot started
12449
+ info: Tilebot route successfully started.
12450
+ info: Tilebot connector listening on port
12451
+ error: (TiledeskChatbot) An error occurred during exact match: Cannot read properties of undefined (reading '/start') {"stack":"TypeError: Cannot read properties of undefined (reading '/start')\n at MockBotsDataSource.getByExactMatch (/Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/engine/mock/MockBotsDataSource.js:40:71)\n at /Users/gabriele95/Desktop/Tiledesk/tiledesk-chatbot/tybotRoute/engine/TiledeskChatbot.js:181:42\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)"}
12452
+ error: (TiledeskChatbot) An error occurred on IntentsFinder.decode() (/model/parse error):this.intentsFinder.decode is not a function
12453
+ info: Starting tilebot server...
12454
+ info: (Tilebot) Starting Tilebot..
12455
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12456
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12457
+ info: (Tilebot) Log Level: info
12458
+ info: (Tilebot) MAX_STEPS: 1000
12459
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12460
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12461
+ info: (Tilebot) Using static bots
12462
+ info: (Tilebot) Connecting Redis...
12463
+ info: (Tilebot) Redis connected
12464
+ info: (Tilebot) Tilebot started
12465
+ info: Tilebot route successfully started.
12466
+ info: Tilebot connector listening on port 10001
12467
+ info: Starting tilebot server...
12468
+ info: (Tilebot) Starting Tilebot..
12469
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12470
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12471
+ info: (Tilebot) Log Level: info
12472
+ info: (Tilebot) MAX_STEPS: 1000
12473
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12474
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12475
+ info: (Tilebot) Using static bots
12476
+ info: (Tilebot) Connecting Redis...
12477
+ info: (Tilebot) Redis connected
12478
+ info: (Tilebot) Tilebot started
12479
+ info: Tilebot route successfully started.
12480
+ info: Tilebot connector listening on port 10001
12481
+ error: Axios error response data: {"error":{"code":null,"message":"you must provide a model parameter","param":null,"type":"invalid_request_error"}}
12482
+ error: (DirGptTask) gptkey is mandatory
12483
+ error: Axios error response data: Communication interrupted
12484
+ error: Axios error response data: <!DOCTYPE html>
12485
+ <html lang="en">
12486
+ <head>
12487
+ <meta charset="utf-8">
12488
+ <title>Error</title>
12489
+ </head>
12490
+ <body>
12491
+ <pre>Cannot GET /projectID/kbsettings</pre>
12492
+ </body>
12493
+ </html>
12494
+
12495
+ error: (DirGptTask) Get KnowledgeBase err:
12496
+ error: (DirGptTask) gptkey is mandatory
12497
+ info: Starting tilebot server...
12498
+ info: (Tilebot) Starting Tilebot..
12499
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12500
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12501
+ info: (Tilebot) Log Level: info
12502
+ info: (Tilebot) MAX_STEPS: 1000
12503
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12504
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12505
+ info: (Tilebot) Using static bots
12506
+ info: (Tilebot) Connecting Redis...
12507
+ info: (Tilebot) Redis connected
12508
+ info: (Tilebot) Tilebot started
12509
+ info: Tilebot route successfully started.
12510
+ info: Tilebot connector listening on port 10001
12511
+ error: (DirHubspot) err response: Contact already exists. Existing ID: 801 {"category":"CONFLICT","correlationId":"f426b0c0-1063-4aac-9859-f40108dcb09b","status":"error"}
12512
+ error: (DirHubspot) err response: Authentication credentials not found. This API supports OAuth 2.0 authentication and you can find more details at https://developers.hubspot.com/docs/methods/auth/oauth-overview {"category":"INVALID_AUTHENTICATION","correlationId":"53dab600-5de9-4aa3-b631-b0f11f43e062","status":"error"}
12513
+ error: (DirHubspot) err response: Property values were not valid: [{"isValid":false,"message":"Email address dsfsafas@ is invalid","error":"INVALID_EMAIL","name":"email"}] {"category":"VALIDATION_ERROR","correlationId":"e3d7ddf8-5d21-4059-86d0-35ae9093755c","status":"error"}
12514
+ info: Starting tilebot server...
12515
+ info: (Tilebot) Starting Tilebot..
12516
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12517
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12518
+ info: (Tilebot) Log Level: info
12519
+ info: (Tilebot) MAX_STEPS: 1000
12520
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12521
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12522
+ info: (Tilebot) Using static bots
12523
+ info: (Tilebot) Connecting Redis...
12524
+ info: (Tilebot) Redis connected
12525
+ info: (Tilebot) Tilebot started
12526
+ info: Tilebot route successfully started.
12527
+ info: Tilebot connector listening on port 10001
12528
+ info: Starting tilebot server...
12529
+ info: (Tilebot) Starting Tilebot..
12530
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12531
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12532
+ info: (Tilebot) Log Level: info
12533
+ info: (Tilebot) MAX_STEPS: 1000
12534
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12535
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12536
+ info: (Tilebot) Using static bots
12537
+ info: (Tilebot) Connecting Redis...
12538
+ info: (Tilebot) Redis connected
12539
+ info: (Tilebot) Tilebot started
12540
+ info: Tilebot route successfully started.
12541
+ info: Tilebot connector listening on port 10001
12542
+ info: Starting tilebot server...
12543
+ info: (Tilebot) Starting Tilebot..
12544
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12545
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12546
+ info: (Tilebot) Log Level: info
12547
+ info: (Tilebot) MAX_STEPS: 1000
12548
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12549
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12550
+ info: (Tilebot) Using static bots
12551
+ info: (Tilebot) Connecting Redis...
12552
+ info: (Tilebot) Redis connected
12553
+ info: (Tilebot) Tilebot started
12554
+ info: Tilebot route successfully started.
12555
+ info: Tilebot connector listening on port 10001
12556
+ error: (DirMake) Error: webhook_url is undefined or null or empty string:
12557
+ info: Starting tilebot server...
12558
+ info: (Tilebot) Starting Tilebot..
12559
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12560
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12561
+ info: (Tilebot) Log Level: info
12562
+ info: (Tilebot) MAX_STEPS: 1000
12563
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12564
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12565
+ info: (Tilebot) Using static bots
12566
+ info: (Tilebot) Connecting Redis...
12567
+ info: (Tilebot) Redis connected
12568
+ info: (Tilebot) Tilebot started
12569
+ info: Tilebot route successfully started.
12570
+ info: Tilebot connector listening on port 10001
12571
+ info: Starting tilebot server...
12572
+ info: (Tilebot) Starting Tilebot..
12573
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12574
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12575
+ info: (Tilebot) Log Level: info
12576
+ info: (Tilebot) MAX_STEPS: 1000
12577
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12578
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12579
+ info: (Tilebot) Using static bots
12580
+ info: (Tilebot) Connecting Redis...
12581
+ info: (Tilebot) Redis connected
12582
+ info: (Tilebot) Tilebot started
12583
+ info: Tilebot route successfully started.
12584
+ info: Tilebot connector listening on port 10001
12585
+ info: Starting tilebot server...
12586
+ info: (Tilebot) Starting Tilebot..
12587
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12588
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12589
+ info: (Tilebot) Log Level: info
12590
+ info: (Tilebot) MAX_STEPS: 1000
12591
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12592
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12593
+ info: (Tilebot) Using static bots
12594
+ info: (Tilebot) Connecting Redis...
12595
+ info: (Tilebot) Redis connected
12596
+ info: (Tilebot) Tilebot started
12597
+ info: Tilebot route successfully started.
12598
+ info: Tilebot connector listening on port 10001
12599
+ info: Starting tilebot server...
12600
+ info: (Tilebot) Starting Tilebot..
12601
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12602
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12603
+ info: (Tilebot) Log Level: info
12604
+ info: (Tilebot) MAX_STEPS: 1000
12605
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12606
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12607
+ info: (Tilebot) Using static bots
12608
+ info: (Tilebot) Connecting Redis...
12609
+ info: (Tilebot) Redis connected
12610
+ info: (Tilebot) Tilebot started
12611
+ info: Tilebot route successfully started.
12612
+ info: Tilebot connector listening on port 10001
12613
+ info: Starting tilebot server...
12614
+ info: (Tilebot) Starting Tilebot..
12615
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12616
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12617
+ info: (Tilebot) Log Level: info
12618
+ info: (Tilebot) MAX_STEPS: 1000
12619
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12620
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12621
+ info: (Tilebot) Using static bots
12622
+ info: (Tilebot) Connecting Redis...
12623
+ info: (Tilebot) Redis connected
12624
+ info: (Tilebot) Tilebot started
12625
+ info: Tilebot route successfully started.
12626
+ info: Tilebot connector listening on port 10001
12627
+ error: Axios error response data:
12628
+ error: Axios error response data:
12629
+ error: Axios error response: {"config":{"adapter":["xhr","http","fetch"],"env":{"Blob":null},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Authorization":"JWT XXX","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"maxBodyLength":-1,"maxContentLength":-1,"method":"get","timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"http://localhost:10002/projectID/integration/name/qapla","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"data":"","headers":{"connection":"close","content-length":"0","date":"Tue, 08 Apr 2025 09:16:33 GMT","x-powered-by":"Express"},"request":{"_closed":false,"_contentLength":0,"_defaultKeepAlive":true,"_ended":true,"_events":{},"_eventsCount":7,"_hasBody":true,"_header":"GET /projectID/integration/name/qapla HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nContent-Type: application/json\r\nAuthorization: JWT XXX\r\nUser-Agent: axios/1.7.7\r\nAccept-Encoding: gzip, compress, deflate, br\r\nHost: localhost:10002\r\nConnection: close\r\n\r\n","_headerSent":true,"_keepAliveTimeout":0,"_last":true,"_redirectable":{"_currentRequest":"[Circular]","_currentUrl":"http://localhost:10002/projectID/integration/name/qapla","_ended":true,"_ending":true,"_events":{},"_eventsCount":3,"_options":{"agents":{},"beforeRedirects":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Authorization":"JWT XXX","Content-Type":"application/json","User-Agent":"axios/1.7.7"},"hostname":"localhost","maxBodyLength":null,"maxRedirects":21,"method":"GET","nativeProtocols":{"http:":{"METHODS":["ACL","BIND","CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LINK","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCALENDAR","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REBIND","REPORT","SEARCH","SOURCE","SUBSCRIBE","TRACE","UNBIND","UNLINK","UNLOCK","UNSUBSCRIBE"],"STATUS_CODES":{"100":"Continue","101":"Switching Protocols","102":"Processing","103":"Early Hints","200":"OK","201":"Created","202":"Accepted","203":"Non-Authoritative Information","204":"No Content","205":"Reset Content","206":"Partial Content","207":"Multi-Status","208":"Already Reported","226":"IM Used","300":"Multiple Choices","301":"Moved Permanently","302":"Found","303":"See Other","304":"Not Modified","305":"Use Proxy","307":"Temporary Redirect","308":"Permanent Redirect","400":"Bad Request","401":"Unauthorized","402":"Payment Required","403":"Forbidden","404":"Not Found","405":"Method Not Allowed","406":"Not Acceptable","407":"Proxy Authentication Required","408":"Request Timeout","409":"Conflict","410":"Gone","411":"Length Required","412":"Precondition Failed","413":"Payload Too Large","414":"URI Too Long","415":"Unsupported Media Type","416":"Range Not Satisfiable","417":"Expectation Failed","418":"I'm a Teapot","421":"Misdirected Request","422":"Unprocessable Entity","423":"Locked","424":"Failed Dependency","425":"Too Early","426":"Upgrade Required","428":"Precondition Required","429":"Too Many Requests","431":"Request Header Fields Too Large","451":"Unavailable For Legal Reasons","500":"Internal Server Error","501":"Not Implemented","502":"Bad Gateway","503":"Service Unavailable","504":"Gateway Timeout","505":"HTTP Version Not Supported","506":"Variant Also Negotiates","507":"Insufficient Storage","508":"Loop Detected","509":"Bandwidth Limit Exceeded","510":"Not Extended","511":"Network Authentication Required"},"globalAgent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"maxHeaderSize":16384},"https:":{"globalAgent":{"_events":{},"_eventsCount":2,"_sessionCache":{"list":[],"map":{}},"defaultPort":443,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxCachedSessions":100,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"https:","requests":{},"scheduling":"lifo","sockets":{},"totalSocketCount":0}}},"path":"/projectID/integration/name/qapla","pathname":"/projectID/integration/name/qapla","port":"10002","protocol":"http:"},"_redirectCount":0,"_redirects":[],"_requestBodyBuffers":[],"_requestBodyLength":0,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":true,"defaultEncoding":"utf8","destroyed":false,"emitClose":true,"ended":false,"ending":false,"errorEmitted":false,"errored":null,"finalCalled":false,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":0,"prefinished":false,"sync":true,"writecb":null,"writelen":0,"writing":false}},"_removedConnection":false,"_removedContLen":false,"_removedTE":false,"_trailer":"","aborted":false,"agent":{"_events":{},"_eventsCount":2,"defaultPort":80,"freeSockets":{},"keepAlive":false,"keepAliveMsecs":1000,"maxFreeSockets":256,"maxSockets":null,"maxTotalSockets":null,"options":{"path":null},"protocol":"http:","requests":{},"scheduling":"lifo","sockets":{"localhost:10002:":[{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null}]},"totalSocketCount":1},"chunkedEncoding":false,"destroyed":false,"finished":true,"host":"localhost","maxHeadersCount":null,"maxRequestsOnConnectionReached":false,"method":"GET","outputData":[],"outputSize":0,"parser":null,"path":"/projectID/integration/name/qapla","protocol":"http:","res":{"_consuming":false,"_dumped":false,"_events":{"end":[null,null]},"_eventsCount":4,"_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":true,"closed":true,"constructed":true,"dataEmitted":false,"decoder":null,"defaultEncoding":"utf8","destroyed":true,"emitClose":true,"emittedReadable":false,"encoding":null,"endEmitted":true,"ended":true,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":false,"objectMode":false,"pipes":[],"readableListening":false,"reading":false,"readingMore":true,"resumeScheduled":false,"sync":true},"aborted":false,"client":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"complete":true,"httpVersion":"1.1","httpVersionMajor":1,"httpVersionMinor":1,"method":null,"rawHeaders":["X-Powered-By","Express","Date","Tue, 08 Apr 2025 09:16:33 GMT","Connection","close","Content-Length","0"],"rawTrailers":[],"redirects":[],"req":"[Circular]","responseUrl":"http://localhost:10002/projectID/integration/name/qapla","socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"statusCode":404,"statusMessage":"Not Found","upgrade":false,"url":""},"reusedSocket":false,"sendDate":false,"shouldKeepAlive":false,"socket":{"_closeAfterHandlingError":false,"_events":{"close":[null,null]},"_eventsCount":7,"_hadError":false,"_host":"localhost","_httpMessage":"[Circular]","_parent":null,"_pendingData":null,"_pendingEncoding":"","_readableState":{"autoDestroy":true,"awaitDrainWriters":null,"buffer":{"head":null,"length":0,"tail":null},"closeEmitted":false,"closed":false,"constructed":true,"dataEmitted":true,"decoder":null,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"emittedReadable":false,"encoding":null,"endEmitted":false,"ended":false,"errorEmitted":false,"errored":null,"flowing":true,"highWaterMark":16384,"length":0,"multiAwaitDrain":false,"needReadable":true,"objectMode":false,"pipes":[],"readableListening":false,"reading":true,"readingMore":false,"resumeScheduled":false,"sync":false},"_server":null,"_sockname":null,"_writableState":{"afterWriteTickInfo":null,"allBuffers":true,"allNoop":true,"autoDestroy":true,"bufferProcessing":false,"buffered":[],"bufferedIndex":0,"closeEmitted":false,"closed":false,"constructed":true,"corked":0,"decodeStrings":false,"defaultEncoding":"utf8","destroyed":false,"emitClose":false,"ended":true,"ending":true,"errorEmitted":false,"errored":null,"finalCalled":true,"finished":false,"highWaterMark":16384,"length":0,"needDrain":false,"objectMode":false,"pendingcb":1,"prefinished":false,"sync":false,"writecb":null,"writelen":0,"writing":false},"allowHalfOpen":false,"connecting":false,"parser":null,"server":null},"strictContentLength":false,"timeoutCb":null,"upgradeOrConnect":false,"useChunkedEncodingByDefault":false,"writable":true},"status":404,"statusText":"Not Found"}
12630
+ info: (Tilebot) Starting Tilebot..
12631
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12632
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12633
+ info: (Tilebot) Log Level: info
12634
+ info: (Tilebot) MAX_STEPS: 1000
12635
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12636
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12637
+ info: (Tilebot) Using static bots
12638
+ info: (Tilebot) Connecting Redis...
12639
+ info: (Tilebot) Redis connected
12640
+ info: (Tilebot) Tilebot started
12641
+ info: Starting tilebot server...
12642
+ info: (Tilebot) Starting Tilebot..
12643
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12644
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12645
+ info: (Tilebot) Log Level: info
12646
+ info: (Tilebot) MAX_STEPS: 1000
12647
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12648
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12649
+ info: (Tilebot) Using static bots
12650
+ info: (Tilebot) Connecting Redis...
12651
+ info: (Tilebot) Redis connected
12652
+ info: (Tilebot) Tilebot started
12653
+ info: Tilebot route successfully started.
12654
+ info: Tilebot connector listening on port 10001
12655
+ info: Starting tilebot server...
12656
+ info: (Tilebot) Starting Tilebot..
12657
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12658
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12659
+ info: (Tilebot) Log Level: info
12660
+ info: (Tilebot) MAX_STEPS: 1000
12661
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12662
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12663
+ info: (Tilebot) Using static bots
12664
+ info: (Tilebot) Connecting Redis...
12665
+ info: (Tilebot) Redis connected
12666
+ info: (Tilebot) Tilebot started
12667
+ info: Tilebot route successfully started.
12668
+ info: Tilebot connector listening on port 10001
12669
+ info: Starting tilebot server...
12670
+ info: (Tilebot) Starting Tilebot..
12671
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12672
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12673
+ info: (Tilebot) Log Level: info
12674
+ info: (Tilebot) MAX_STEPS: 1000
12675
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12676
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12677
+ info: (Tilebot) Using static bots
12678
+ info: (Tilebot) Connecting Redis...
12679
+ info: (Tilebot) Redis connected
12680
+ info: (Tilebot) Tilebot started
12681
+ info: Tilebot route successfully started.
12682
+ info: Tilebot connector listening on port 10001
12683
+ info: Wait a little (~2s)...
12684
+ info: Wait a little (~3s)...
12685
+ info: Starting tilebot server...
12686
+ info: (Tilebot) Starting Tilebot..
12687
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12688
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12689
+ info: (Tilebot) Log Level: info
12690
+ info: (Tilebot) MAX_STEPS: 1000
12691
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12692
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12693
+ info: (Tilebot) Using static bots
12694
+ info: (Tilebot) Connecting Redis...
12695
+ info: (Tilebot) Redis connected
12696
+ info: (Tilebot) Tilebot started
12697
+ info: Tilebot route successfully started.
12698
+ info: Tilebot connector listening on port 10001
12699
+ info: Starting tilebot server...
12700
+ info: (Tilebot) Starting Tilebot..
12701
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12702
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10002/modules/tilebot
12703
+ info: (Tilebot) Log Level: info
12704
+ info: (Tilebot) MAX_STEPS: 1000
12705
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12706
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12707
+ info: (Tilebot) Using static bots
12708
+ info: (Tilebot) Connecting Redis...
12709
+ info: (Tilebot) Redis connected
12710
+ info: (Tilebot) Tilebot started
12711
+ info: Tilebot route successfully started.
12712
+ info: Tilebot connector listening on port 10001
12713
+ info: Starting tilebot server...
12714
+ info: (Tilebot) Starting Tilebot..
12715
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12716
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12717
+ info: (Tilebot) Log Level: info
12718
+ info: (Tilebot) MAX_STEPS: 1000
12719
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12720
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12721
+ info: (Tilebot) Using static bots
12722
+ info: (Tilebot) Connecting Redis...
12723
+ info: (Tilebot) Redis connected
12724
+ info: (Tilebot) Tilebot started
12725
+ info: Tilebot route successfully started.
12726
+ info: Tilebot connector listening on port 10001
12727
+ info: Starting tilebot server...
12728
+ info: (Tilebot) Starting Tilebot..
12729
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12730
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12731
+ info: (Tilebot) Log Level: info
12732
+ info: (Tilebot) MAX_STEPS: 1000
12733
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12734
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12735
+ info: (Tilebot) Using static bots
12736
+ info: (Tilebot) Connecting Redis...
12737
+ info: (Tilebot) Redis connected
12738
+ info: (Tilebot) Tilebot started
12739
+ info: Tilebot route successfully started.
12740
+ info: Tilebot connector listening on port 10001
12741
+ error: DirWebRequestV2 Error parsing webRequest jsonBody: "{\"name\":myname,\"email\":\"myemail\"}"
12742
+ Error: {}
12743
+ info: Starting tilebot server...
12744
+ info: (Tilebot) Starting Tilebot..
12745
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12746
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12747
+ info: (Tilebot) Log Level: info
12748
+ info: (Tilebot) MAX_STEPS: 1000
12749
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12750
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12751
+ info: (Tilebot) Using static bots
12752
+ info: (Tilebot) Connecting Redis...
12753
+ info: (Tilebot) Redis connected
12754
+ info: (Tilebot) Tilebot started
12755
+ info: Tilebot route successfully started.
12756
+ info: Tilebot connector listening on port 10001
12757
+ info: Redis: value; value: 1
12758
+ info: Redis: value; value: Andrea
12759
+ info: Redis: value; value: Luis
12760
+ info: Redis: value; value: [object Object]
12761
+ info: Redis: value; value: [object Object]
12762
+ info: Redis: total; value: 4
12763
+ info: Redis: total; value: 4
12764
+ info: Redis: total; value: Francesco Latino Tiledesk
12765
+ info: Redis: summary; value: andrea sponziello tiledesk
12766
+ error: (DirSetAttribute) Invalid action: {"0":{"argument":"operands","instance":{"operators":["addAsNumber","subtractAsNumber","divideAsNumber","multiplyAsNumber"]},"message":"requires property \"operands\"","name":"required","path":["operation"],"property":"instance.operation","schema":{"additionalProperties":false,"properties":{"operands":{"items":{"additionalProperties":false,"if":{"properties":{"isVariable":{"const":true}}},"properties":{"function":{"enum":["capitalizeAsString","upperCaseAsString","lowerCaseAsString","absAsNumber","ceilAsNumber","floorAsNumber","roundAsNumber"],"type":"string"},"isVariable":{"type":"boolean"},"value":{"type":"string"}},"required":["value","isVariable"],"then":{"properties":{"value":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"}}},"type":"object"},"minItems":1,"type":"array"},"operators":{"items":{"enum":["addAsNumber","addAsString","subtractAsNumber","multiplyAsNumber","divideAsNumber"],"type":"string"},"type":"array"}},"required":["operands"],"type":"object"},"stack":"instance.operation requires property \"operands\""}}
12767
+ error: (DirSetAttribute) Invalid action: {"0":{"argument":"_tdActionType","instance":{},"message":"requires property \"_tdActionType\"","name":"required","path":[],"property":"instance","schema":{"additionalProperties":false,"properties":{"_tdActionId":{"type":["string","null"]},"_tdActionTitle":{"type":["string","null"]},"_tdActionType":{"enum":["setattribute"],"type":"string"},"destination":{"type":"string"},"operation":{"additionalProperties":false,"properties":{"operands":{"items":{"additionalProperties":false,"if":{"properties":{"isVariable":{"const":true}}},"properties":{"function":{"enum":["capitalizeAsString","upperCaseAsString","lowerCaseAsString","absAsNumber","ceilAsNumber","floorAsNumber","roundAsNumber"],"type":"string"},"isVariable":{"type":"boolean"},"value":{"type":"string"}},"required":["value","isVariable"],"then":{"properties":{"value":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"}}},"type":"object"},"minItems":1,"type":"array"},"operators":{"items":{"enum":["addAsNumber","addAsString","subtractAsNumber","multiplyAsNumber","divideAsNumber"],"type":"string"},"type":"array"}},"required":["operands"],"type":"object"}},"required":["_tdActionType","destination","operation"],"type":"object"},"stack":"instance requires property \"_tdActionType\""},"1":{"argument":"destination","instance":{},"message":"requires property \"destination\"","name":"required","path":[],"property":"instance","schema":{"additionalProperties":false,"properties":{"_tdActionId":{"type":["string","null"]},"_tdActionTitle":{"type":["string","null"]},"_tdActionType":{"enum":["setattribute"],"type":"string"},"destination":{"type":"string"},"operation":{"additionalProperties":false,"properties":{"operands":{"items":{"additionalProperties":false,"if":{"properties":{"isVariable":{"const":true}}},"properties":{"function":{"enum":["capitalizeAsString","upperCaseAsString","lowerCaseAsString","absAsNumber","ceilAsNumber","floorAsNumber","roundAsNumber"],"type":"string"},"isVariable":{"type":"boolean"},"value":{"type":"string"}},"required":["value","isVariable"],"then":{"properties":{"value":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"}}},"type":"object"},"minItems":1,"type":"array"},"operators":{"items":{"enum":["addAsNumber","addAsString","subtractAsNumber","multiplyAsNumber","divideAsNumber"],"type":"string"},"type":"array"}},"required":["operands"],"type":"object"}},"required":["_tdActionType","destination","operation"],"type":"object"},"stack":"instance requires property \"destination\""},"2":{"argument":"operation","instance":{},"message":"requires property \"operation\"","name":"required","path":[],"property":"instance","schema":{"additionalProperties":false,"properties":{"_tdActionId":{"type":["string","null"]},"_tdActionTitle":{"type":["string","null"]},"_tdActionType":{"enum":["setattribute"],"type":"string"},"destination":{"type":"string"},"operation":{"additionalProperties":false,"properties":{"operands":{"items":{"additionalProperties":false,"if":{"properties":{"isVariable":{"const":true}}},"properties":{"function":{"enum":["capitalizeAsString","upperCaseAsString","lowerCaseAsString","absAsNumber","ceilAsNumber","floorAsNumber","roundAsNumber"],"type":"string"},"isVariable":{"type":"boolean"},"value":{"type":"string"}},"required":["value","isVariable"],"then":{"properties":{"value":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"}}},"type":"object"},"minItems":1,"type":"array"},"operators":{"items":{"enum":["addAsNumber","addAsString","subtractAsNumber","multiplyAsNumber","divideAsNumber"],"type":"string"},"type":"array"}},"required":["operands"],"type":"object"}},"required":["_tdActionType","destination","operation"],"type":"object"},"stack":"instance requires property \"operation\""}}
12768
+ error: (DirSetAttribute) Invalid action: operators === undefined && operands.length !== 1
12769
+ error: (DirSetAttribute) Invalid action: operators.length !== operands.length - 1
12770
+ error: (DirSetAttribute) Invalid action: {"0":{"argument":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$","instance":"inject(here);","message":"does not match pattern \"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$\"","name":"pattern","path":["operation","operands",0,"value"],"property":"instance.operation.operands[0].value","schema":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"},"stack":"instance.operation.operands[0].value does not match pattern \"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$\""}}
12771
+ error: (DirSetAttribute) Invalid action: {"0":{"argument":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$","instance":"inject(here);","message":"does not match pattern \"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$\"","name":"pattern","path":["operation","operands",1,"value"],"property":"instance.operation.operands[1].value","schema":{"pattern":"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$"},"stack":"instance.operation.operands[1].value does not match pattern \"^[a-zA-Z_]*[a-zA-Z_]+[a-zA-Z0-9_]*$\""}}
12772
+ warn: DirIfOnlineAgents Incorrect directive:
12773
+ warn: DirIfOnlineAgents Incorrect directive:
12774
+ info: Starting tilebot server...
12775
+ info: (Tilebot) Starting Tilebot..
12776
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12777
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12778
+ info: (Tilebot) Log Level: info
12779
+ info: (Tilebot) MAX_STEPS: 1000
12780
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12781
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12782
+ info: (Tilebot) Using static bots
12783
+ info: (Tilebot) Connecting Redis...
12784
+ info: (Tilebot) Redis connected
12785
+ info: (Tilebot) Tilebot started
12786
+ info: Tilebot route successfully started.
12787
+ info: Tilebot connector listening on port 10001
12788
+ info: Starting tilebot server...
12789
+ info: (Tilebot) Starting Tilebot..
12790
+ info: (Tilebot) settings.API_ENDPOINT:http://localhost:10002
12791
+ info: (Tilebot) settings.TILEBOT_ENDPOINT:http://localhost:10001
12792
+ info: (Tilebot) Log Level: info
12793
+ info: (Tilebot) MAX_STEPS: 1000
12794
+ info: (Tilebot) MAX_EXECUTION_TIME: 28800000
12795
+ info: (Tilebot) Starting Tilebot connector v2.0.8-rc1
12796
+ info: (Tilebot) Using static bots
12797
+ info: (Tilebot) Connecting Redis...
12798
+ info: (Tilebot) Redis connected
12799
+ info: (Tilebot) Tilebot started
12800
+ info: Tilebot route successfully started.
12801
+ info: Tilebot connector listening on port 10001
12802
+ error: (TiledeskExpression) evaluateJavascriptExpression error: Unexpected token ']' - while evaluating the following expression: '$data.andrea[].{ === undefined'
12803
+ error: (TiledeskExpression) evaluateJavascriptExpression error: Unexpected token ']' - while evaluating the following expression: 'Number($data.varName) === Number($data.var[].{)'
12804
+ error: (TiledeskExpression) evaluateJavascriptExpression error: missing ) after argument list - while evaluating the following expression: 'Number($data.age()...[) < Number("10")'
12805
+ error: (TiledeskExpression)Condition evaluation stopped because of invalid operand2 [object Object]
12806
+ error: (TiledeskExpression) Condition evaluation stopped because of invalid operand1 11height
12807
+ error: (TiledeskExpression) Invalid JSON Group expression {"conditions":[{"operand1":"11height","operand2":{"type":"const","value":"1"},"operator":"greaterThan","type":"condition"},{"operator":"AND","type":"operator"},{"operand1":"name","operand2":{"type":"const","value":"And"},"operator":"startsWith","type":"condition"}],"type":"expression"}