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
I noticed that Piped feeds tend to fail refreshing very often as far as I'm concerned, every day actually:
level=WARN msg="Unable to fetch feed" feed_url="https://pipedapi.kavin.rocks/feed/unauthenticated/rss?channels=redacted" error="fetcher: Get \"https://pipedapi.kavin.rocks/feed/unauthenticated/rss?channels=redacted\": dial tcp:lookup pipedapi.kavin.rocks: i/o timeout"level=WARN msg="Unable to fetch feed" feed_url="https://pipedapi.kavin.rocks/feed/unauthenticated/rss?channels=redacted" error="fetcher: Get \"https://pipedapi.kavin.rocks/feed/unauthenticated/rss?channels=redacted\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"level=WARN msg="Unable to refresh a feed" user_id=refacted feed_id=redacted error="fetcher: Get \"https://pipedapi.kavin.rocks/feed/unauthenticated/rss?channels=refacted\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"
I have about 10 Piped feeds and they all fail at some point, just not all of them at the same time during a refresh batch.
Said feeds URLs are accessible from the browser or with curl:
% time curl -s -o /dev/null "https://pipedapi.kavin.rocks/feed/unauthenticated/rss?channels=xxxxxxxxxxxxxxxxxxxxxxxx"curl -s -o /dev/null 0.61s user 0.04s system 80% cpu 0.804 total
Plus, they're usually refreshed just fine during the next refresh batch.
Just wondering if anyone else's seeing the same behavior and maybe if there's a workaround.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I noticed that Piped feeds tend to fail refreshing very often as far as I'm concerned, every day actually:
I have about 10 Piped feeds and they all fail at some point, just not all of them at the same time during a refresh batch.
Said feeds URLs are accessible from the browser or with
curl
:Plus, they're usually refreshed just fine during the next refresh batch.
Just wondering if anyone else's seeing the same behavior and maybe if there's a workaround.
Beta Was this translation helpful? Give feedback.
All reactions