Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Events page is 500 #4478

Closed
chadwhitacre opened this issue May 18, 2017 · 6 comments
Closed

Events page is 500 #4478

chadwhitacre opened this issue May 18, 2017 · 6 comments
Labels

Comments

@chadwhitacre
Copy link
Contributor

https://gratipay.com/~whit537/events/

But I'm not seeing it in Sentry?

@mattbk
Copy link
Contributor

mattbk commented Jun 22, 2017

Seems to be only on production?

@chadwhitacre
Copy link
Contributor Author

Hit this under gratipay/inside.gratipay.com#1110 (comment) (slack).

@chadwhitacre
Copy link
Contributor Author

@chadwhitacre
Copy link
Contributor Author

Even in the db:

gratipay::DATABASE=> SELECT * FROM events WHERE type = 'participant' AND payload->>'id' = '495913' order by ts desc;
ERROR:  unsupported Unicode escape sequence
DETAIL:  \u0000 cannot be converted to text.
CONTEXT:  JSON data, line 1: {"values": {"email":...
gratipay::DATABASE=> SELECT * FROM events WHERE type = 'participant' AND payload->>'id' = '1453' order by ts desc;
ERROR:  unsupported Unicode escape sequence
DETAIL:  \u0000 cannot be converted to text.
CONTEXT:  JSON data, line 1: {"values": {"email":...
gratipay::DATABASE=>

@mattbk
Copy link
Contributor

mattbk commented Aug 1, 2017

@mattbk
Copy link
Contributor

mattbk commented Sep 22, 2017

This is still freaking annoying for support.

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

No branches or pull requests

2 participants