You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StopIteration:
File "mongoengine/queryset/base.py", line 266, in get
result = next(queryset)
File "mongoengine/queryset/base.py", line 1572, in __next__
raw_doc = next(self._cursor)
File "pymongo/cursor.py", line 1287, in next
raise StopIteration
DoesNotExist: Transaction matching query does not exist.
File "speid/commands/spei.py", line 67, in reconciliate_deposits
fecha_operacion=fecha_operacion.date(),
ValidationError: 1 validation error for StpTransaction
RFCCurpBeneficiario
none is not an allowed value (type=type_error.none.not_allowed)
File "speid/helpers/transaction_helper.py", line 20, in process_incoming_transaction
external_tx = StpTransaction(**incoming_transaction) # type: ignore
File "<string>", line 20, in __init__
ClaveRastreo: StrictStr
File "pydantic/dataclasses.py", line 99, in pydantic.dataclasses._generate_pydantic_post_init._pydantic_post_init
raise validation_error
The text was updated successfully, but these errors were encountered:
Sentry Issue: SPEID-PROD-KF
The text was updated successfully, but these errors were encountered: