shgysk8zer0 / awesome-rss

Puts an RSS/Atom subscribe button back in URL bar
https://addons.mozilla.org/en-US/firefox/addon/awesome-rss/
GNU General Public License v3.0
190 stars 21 forks source link

bad address for xml file #126

Open promeneur opened 5 years ago

promeneur commented 5 years ago

awesome rss 1.3.5

To Reproduce Steps to reproduce the behavior:

  1. Go to www.liberation.fr
  2. Click on rss icon
  3. a window open asking if i want to use akregator
  4. click on ok
  5. go to akreagator to see what is recorded in "imported"
  6. select stream and "modify stream" in contextual menu
  7. in "general" tab the URL is https:///tmp/mozilla_user0/0ZFsmr25.atom

Expected behavior

The url is the right one. Something like this http://www.liberation.fr/..../atom

Desktop (please complete the following information):

shgysk8zer0 commented 5 years ago

Sounds like either a bug in Firefox on openSuse where downloads have the wrong scheme (https:// instead of file://) or something in URL parsing in akreagator, possibly due to not supporting downloaded files.

Can you confirm that akreagator is capable of opening and working with downloaded files?

In an upcoming release, I'll be adding an option for copy to clipboard to assist with subscribing. Unfortunately, Firefox's recent removal of support for RSS/LIve Bookmarks as well as registering content handlers has left me with a lot of work to do, so it's taking a while.

promeneur commented 5 years ago

In point 7 I indicate that the url used by akregator is "https:///tmp/mozilla_user0/0ZFsmr25.atom" It's a wrong url. A right url is "file:///tmp/mozilla_user0/0ZFsmr25.atom" I conclude that akregator does not know how to deal with a file.

I confirm this using contextual menu to open "/tmp/mozilla_user0/0ZFsmr25.atom". Again akregator want to use "https:///tmp/mozilla_user0/0ZFsmr25.atom".

I assume this is an akregator bug.