You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActiveRecord::StatementInvalid at /news
SQLite3::BusyException: database is locked: SELECT "stories".* FROM "stories" WHERE "stories"."is_read" = 'f' ORDER BY published desc
At the least one should see a page saying "We're busy checking for new articles. Please try again in a bit." or something similar.
The text was updated successfully, but these errors were encountered:
You're right. As a side note I (should have mentioned that I) worked around the problem by stopping the service, fetch_feeds and then starting the service.
You get an error something like
At the least one should see a page saying "We're busy checking for new articles. Please try again in a bit." or something similar.
The text was updated successfully, but these errors were encountered: