Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2023-12-15 13:33:05.739
- + Exception Group Traceback (most recent call last):
- 2023-12-15 13:33:05.739
- 2023-12-15 13:33:05.739
- During handling of the above exception, another exception occurred:
- 2023-12-15 13:33:05.739
- 2023-12-15 13:33:05.739
- (Background on this error at: https://sqlalche.me/e/20/f405)
- 2023-12-15 13:33:05.739
- [parameters: {'name': 'Org', 'address': None, 'address_object': None, 'city': None, 'state': None, 'zip_code': None, 'phone': None, 'email': None, 'website': None, 'VAT_number_id': None, 'verification_status': <COMPANY_VERIFICATION_STATUSES.not_started: 'not_started'>, 'stripe_account_uuid': None, 'company_type': None, 'country_uuid': UUID('54aa1261-d6c8-4b37-a98a-af4ffed3d102'), 'uuid': UUID('6360dace-67be-49c7-a4c8-fcf85eecc3da'), 'updated_at': None}]
- 2023-12-15 13:33:05.739
- [SQL: INSERT INTO company (name, address, address_object, city, state, zip_code, phone, email, website, "VAT_number_id", verification_status, stripe_account_uuid, company_type, country_uuid, uuid, created_at, updated_at) VALUES (%(name)s, %(address)s, %(address_object)s, %(city)s, %(state)s, %(zip_code)s, %(phone)s, %(email)s, %(website)s, %(VAT_number_id)s, %(verification_status)s, %(stripe_account_uuid)s, %(company_type)s, %(country_uuid)s::UUID, %(uuid)s::UUID, now(), %(updated_at)s) RETURNING company.created_at]
- 2023-12-15 13:33:05.739
- sqlalchemy.exc.ProgrammingError: (psycopg2.ProgrammingError) can't adapt type 'COMPANY_VERIFICATION_STATUSES'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement