joethei / obsidian-rss

Read RSS Feeds from inside Obsidian
GNU General Public License v3.0
395 stars 23 forks source link

Cannot get to rss feeds #66

Closed pwright closed 2 years ago

pwright commented 2 years ago

After installing this plug in, and adding feeds, I cannot see list of items. I've tried:

The RSS Reader: Open item isn't in the command pallette (mentioned in #46 )

I can use the command pallette RSS Reader: Open Feed from URL to preview a feed and create notes (works great)

joethei commented 2 years ago

Could you check if there is anything in the console if you are on desktop(Ctrl/Cmd+Shift+I)?

pwright commented 2 years ago

thanks for looking at this, here's what I see in console

md5.ts:279 Uncaught (in promise) TypeError: Cannot read property 'length' of undefined
    at Md55.appendStr (eval at <anonymous> (app.js:1), <anonymous>:694:29)
    at eval (eval at <anonymous> (app.js:1), <anonymous>:6506:67)
    at Array.forEach (<anonymous>)
    at eval (eval at <anonymous> (app.js:1), <anonymous>:6497:14)
    at Generator.next (<anonymous>)
    at fulfilled (eval at <anonymous> (app.js:1), <anonymous>:54:24)
joethei commented 2 years ago

thanks for looking at this, here's what I see in console

Okay, if I am interpreting this correctly this issue should now be fixed.

pwright commented 2 years ago

thanks @joethei - I needed to reinstall, but all working now.. created #67 for new users like me