I have error on " Set schema for eval " - "Parsing failed. Check you're using double quotes" :9
@rodneyzawalykut82532 ай бұрын
Great video and thanks for the template.. all seems to be working fine except getting an error at " Valid n8n workflow JSON? " - getting this error message "Cannot read properties of null (reading 'additional_kwargs')" . any ideas on how to fix.. not a tech savy person all this is very new to me. haha!
@Allma-ai2 ай бұрын
Same problem here lastes version n8n
@Allma-ai2 ай бұрын
I solved it by swapping the llm, but now I’m getting another error. Below is the error: { "errorMessage": "Parsing failed. Check you're using double quotes", "errorDetails": {}, "n8nDetails": { "nodeName": "Set schema for eval", "nodeType": "n8n-nodes-base.set", "nodeVersion": 3.4, "itemIndex": 0, "parameter": "assignments", "time": "19/10/2024, 15:11:54", "n8nVersion": "1.63.4 (Self Hosted)", "binaryDataMode": "default", "stackTrace": [ "NodeOperationError: Parsing failed. Check you're using double quotes", " at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Set/v2/manual.mode.js:197:15)", " at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Set/v2/SetV2.node.js:303:57)", " at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:722:42)", " at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:711:66", " at processTicksAndRejections (node:internal/process/task_queues:95:5)", " at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1141:20" ] } }
@leograciano_2 ай бұрын
@@Allma-ai Having the same issue with the Double Quotes thing
@rs140583 ай бұрын
Awesome video! 💪😎
@周復佑2 ай бұрын
Thanks bro you saved me day! I have a question. Since we have a large database, every conversation it will send entire data to openai which results in exceeds the token limit. How to deal with it?
@citydweller19852 ай бұрын
You have to connect a vector store database between.
@AdellaJarvisКүн бұрын
I'm getting a rate limit issue for open AI every time I chat with the assistant. I am on a pro open AI plan. Is n8n sending multiple parallel requests? How do I fix the workflow to get around this issue?
@n8n-ioКүн бұрын
Apparently there is a long-standing bug that API keys created when you had 0 credits don't work after credits are added. Fix is to create a new API key once you have credits. If that works, please do comment on here to help others in future!
@AdellaJarvis21 сағат бұрын
@@n8n-io Nope that didn't work. I already have credits. I added even more credits anyway and then generated a new key. I'm stilling having the same issue.
@DamianFlynnMVP3 ай бұрын
Genius ❤
@asiasi44193 ай бұрын
great idea! could you please help solving this "Sorry that doesn't look like a valid notion database url. Try again." tried multiple sheets (using templates)
@n8n-io3 ай бұрын
(Max here) there's a chance that in the generator workflow, in the "Notion" step that the .match function inside "Database" parameter is too restrictive. Try deleting: .match(/https:\/\/www\.notion\.so\/[a-zA-Z0-9-_]+\/[a-fA-F0-9]{32}/g)[0] Then try again :) I'll get the template updated too, thanks for posting this. Really helps!
@sergioldk94123 ай бұрын
@@n8n-io Hi! "I'm encountering the same error and haven't been able to resolve it. Here's what I have in the Notion node: {{ $json.chatInput }}. I've tried using your database as an example, but it's not working." I hope you can read this. Thank you!
@sergioldk94123 ай бұрын
@@n8n-io HI! I'm encountering the same error and haven't been able to resolve it. Here's what I have in the Notion node: {{ $json.chatInput }}. I've tried using your database as an example, but it's not working I hope you can read this. Thank you!