I got this helpful error message:
psycopg2.DataError: value too long for type
character varying(50)
There was no traceback that was related to any of my code at all. Then I checked the PostgreSQL logs, and found this:
… [1818] user=alex,db=test_eve-online STATEMENT
(
Read more... )