hapheus / n8n-nodes-youtube-transcript

MIT License
8 stars 1 forks source link

ISSUE: Node not working now - Youtube is blocking IP addresses for this scraper #1

Open kaptainkangaroo opened 3 weeks ago

kaptainkangaroo commented 3 weeks ago

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" ] } }

hapheus commented 3 weeks ago

Thanks for the hint. I'll have a look at it