atareao / u2vpodcast

MIT License
18 stars 2 forks source link

Download forbidden #11

Closed gmag11 closed 10 months ago

gmag11 commented 1 year ago

Hi, After some weeks running u2vpodcast I've noticed that I've not getting new chapters into feeds. I get this into log:

 ✔ Container u2vpodcast  Started                                                                                                                                                   0.4s
u2vpodcast  | /app/migrations
u2vpodcast  | [youtube] Extracting URL: https://www.youtube.com/watch?v=It6_xZmjXJY
u2vpodcast  | [youtube] It6_xZmjXJY: Downloading webpage
u2vpodcast  | [youtube] It6_xZmjXJY: Downloading android player API JSON
u2vpodcast  | [info] It6_xZmjXJY: Downloading 1 format(s): 251
u2vpodcast  | [dashsegments] Total fragments: 1
u2vpodcast  | [download] Destination: /app/audios/robot_de_forex/It6_xZmjXJY.webm
u2vpodcast  | [download] Got error: HTTP Error 403: Forbidden. Retrying fragment 1 (1/10)...
u2vpodcast  | [download] Got error: HTTP Error 403: Forbidden. Retrying fragment 1 (2/10)...
u2vpodcast  | [download] Got error: HTTP Error 403: Forbidden. Retrying fragment 1 (3/10)...
u2vpodcast  | [download] Got error: HTTP Error 403: Forbidden. Retrying fragment 1 (4/10)...
u2vpodcast  | [download] Got error: HTTP Error 403: Forbidden. Retrying fragment 1 (5/10)...
u2vpodcast  | [download] Got error: HTTP Error 403: Forbidden. Retrying fragment 1 (6/10)...
u2vpodcast  | [download] Got error: HTTP Error 403: Forbidden. Retrying fragment 1 (7/10)...
u2vpodcast  | [download] Got error: HTTP Error 403: Forbidden. Retrying fragment 1 (8/10)...
u2vpodcast  | [download] Got error: HTTP Error 403: Forbidden. Retrying fragment 1 (9/10)...
u2vpodcast  | [download] Got error: HTTP Error 403: Forbidden. Retrying fragment 1 (10/10)...
[download] Got error: HTTP Error 403: Forbidden. Giving up after 10 retries
u2vpodcast  |
u2vpodcast  |
u2vpodcast  | ERROR: fragment 1 not found, unable to continue

Is there any way to increase log verbosity?

I've updated cookies.txt but result is the same.

gmag11 commented 1 year ago

@atareao After upgrading yt-dlp inside the container under user, it works fine again. Could you rebuild the image so it is updated on Docker Hub? Thanks

gmag11 commented 10 months ago

With latest versions this is fixed. yt-dlp is updated from time to time automatically. Thanks @atareao