RSS-Bridge / rss-bridge

The RSS feed for websites missing it
https://rss-bridge.org/bridge01/
The Unlicense
7.36k stars 1.04k forks source link

NASA APOD Bridge failed with error 0 #2960

Closed M7amma closed 1 year ago

M7amma commented 2 years ago

Error message: Unable to execute statement: database is locked Query string: action=display&bridge=NasaApod&format=Atom Version: dev.2021-04-25

dvikan commented 2 years ago

Sounds like concurrent writes to an sqlite3 database. Is this from a public instance? Can you paste url. Regardless I imagine this error goes away with a refresh.

Might be missing some useful logic to sleep a bit if database is locked.