public-accountability / littlesis-rails

LittleSis is a free database of who-knows-who at the heights of business and government
https://littlesis.org
GNU General Public License v3.0
100 stars 12 forks source link

Error attempting Entity merge #1696

Closed betsydupuis closed 2 months ago

betsydupuis commented 2 months ago

While attempting to merge the following entities, the merge returned the "Sorry! Something went wrong." page. https://littlesis.org/person/428079-Peiter_Mudge_Zatko https://littlesis.org/person/438507-Peiter_C._Zatko_aka_Mudge

These are the console errors.

Screenshot 2024-06-22 at 11 36 27 PM
aepyornis commented 2 months ago

error was EntityMerger::ConflictingExternalLinksError (Both entities have external links of type "twitter" with different values) as in they had different twitter urls, I removed the wrong one and merged them.

josephlacey commented 2 months ago

Thanks @betsydupuis and @aepyornis!