RSS Reader unable to open one feed

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
G. Danton
New Cone
New Cone
Posts: 1
Joined: 12 Jan 2021 22:47

RSS Reader unable to open one feed

Postby G. Danton » 12 Jan 2021 23:17

I am using VLC to listen to podcasts, and something weird is happening with one (and only one) feed I have. If I click any track in that feed, I get an error. VLC reads every other RSS feed fine, and any other RSS reader I check reads this podcast's one fine. For some reason it's the specific interaction between this one feed and this one player. Here's an example error:
Your input can't be opened:
VLC is unable to open the MRL 'https://pdcn.co/e/http://feeds.soundclo ... -leong.mp3'. Check the log for details.
the more verbose version I found in messages is too long and won't let me post, so I trimmed the first part:
main debug: `https://pdcn.co/e/http://feeds.soundclo ... itrick.mp3' gives access `https' demux `any' path `pdcn.co/e/http://feeds.soundcloud.com/stream/9639 ... itrick.mp3'
main debug: creating demux: access='https' demux='any' location='pdcn.co/e/http://feeds.soundcloud.com/stream/9639 ... itrick.mp3' file='\\pdcn.co\e\http:\\feeds.soundcloud.com\stream\963992743-ballin-out-super-z-049-5-minutes-to-midnight-w-david-sitrick.mp3'
main debug: looking for access_demux module matching "https": 15 candidates
main debug: no access_demux modules matched
main debug: creating access: https://pdcn.co/e/http://feeds.soundclo ... itrick.mp3
main debug: (path: \\pdcn.co\e\http:\\feeds.soundcloud.com\stream\963992743-ballin-out-super-z-049-5-minutes-to-midnight-w-david-sitrick.mp3)
main debug: looking for access module matching "https": 26 candidates
main debug: looking for meta fetcher module matching "any": 1 candidates
main debug: looking for tls client module matching "any": 1 candidates
lua debug: Trying Lua scripts in C:\Users\arthu\AppData\Roaming\vlc\lua\meta\fetcher
gnutls debug: using GnuTLS version 3.5.19
lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\fetcher
main debug: no meta fetcher modules matched
gnutls debug: loaded 61 trusted CAs from system
main debug: using tls client module "gnutls"
main debug: resolving pdcn.co ...
qt debug: IM: Setting an input
gnutls debug: TLS handshake: Resource temporarily unavailable, try again.
gnutls debug: TLS handshake: Success.
gnutls debug: - safe renegotiation (RFC5746) enabled
gnutls debug: - false start (RFC7918) enabled
http debug: out SETTINGS (0x04) frame of 30 bytes, flags 0x00, global
http debug: out HEADERS (0x01) frame of 255 bytes, flags 0x05, stream 1
http debug: in SETTINGS (0x04) frame of 18 bytes, flags 0x00, global
http debug: setting: Concurrent streams (0x0003): 128
http debug: setting: Initial window size (0x0004): 65536
http debug: setting: Frame size (0x0005): 16777215
http debug: out SETTINGS (0x04) frame of 0 bytes, flags 0x01, global
http debug: in WINDOW_UPDATE (0x08) frame of 4 bytes, flags 0x00, global
http debug: in SETTINGS (0x04) frame of 0 bytes, flags 0x01, global
http debug: in HEADERS (0x01) frame of 218 bytes, flags 0x04, stream 1
http debug: stream 1 8 headers:
http debug: :status: "302"
http debug: date: "Tue, 12 Jan 2021 22:14:04 GMT"
http debug: content-type: "text/html; charset=UTF-8"
http debug: location: "https://http:/feeds.soundcloud.com/stre ... itrick.mp3"
http debug: server: "nginx"
http debug: x-frame-options: "SAMEORIGIN"
http debug: x-xss-protection: "1; mode=block"
http debug: x-content-type-options: "nosniff"
http debug: in DATA (0x00) frame of 0 bytes, flags 0x01, stream 1
http debug: out (priority) WINDOW_UPDATE (0x08) frame of 4 bytes, flags 0x00, global
http debug: stream 1 closed by peer
http error: local stream 1 error: Cancellation (0x8)
http debug: out RST_STREAM (0x03) frame of 4 bytes, flags 0x00, stream 1
http debug: local shutdown
http debug: out GOAWAY (0x07) frame of 8 bytes, flags 0x00, global
main debug: no access modules matched
main debug: redirecting to: https://http:/feeds.soundcloud.com/stre ... itrick.mp3
main debug: creating access: https://http:/feeds.soundcloud.com/stre ... itrick.mp3
main debug: (path: \\http:\feeds.soundcloud.com\stream\963992743-ballin-out-super-z-049-5-minutes-to-midnight-w-david-sitrick.mp3)
main debug: looking for access module matching "https": 26 candidates
main debug: looking for tls client module matching "any": 1 candidates
gnutls debug: using GnuTLS version 3.5.19
gnutls debug: loaded 61 trusted CAs from system
main debug: using tls client module "gnutls"
main debug: resolving http ...
main error: cannot resolve http port 443: No such host is known.
access error: HTTP connection failure
main debug: no access modules matched
main debug: dead input
qt debug: IM: Deleting the input
main debug: nothing to play
If I copy and paste that mrl into my browser it plays fine. I wondered if it requires a login I'd forgotten about or something, but the link still works in a private browser in Chrome. If I download an episode manually and drop the file into VLC, it plays fine.

I tried to check the log mentioned in the error, but couldn't find it.

Lotesdelere
Cone Master
Cone Master
Posts: 10074
Joined: 08 Sep 2006 04:39
Location: Europe

Re: RSS Reader unable to open one feed

Postby Lotesdelere » 13 Jan 2021 10:35

Looks like https://pdcn.co/e/http://feeds.soundclo ... -leong.mp3
redirects to https://cf-media.sndcdn.com/Ao5ruZbQ50F ... MXM5DG6EPQ

which might be the reason why it doesn't work.

Also notice the https://pdcn.co/e/http://feeds.soundcloud.com and pdcn.co returns this error message:

Code: Select all

Corrupted Content Error The site at https://pdcn.co/ has experienced a network protocol violation that cannot be repaired. The page you are trying to view cannot be shown because an error in the data transmission was detected.

Rémi Denis-Courmont
Developer
Developer
Posts: 15312
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: RSS Reader unable to open one feed

Postby Rémi Denis-Courmont » 13 Jan 2021 13:56

The location redirects to an invalid address. Server side issue.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 59 guests