ReadYou icon indicating copy to clipboard operation
ReadYou copied to clipboard

Nothing happens when importing RSS Guard OPML with specific feeds URLs, directly subscribing to said feeds works fine

Open xfzv opened this issue 3 years ago • 0 comments

1. Environment

  • Device: OnePlus 7 Pro
  • OS: Android 12.1
  • ReadYou version: 0.8.3

2. Describe the bug

  1. Create a local dabatase on RSS Guard (version 4.2.3)
  2. Add some feeds such as:
    • https://old.reddit.com/r/linux/comments/wocowb/which_web_browser_do_you_use_and_why/.rss
    • https://reddit.0qz.fun/r/linux.json
  3. Go to "Accounts" > "Export feeds" (Checking or unchecking "Export Icons" doesn't make any difference)
  4. Try to import the OPML file in Read You
  5. Nothing happens

Note that the issue occurs only with these reddit feeds for some reasons. I have quite a lot of other feeds and I can import them just fine via OPML file.

I'm aware of https://github.com/Ashinch/ReadYou/issues/13 but directly subscribing to these reddit feeds works fine, it's only the opml importing which fails so I thought I'd create an issue.

OPML content:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<opml version="2.0" xmlns:rssguard="https://github.com/martinrotter/rssguard">
  <head>
    <title>RSS Guard</title>
    <dateCreated>Sun, 14 Aug 2022 21:36:51 GMT</dateCreated>
  </head>
  <body>
    <outline text="Tech - reddit" description="">
      <outline text="New comments" description="">
        <outline rssguard:postProcess="" text="Which web browser do you use and why? : linux" xmlUrl="https://old.reddit.com/r/linux/comments/wocowb/which_web_browser_do_you_use_and_why/.rss" encoding="UTF-8" version="ATOM" type="rss" title="Which web browser do you use and why? : linux" rssguard:xmlUrlType="0" description="All things Linux and GNU/Linux -- this is neither a community exclusively about the kernel Linux, nor is exclusively about the GNU Operating System."/>
      </outline>
      <outline rssguard:postProcess="" text="r/linux" xmlUrl="https://reddit.0qz.fun/r/linux.json" encoding="UTF-8" version="RSS" type="rss" title="r/linux" rssguard:xmlUrlType="0" description="Reddit RSS feed that links directly to the content"/>
    </outline>
  </body>
</opml>

xfzv avatar Aug 14 '22 21:08 xfzv