Skip to content
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

Error retrieving RSS feed: The operation couldn’t be completed. Cannot allocate memory #1856

Open
plemiesz opened this issue Dec 8, 2024 · 5 comments

Comments

@plemiesz
Copy link

plemiesz commented Dec 8, 2024

Describe the bug

The program Vienna does not refresh my subscriptions due to the following error: Error retrieving RSS feed: The operation couldn’t be completed. Cannot allocate memory. I can see it in activity window.
I have a lot of rss subscriptions

To Reproduce

  1. Open the Vienna application.
  2. Attempt to refresh the RSS feed subscriptions.
  3. Observe the error message: Error retrieving some RSS feed: The operation couldn’t be completed. Cannot allocate memory.

Please complete the following information:

  • Vienna version - Version 3.9.4 :498937af: (8382)
  • OS version: 15.1.1 (24B91)
@barijaona
Copy link
Member

I have a lot of rss subscriptions

To help assess if the problem is related to the number of subscriptions, please copy and run the following command in Terminal:

sqlite3 ~/Library/Application\ Support/Vienna/messages.db "select count(*) from rss_folders;" ".exit"

It will report the number of feeds you have.

@plemiesz
Copy link
Author

plemiesz commented Dec 9, 2024

sqlite3 ~/Library/Application\ Support/Vienna/messages.db "select count(*) from rss_folders;" ".exit"
2032

@plemiesz
Copy link
Author

plemiesz commented Dec 9, 2024

After version bump to Version 3.9.5 :7784c797: (8414) the problem still remains the same.

@barijaona
Copy link
Member

In Activity window, is the problem visible for all feeds or limited to a set ? (the window allows sorting by status)

@plemiesz
Copy link
Author

Limited to a set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants