-
Notifications
You must be signed in to change notification settings - Fork 6
Internal error [item 0] #4
Comments
{ |
Please note that a new version Additionally, ensure that If the problem persists after updating and verifying the dependencies, feel free to provide further details for additional troubleshooting. |
I upgraded to v0.8.2. Here is the error message. I just simply put video link and executed. { |
It looks like the update might not have completed successfully, as this seems to be the old version. Could you please try restarting your n8n instance to ensure the changes take effect? Sometimes, a restart is needed for updates to fully apply. |
ok - I am on v.0.8.2 and now got different error. I installed both puppeteer and chromium (npm install). let me know if I am doing something wrong? { |
It looks like there might be an issue with Puppeteer and Chromium not launching correctly. This often happens when Puppeteer cannot find or start Chromium. Here are a few steps you can try to debug and test this on your server:
Please try these steps and see if any of them resolve the issue. |
You might find some helpful hints and instructions in the following resources:
These pages often provide detailed guidance and common solutions for issues with Puppeteer. |
we are making progress :) the file could not run due to missing dependencies. I had to run the following command
However, the plugin in n8n is still not working. I restarted the container multiple times to rule out other issues. here is the error from n8n { |
I just installed it on local n8n instance and got the following error on the 1st run
NodeOperationError: Internal error at Object.execute (/.n8n/nodes/node_modules/n8n-nodes-youtube-transcript/nodes/YoutubeTranscriptNode/YoutubeTranscriptNode.node.ts:129:12) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Workflow.runNode (/usr/lib/node_modules/n8n/node_modules/n8n-workflow/src/Workflow.ts:1382:8) at /usr/lib/node_modules/n8n/node_modules/n8n-core/src/WorkflowExecute.ts:1167:27 at /usr/lib/node_modules/n8n/node_modules/n8n-core/src/WorkflowExecute.ts:1887:11
The text was updated successfully, but these errors were encountered: