Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Errors from update_client_ips on python3 #3893

Closed
richvdh opened this issue Sep 17, 2018 · 0 comments
Closed

Errors from update_client_ips on python3 #3893

richvdh opened this issue Sep 17, 2018 · 0 comments
Assignees

Comments

@richvdh
Copy link
Member

richvdh commented Sep 17, 2018

2018-09-17 16:04:09,868 - synapse.storage._base - 282 - DEBUG - update_client_ips-0- [TXN FAIL] {_update_client_ips_batch-ef} operator does not exist: text = bytea
LINE 1: ...E user_ips SET last_seen = 1537196648240 WHERE ip = 'x32303...
                                                             ^
HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.
2018-09-17 16:18:53,367 - synapse.storage._base - 120 - DEBUG - update_client_ips-0- [SQL FAIL] {_update_client_ips_batch-c9} operator does not exist: text = bytea
LINE 1: ...bot:sw1v.org' AND device_id = 'GKZJFESERK' AND ip = 'x32613...
                                                             ^
HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.

Also: it looks like this is only being logged at DEBUG. if update_client_ips is failing, it needs to log at ERROR or above.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants