-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when invoking liferea feed://…
#892
Comments
Is that even a valid Either way, it should not crash, so this is a bug. But the crash seems to come from telling libsoup to download a malformed url.
|
Oh, you're right. I tried quite hard to find what a feed: URI is supposed to like and couldn't find anything, and today the first result is https://en.wikipedia.org/wiki/Feed_URI_scheme which explains everything. I don't think I'll be able to persuade the Chrome extension I'm using to stop escaping it, but I'll figure out some workaround. Thanks for pointing me in the right direction. |
The error is in general updating feeds with URLs like
|
I guess the extension does this because otherwise a URL with the |
I think the extension does this because it is made originally for online services where the feeds are added by passing them as a parameter inside a url. |
@liskin Closing this if it is ok for you. |
I'm trying to integrate a browser extension with liferea, and it seems to right way to do that is to let it open
feed://%s
URI, which is then passed to xdg-open which invokesliferea feed://…
thanks to #193. Unfortunately every time I do this, the running liferea instance crashes.I'm invoking exactly this command:
liferea feed://https%3A%2F%2Fwork.lisk.in%2Fatom.xml
I realize that the crash is in glib, but invoking
liferea https://work.lisk.in/atom.xml
works fine, so I'm guessing this is probably a liferea issue after all.The text was updated successfully, but these errors were encountered: