You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
I have 3 ytdl-sub containers (ytdlp) that all use my google accounts youtube cookie and they seem to bypass age restriction and everything else, but in trailarr I can't download ANYTHING because of this "yt_dlp.utils.DownloadError: ERROR: [youtube] YwEZv8NJSEA: Sign in to confirm your age. This video may be inappropriate for some users."
The path in trailarr and permissions are correct and I'm not sure what else there is for me to check really.
I've even followed instructions on your subreddit and documentation here, trying to make another youtube/google account and doing all the directions to a T and I still get the same error.
The only thing different between my compose and yours I think is I am running mine inside a gluetun docker network so I don't get IP banned from youtube again.
Steps To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Actual behavior
A clear and concise description of what is happening.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
App Information (please complete the following information):
Do you mind if I ask what are those other yt-dl containers? I am only asking because I want to check their implementation of yt-dl
I think I also faced this issue sometimes. I added some local logging to check that cookies path read correctly - it is. On the code level for the first sight it looked ok so I didn't dig deeper.
If I remember correctly I compared it with a TubeArchivist.
Describe the bug
A clear and concise description of what the bug is.
I have 3 ytdl-sub containers (ytdlp) that all use my google accounts youtube cookie and they seem to bypass age restriction and everything else, but in trailarr I can't download ANYTHING because of this "yt_dlp.utils.DownloadError: ERROR: [youtube] YwEZv8NJSEA: Sign in to confirm your age. This video may be inappropriate for some users."
The path in trailarr and permissions are correct and I'm not sure what else there is for me to check really.
I've even followed instructions on your subreddit and documentation here, trying to make another youtube/google account and doing all the directions to a T and I still get the same error.
The only thing different between my compose and yours I think is I am running mine inside a gluetun docker network so I don't get IP banned from youtube again.
Steps To Reproduce
Steps to reproduce the behavior:
Actual behavior
A clear and concise description of what is happening.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
App Information (please complete the following information):
dpkg --print-architecture
to find out). [e.g. arm64, amd64] amd64Additional context
Add any other context about the problem here.
` trailarr:
image: nandyalu/trailarr:latest
container_name: trailarr
network_mode: "service:gluetun"
environment:
- TZ=America/Detroit
- PUID=1000
- PGID=1000
# ports:
# - 7889:7889
volumes:
- /mnt/TempZoom/opt/trailarr/config:/config
- /mnt:/mnt
# - <LOCAL_MEDIA_FOLDER>:<SONARR_ROOT_FOLDER>
restart: unless-stopped
`
The text was updated successfully, but these errors were encountered: