postmarks icon indicating copy to clipboard operation
postmarks copied to clipboard

Comments causing SQLite error

Open andypiper opened this issue 2 years ago • 1 comments

I create a new bookmark, and then comment on it from a Mastodon account.

In the log, I'm seeing this

Actor https://social.lol/users/andypiper matches an allowlist item, marking comment visible
[Error: SQLITE_CONSTRAINT: UNIQUE constraint failed: comments.url] {
  errno: 19,
  code: 'SQLITE_CONSTRAINT'
}

The comment still shows up on the web page. I'm not sure how to further debug the SQLite error here.

andypiper avatar Jan 22 '24 20:01 andypiper

I'm getting that same error as well

TomCasavant avatar May 15 '24 14:05 TomCasavant