jocmp / capyreader

An smallish Android RSS reader
http://capyreader.com/
MIT License
91 stars 3 forks source link

App crash when opening a feed after importing #202

Closed nishkaamprem closed 1 month ago

nishkaamprem commented 1 month ago

Steps to Reproduce

1.open the app 2.import your subscriptions 3.tap on an imported feed

Expected behavior

The app crashes ibstead of opening the feed and crsh of start everytime after untill you wipe the app data

Screenshots or screen recording

No response

Device, Operating system, and app version

No response

jocmp commented 1 month ago

Does the import complete? Can you share the feed URL that it crashes on?

nishkaamprem commented 1 month ago

Does the import complete? Can you share the feed URL that it crashes on?

Pretty much every feed after importing causes the app to crash. Im not sure this is only caused when the feeds are imported from another application

jocmp commented 1 month ago

I see. Can you supply a screen recording, a sample feed URL, or your OPML file? That will help me debug. Feel free to upload any of that to this thread or email it to support@asteriastudio.com if you want.

nishkaamprem commented 1 month ago

I see. Can you supply a screen recording, a sample feed URL, or your OPML file? That will help me debug. Feel free to upload any of that to this thread or email it to support@asteriastudio.com if you want.

Alright

jocmp commented 1 month ago

@nishkaamprem thanks for the OPML file. I tried it out and replicated the bug. One of the feeds returns relative paths like /foo-bar instead of https://example.com/foo-bar which broke the article list.

I'll put up a change soon to handle relative links.

nishkaamprem commented 1 month ago

@nishkaamprem thanks for the OPML file. I tried it out and replicated the bug. One of the feeds returns relative paths like /foo-bar instead of https://example.com/foo-bar which broke the article list.

I put up a change soon to handle relative links.

Thanks

jocmp commented 1 month ago

@nishkaamprem I tested the feeds one more time. The fix is now available in version 2024.07.1013. Please reopen this issue if you run into the bug again. Thanks for the help!

nishkaamprem commented 1 month ago

@nishkaamprem I tested the feeds one more time. The fix is now available in version 2024.07.1013. Please reopen this issue if you run into the bug again. Thanks for the help!

Works now! Thanks