Error fetching options from YouTube for getting videos from a playlist

Hi, getting this “Error fetching options from YouTube” when trying to retrieve videos from a playlist. The OAuth2 is connected successfully.

Information on your n8n setup

  • n8n version: 1.76.3
  • Database (default: SQLite):,Sqlite
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):**own,main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
  • **Operating system:**Windows

Welcome to the community @Senior_Thesis !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


You can specify the ID of the playlist when switching to expression mode.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.