Advertisement
Mochinov

Untitled

Dec 15th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1.  
  2. 2023-12-15 13:33:05.739
  3. + Exception Group Traceback (most recent call last):
  4. 2023-12-15 13:33:05.739
  5.  
  6. 2023-12-15 13:33:05.739
  7. During handling of the above exception, another exception occurred:
  8. 2023-12-15 13:33:05.739
  9.  
  10. 2023-12-15 13:33:05.739
  11. (Background on this error at: https://sqlalche.me/e/20/f405)
  12. 2023-12-15 13:33:05.739
  13. [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}]
  14. 2023-12-15 13:33:05.739
  15. [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]
  16. 2023-12-15 13:33:05.739
  17. sqlalchemy.exc.ProgrammingError: (psycopg2.ProgrammingError) can't adapt type 'COMPANY_VERIFICATION_STATUSES'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement