Open kaptainkangaroo opened 3 months ago
Thanks for the hint. I'll have a look at it
How do I download other languages?
Thanks for the hint. I'll have a look at it
Hello hapheus, how is it going ? do you have any good news about your node ?
i tried the latest 0.6.0 also.. same issue.
Changed to a different package in version 0.7.1
Changed to a different package in version 0.7.1
Here it continues the same error.
The new version should have a fields for language and fallback language. Did you restart your n8n instance after updating?
I restarted n8n self hosted and still an error.
The new version should have a fields for language and fallback language. Did you restart your n8n instance after updating?
I will reinstall my n8n, I think there are some folders missing.
Hello !
I updated to last version too. I restarted my dockerized n8n instance too.
I get the same error.
@alexandrexgoulart If you get some good result with a total reinstall, tell us and I will try and let you know too.
The new version (0.8.0) uses puppeteer
with stealth-plugin
, that uses the real browser in headless mode.
The node was working for me 2 days ago. But stopped working now. I believe its because Youtube is blocking IPs for scraping.
possibly related to this: https://github.com/adnjoo/fast-youtube-summary/issues/26
Here is the error log. { "errorMessage": "Internal error", "errorDetails": { "rawErrorMessage": [ "[YoutubeTranscript] 🚨 Impossible to retrieve Youtube video ID." ] }, "n8nDetails": { "nodeName": "Youtube Transcript1", "nodeType": "n8n-nodes-youtube-transcript.youtubeTranscriptNode", "nodeVersion": 1, "itemIndex": 0, "time": "8/22/2024, 2:55:11 PM", "n8nVersion": "1.54.4 (Self Hosted)", "binaryDataMode": "default", "stackTrace": [ "NodeOperationError: [YoutubeTranscript] 🚨 Impossible to retrieve Youtube video ID.", " at Object.execute (/home/node/.n8n/nodes/node_modules/n8n-nodes-youtube-transcript/nodes/YoutubeTranscriptNode/YoutubeTranscriptNode.node.ts:89:12)", " at processTicksAndRejections (node:internal/process/task_queues:95:5)", " at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:728:19)", " at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:673:51", " at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1104:20" ] } }