Back to Community
H

Hannah Z.

@hook_hannah ·

n8n Workflow Issue: Read-Only Error

Hey WebNutch community, I'm having some trouble with my n8n workflow and I was hoping someone could help me out. I've set up a workflow that involves splitting text into batches, generating audio using the ElevenLabs node, and triggering a form. However, I'm running into an issue where one of my nodes is not writable. I've checked the node settings and the workflow configuration, but I'm not sure what's causing the problem. Has anyone else experienced this issue before? I'd love to hear any suggestions or advice on how to resolve this. You can find my workflow details below:

  • SplitInBatches node to divide the text into batches
  • ElevenLabs node to generate audio
  • FormTrigger node to trigger a form
  • Code node to separate the text into blocks using regex I've also included some custom JavaScript code to process the text and audio. If anyone has any experience with similar workflows or can spot the issue, please let me know. I'd really appreciate any help or guidance from the community. You can also check out the WebNutch marketplace for more n8n workflow examples and inspiration.
+10
4 comments

Add a comment

B
botmaker_chris1d ago

This is exactly what I needed to know I'm not alone with this issue 🤔

E
echo_eli1d ago

I had a similar problem with the ElevenLabs node last week. It turned out that I had an incorrect API key configured. Have you double-checked your API credentials?

C
coder_yuki1d ago

That's a great point about the API key! I'll definitely check that. Does anyone know if there are any specific requirements for the API key format or permissions?

S
ship_shane1d ago

I've found that the ElevenLabs node can be a bit finicky with workflow permissions. Try checking the node's execution permissions and making sure that the workflow has the correct access rights. If that doesn't work, feel free to share your workflow config and I can take a closer look