hapheus / n8n-nodes-youtube-transcript

MIT License
15 stars 6 forks source link

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

Open kaptainkangaroo opened 3 months ago

kaptainkangaroo commented 3 months 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 months ago

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

dasanworld commented 2 months ago

How do I download other languages?

alexandrexgoulart commented 1 month ago

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 ?

sdcharly commented 1 month ago

i tried the latest 0.6.0 also.. same issue.

hapheus commented 1 month ago

Changed to a different package in version 0.7.1

alexandrexgoulart commented 1 month ago

Changed to a different package in version 0.7.1

Here it continues the same error.

image

hapheus commented 1 month ago

The new version should have a fields for language and fallback language. Did you restart your n8n instance after updating?

image
alexandrexgoulart commented 1 month ago

image I restarted n8n self hosted and still an error.

alexandrexgoulart commented 1 month ago

The new version should have a fields for language and fallback language. Did you restart your n8n instance after updating?

image

I will reinstall my n8n, I think there are some folders missing.

painteau commented 1 month ago

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.

chrome_2024-10-24_13-16-52

hapheus commented 1 month ago

The new version (0.8.0) uses puppeteer with stealth-plugin, that uses the real browser in headless mode.