aoout / obsidian-rss-copyist

Get the RSS articles as notes.
MIT License
26 stars 0 forks source link

Fetch feed doesnt work #3

Open vozer opened 6 months ago

vozer commented 6 months ago

Plugin fails with following error when trying to fetch feed:

        (await this.getUrlContent(r)).items.slice(0, n).forEach(async u=>{
            Ye.htmlToMarkdown)(u.content);

image

aoout commented 6 months ago

please tell me the rss link.

Shyclops commented 4 months ago

I also have some RSS feeds whic

RSS Feed : https://www.tomscott.com/updates.xml

Error: Uncaught (in promise) TypeError: undefined is not a string, or an element/document/fragment node.
    at k.turndown (turndown.js:2:9968)
    at yb (app.js:1:722835)
    at eval (plugin:rss-copyist:18:76640)
    at Array.forEach (<anonymous>)
    at Pi.syncFeed (plugin:rss-copyist:18:76595)    

RSS Feed : https://thesam.zone/tags/beryl/index.xml

plugin:rss-copyist:18 Uncaught (in promise) TypeError: Failed to construct 'URL': Invalid URL
    at Pi.loadWebpageText (plugin:rss-copyist:18:77236)
    at eval (plugin:rss-copyist:18:76669)
    at Array.forEach (<anonymous>)
    at Pi.syncFeed (plugin:rss-copyist:18:76595)

RSS Feed : url: https://research.openanalysis.net/feed.xml

Uncaught (in promise) TypeError: undefined is not a string, or an element/document/fragment node.
    at k.turndown (turndown.js:2:9968)
    at yb (app.js:1:722835)
    at eval (plugin:rss-copyist:18:76640)
    at Array.forEach (<anonymous>)
    at Pi.syncFeed (plugin:rss-copyist:18:76595)