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
ERROR rsspls::feed > unable to process RSS item matching 'data'
Caused by:
element selected as link has no 'href' attribute
When I don't actually use the link element. I just have this in feeds.toml:
[[feed]]
title = "JEWISH NATIONAL FUND v. MINISTER OF NATIONAL REVENUE A-245-24"
filename = "JNFvMNR.rss"
user_agent = "Mozilla/5.0"
[feed.config]
url = "file://[local path redacted]/A-245-24.xml"
item = "data"
heading = "RECORDED_ENTRY"
summary = "DOCNO"
date = "FILING_DATE"
So I'm a bit confused as to why it's searching for a link. Though it is true there are no hrefs anywhere in the source xml file.
For reference, this flows from the same situation described in issue 61
The text was updated successfully, but these errors were encountered:
I'm getting the following error:
When I don't actually use the link element. I just have this in feeds.toml:
So I'm a bit confused as to why it's searching for a link. Though it is true there are no hrefs anywhere in the source xml file.
For reference, this flows from the same situation described in issue 61
The text was updated successfully, but these errors were encountered: