[customer] Duplicate name/contact info on multiple reports #57

Closed
opened 2026-06-23 15:32:57 +00:00 by eliribble · 7 comments
Owner

From Alysia Davis:

I'm submitting screenshots of an issue I noticed, for some reason on my end for a few days it kept showing the same name and contact info for reports. I think it may have resolved now but just in case.

From Alysia Davis: I'm submitting screenshots of an issue I noticed, for some reason on my end for a few days it kept showing the same name and contact info for reports. I think it may have resolved now but just in case.
Author
Owner

Last screenshot, hit the limit.

Last screenshot, hit the limit.
eliribble added reference main 2026-06-23 15:33:29 +00:00
Author
Owner

First screenshot:

Report ID: J8GA3NG9STR8
reporter_contact_id: 265

# select * from comms.contact where id=265;
          created           | id  |      name      | organization_id
----------------------------+-----+----------------+-----------------
 2026-05-07 23:19:04.756788 | 265 | Monique Garcia |               1

# select * from comms.contact_email where contact_id=265;
            address            | confirmed | contact_id | is_subscribed | id
-------------------------------+-----------+------------+---------------+-----
 monique.daniellex16@gmail.com | f         |        265 | f             | 208

# select * from comms.contact_phone where contact_id=265;
 contact_id |     e164     | is_subscribed | id
------------+--------------+---------------+-----
        265 | +15593564033 | f             | 271
(1 row)

# select id, public_id, created from publicreport.report where reporter_contact_id=265;
 id  |  public_id   |          created
-----+--------------+----------------------------
 477 | QEJHKR5U3XDP | 2026-06-19 00:00:33.827104
 478 | FKRS453KKTDJ | 2026-06-19 04:42:33.684136
 479 | H9PQ9U3S5GAD | 2026-06-19 05:27:11.018304
 480 | J8GA3NG9STR8 | 2026-06-19 13:41:51.203266
 481 | BBMVKNWCPYSM | 2026-06-19 14:09:22.650346
 482 | H48PWB7XX7UJ | 2026-06-19 20:38:24.432193
 254 | B555MQA9D8DX | 2026-05-07 23:19:04.756788
First screenshot: Report ID: J8GA3NG9STR8 reporter_contact_id: 265 ``` # select * from comms.contact where id=265; created | id | name | organization_id ----------------------------+-----+----------------+----------------- 2026-05-07 23:19:04.756788 | 265 | Monique Garcia | 1 # select * from comms.contact_email where contact_id=265; address | confirmed | contact_id | is_subscribed | id -------------------------------+-----------+------------+---------------+----- monique.daniellex16@gmail.com | f | 265 | f | 208 # select * from comms.contact_phone where contact_id=265; contact_id | e164 | is_subscribed | id ------------+--------------+---------------+----- 265 | +15593564033 | f | 271 (1 row) # select id, public_id, created from publicreport.report where reporter_contact_id=265; id | public_id | created -----+--------------+---------------------------- 477 | QEJHKR5U3XDP | 2026-06-19 00:00:33.827104 478 | FKRS453KKTDJ | 2026-06-19 04:42:33.684136 479 | H9PQ9U3S5GAD | 2026-06-19 05:27:11.018304 480 | J8GA3NG9STR8 | 2026-06-19 13:41:51.203266 481 | BBMVKNWCPYSM | 2026-06-19 14:09:22.650346 482 | H48PWB7XX7UJ | 2026-06-19 20:38:24.432193 254 | B555MQA9D8DX | 2026-05-07 23:19:04.756788 ```
Author
Owner

Logs in prod near report 477:

Jun 19 00:00:23 nocix-amd-legacy-sexcore nidus-sync[435328]: 12:00AM INF email websocket server going away
Jun 19 00:00:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 12:00AM INF extracted nuisance uploads len=0
Jun 19 00:00:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 12:00AM INF Created base report id=477 public_id=QEJHKR5U3XDP

It's not much, so no errors posted.

Logs in prod near report 477: ``` Jun 19 00:00:23 nocix-amd-legacy-sexcore nidus-sync[435328]: 12:00AM INF email websocket server going away Jun 19 00:00:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 12:00AM INF extracted nuisance uploads len=0 Jun 19 00:00:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 12:00AM INF Created base report id=477 public_id=QEJHKR5U3XDP ``` It's not much, so no errors posted.
Author
Owner

Logs in prod near report 478:

Jun 19 04:42:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 4:42AM INF Saved image file content to collection collection=8 filepath=/mnt/bigdisk/nidus-sync/fi
les/public-image/49c1c852-6b99-11f1-ba49-50e549c45c5c.img
Jun 19 04:42:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 4:42AM INF Saved an uploaded file to disk content-type=image/jpeg size=4699015 uploaded_filename=1
000026708.jpg uuid=49c1c852-6b99-11f1-ba49-50e549c45c5c
Jun 19 04:42:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 4:42AM INF extracted nuisance uploads len=1
Jun 19 04:42:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 4:42AM INF Saved an uploaded file to the database id=440 tags=49
Jun 19 04:42:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 4:42AM INF Created base report id=478 public_id=FKRS453KKTDJ
Jun 19 04:42:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 4:42AM INF saved uploaded images len=1
Logs in prod near report 478: ``` Jun 19 04:42:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 4:42AM INF Saved image file content to collection collection=8 filepath=/mnt/bigdisk/nidus-sync/fi les/public-image/49c1c852-6b99-11f1-ba49-50e549c45c5c.img Jun 19 04:42:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 4:42AM INF Saved an uploaded file to disk content-type=image/jpeg size=4699015 uploaded_filename=1 000026708.jpg uuid=49c1c852-6b99-11f1-ba49-50e549c45c5c Jun 19 04:42:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 4:42AM INF extracted nuisance uploads len=1 Jun 19 04:42:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 4:42AM INF Saved an uploaded file to the database id=440 tags=49 Jun 19 04:42:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 4:42AM INF Created base report id=478 public_id=FKRS453KKTDJ Jun 19 04:42:33 nocix-amd-legacy-sexcore nidus-sync[435328]: 4:42AM INF saved uploaded images len=1 ```
Author
Owner

None of the client_uuids are the same

None of the client_uuids are the same
Author
Owner

Believe fixed in b4bedc5d14

Believe fixed in b4bedc5d1433a66ca27a6287ab39883551ea742d
Author
Owner

Confirmed fixed in v0.0.19

Confirmed fixed in v0.0.19
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Gleipnir/nidus-sync#57
No description provided.