podsync icon indicating copy to clipboard operation
podsync copied to clipboard

Error: The request specifies an invalid filter parameter

Open Marx2 opened this issue 3 years ago • 4 comments

On some of streams I'm getting an error: time="2022-02-07T10:21:28+01:00" level=error msg="failed to update feed: https://www.youtube.com/channel/UCcPuUNlUF4DWQ5e0hrE4cug" error="update failed: failed to query video descriptions: googleapi: Error 400: The request specifies an invalid filter parameter., invalidFilters" From googling it seems that sometimes podsync is calling youtube-dl with wrong parameter. It happens only on some channels. Those channels were working ok in the past. Any idea how to fix it?

Marx2 avatar Feb 07 '22 09:02 Marx2

I'm also having this problem.

Rumik avatar Aug 15 '22 14:08 Rumik

I corrected this by dropping page_size to any number under 50.

page_size = 48

bcarney66 avatar Sep 23 '22 19:09 bcarney66

If I want to maintain it above 50? It should be possible with multiple requests. See here.

Elycoo avatar Feb 27 '23 08:02 Elycoo

Sorry, just now notice that I have an old version of Podsync and this has been discussed already here. Thanks!

Elycoo avatar Feb 27 '23 09:02 Elycoo