RSS Feeds not updating with 4.2.2

Windows specific questions, problems.
Post Reply
rshadd

RSS Feeds not updating with 4.2.2

Post by rshadd »

My RSS feeds quit working after installing 4.2.2. I rolled back to 4.2.1 and now my rss feeds are working properly.
NKL

Re: RSS Feeds not updating with 4.2.2

Post by NKL »

Thread found from observing the same behaviour. RSS feeds non-operational in v4.2.2 while fully functional in v4.2.1 while retaining same RSS target.

GOOD:

Code: Select all

qBittorrent v4.2.1 (64-Bit) (Qt: 5.13.2, Libtorrent: 1.2.3.0, Boost: 1.71.0, OpenSSL: 1.1.1d, zlib: 1.2.11)
BAD:

Code: Select all

qBittorrent v4.2.2 (64-Bit) (Qt: 5.14.1, Libtorrent: 1.2.5.0, Boost: 1.72.0, OpenSSL: 1.1.1e, zlib: 1.2.11)
The following is written to the log for the update of each RSS subscription (domain and api key scrubbed):

Code: Select all

2020-03-31 03:10 - Failed to download RSS feed at 'https://<subdomain>.<domain>.<tld>/<20charhex>'. Reason: An unknown network-related error was detected
Tests:
  • Success: CURL -XGET and wget on each RSS subscription with SSL-TLS while failing in qBittorrent v4.2.2.
  • Success: CURL -XGET and wget on each RSS subscription without SSL-TLS while failing in qBittorrent v4.2.2.
  • Success: CURL -XGET and wget on each RSS subscription with SSL-TLS while failing in qBittorrent v4.2.1.
  • Success: CURL -XGET and wget on each RSS subscription without SSL-TLS while failing in qBittorrent v4.2.1.
  • Not tested: Configuring RSS subscription pointing to a resource that is logged/traced to see if the client does call it or not from a Layer3 perspective. Can be done if requested if you are unable to reproduce it on your side.
NKL

Re: RSS Feeds not updating with 4.2.2

Post by NKL »

NKL wrote: Tue Mar 31, 2020 1:37 am Tests:
  • Success: CURL -XGET and wget on each RSS subscription with SSL-TLS while failing in qBittorrent v4.2.2.
  • Success: CURL -XGET and wget on each RSS subscription without SSL-TLS while failing in qBittorrent v4.2.2.
  • Success: CURL -XGET and wget on each RSS subscription with SSL-TLS while failing in qBittorrent v4.2.1.
  • Success: CURL -XGET and wget on each RSS subscription without SSL-TLS while failing in qBittorrent v4.2.1.
  • Not tested: Configuring RSS subscription pointing to a resource that is logged/traced to see if the client does call it or not from a Layer3 perspective. Can be done if requested if you are unable to reproduce it on your side.
Correction:
Tests:
  • CURL -XGET and wget on each RSS subscription with SSL-TLS successful while failing in qBittorrent v4.2.2.
  • CURL -XGET and wget on each RSS subscription without SSL-TLS successful while failing in qBittorrent v4.2.2.
  • CURL -XGET and wget on each RSS subscription with SSL-TLS successful while successful in qBittorrent v4.2.1.
  • CURL -XGET and wget on each RSS subscription without SSL-TLS successful while successful in qBittorrent v4.2.1.
  • Not tested: Configuring RSS subscription pointing to a resource that is logged/traced to see if the client does call it or not from a Layer3 perspective. Can be done if requested if you are unable to reproduce it on your side.
Post Reply