Are you using stock Docker compose setup? Yes
Describe the problem you’re having:
I’ve been subscribed to Plex Media Server for a long time, and sometime in the past week it stopped updating with 403 errors. Happens in demo instance as well, and also fails myfeedsucks. Appears to be blocking based on User Agent:
wget Plex Media Server --user-agent=“Tiny Tiny RSS/21.03-ceb8179cc (http://tt-rss.org/)”
–2021-03-25 13:52:34-- Plex Media Server
Resolving forums.plex.tv (forums.plex.tv)… 216.218.159.24, 2001:470:1:9f1::24
Connecting to forums.plex.tv (forums.plex.tv)|216.218.159.24|:443… connected.
HTTP request sent, awaiting response… 403 Forbidden
2021-03-25 13:52:34 ERROR 403: Forbidden.
wget Plex Media Server --user-agent=“Blah RSS/21.03-ceb8179cc (http://blahrss.org/)”
–2021-03-25 13:53:19-- Plex Media Server
Resolving forums.plex.tv (forums.plex.tv)… 216.218.159.24, 2001:470:1:9f1::24
Connecting to forums.plex.tv (forums.plex.tv)|216.218.159.24|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: unspecified [application/rss+xml]
Saving to: ‘30447.rss.1’
30447.rss.1 [ <=> ] 31.01K --.-KB/s in 0.02s
2021-03-25 13:53:20 (1.25 MB/s) - ‘30447.rss.1’ saved [31750]
Include steps to reproduce the problem:
Try to subscribe, or force refresh of existing subscription.
tt-rss version (including git commit id):
8c32ed76d
Platform (i.e. Linux distro, PHP, PostgreSQL, etc) versions:
Ubuntu 18.04, docker-compose
Please provide any additional information below:
With research, I saw that SELF_USER_AGENT is supposed to help work around this. Either it’s been removed, or (likely) I cannot figure how to properly implement it in .env (TTRSS_SELF_USER_AGENT=“Mozilla”) or config.php.