PipedreamHQ / PipedreamHQ/pipedream
[BUG] YouTube delete playlist item - "..not found"
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
**Describe the bug**
Using this component, I cannot feed the playlist item ID using a variable from a prior component.
The only way I can delete the item is by selecting the specific video in the drop-down.
Error note reported is "Playlist item not found."
**To Reproduce**
Steps to reproduce the behavior:
1. Add YouTube component for deleting Youtube playlist item
2. Use the playlist video ID from an earlier module for "Trigger when there's a new playlist item".
To note, I am aware that there are different IDs for YouTube for the playlist itself, for the video itself, and for the ID of that video in a specific playlist, at a specific place (you can have the same video on a playlist twice so the video ID is diff, but they will both have unique playlist item IDs).
I have tried inserting the variable, which should be type _string_ using double quotes and even square brackets, I.e.:
```
UExnXzhINjU3OXpNWVdpMi1KamllcEdINWYxMEhFLU0tNi40NUU5MjUxOUU1MDRGQzM0
"UExnXzhINjU3OXpNWVdpMi1KamllcEdINWYxMEhFLU0tNi40NUU5MjUxOUU1MDRGQzM0"
[UExnXzhINjU3OXpNWVdpMi1KamllcEdINWYxMEhFLU0tNi40NUU5MjUxOUU1MDRGQzM0]
["UExnXzhINjU3OXpNWVdpMi1KamllcEdINWYxMEhFLU0tNi40NUU5MjUxOUU1MDRGQzM0"]
```
**Expected behavior**
The item is removed from the playlist.
**Desktop (please complete the following information):**
- OS: W10 & W11
- Browser: FireFox 134.0.1 (64-bit)
Contributor guide
Assessment
This issue has not been assessed yet.