imessage icon indicating copy to clipboard operation
imessage copied to clipboard

Frequent error: ⚠ Your message was not bridged: failed to check if message index is duplicate: database is locked.

Open ajkessel opened this issue 1 year ago • 3 comments

I often get the error:

⚠ Your message was not bridged: failed to check if message index is duplicate: database is locked.

Even where the bridge is hosted on a reasonably new iMac on an SSD so I don't think it's a machine limitation. Are there any workarounds to reduce this issue? Or any plans to support a more robust psql/mysql database?

ajkessel avatar Oct 22 '24 01:10 ajkessel

SQLite is very robust and can easily handle much bigger bridges, it's likely that there's either some old bug in the bridge or you're holding it wrong

tulir avatar Oct 22 '24 10:10 tulir

Anything I can do to troubleshoot, then? I have a pretty normal config, I think. What do you mean by "holding it wrong"? Is it something I'm actually doing?

ajkessel avatar Oct 22 '24 11:10 ajkessel

Or is the lock timeout hardcoded somewhere, such that it could be increased to avoid these issues?

ajkessel avatar Oct 22 '24 14:10 ajkessel