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
This is triggered by at least one podcast distributed through Substack. The podcast releases episodes a few days early to paying subscribers, and these subcriber-only episodes appear in the RSS feed.
When castget attempts to download one of them, it receives an HTTP 401 and writes out a 12-byte .mp3 file containing the ascii text {"error":""}, no trailing newline.
The expected behavior in this case is that no file be written at all.
At the top of my castgetrc, I have
[*]
filename=%(date) - %(title).mp3
Which may be involved.
The text was updated successfully, but these errors were encountered:
This is triggered by at least one podcast distributed through Substack. The podcast releases episodes a few days early to paying subscribers, and these subcriber-only episodes appear in the RSS feed.
When castget attempts to download one of them, it receives an HTTP 401 and writes out a 12-byte .mp3 file containing the ascii text
{"error":""}
, no trailing newline.The expected behavior in this case is that no file be written at all.
At the top of my castgetrc, I have
Which may be involved.
The text was updated successfully, but these errors were encountered: