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
I installed a list with invalid syntax. It installed without error, but the next time the process started, creating the manager erred with pydantic.error_wrappers.ValidationError: 63 validation errors for TokenList and a long list of the errors. It does not say what file it was processing.
Specification
If a file fails to load, instead of raising a ValidationError, a warning should be emitted with the name of the file.
The text was updated successfully, but these errors were encountered:
Overview
I installed a list with invalid syntax. It installed without error, but the next time the process started, creating the manager erred with
pydantic.error_wrappers.ValidationError: 63 validation errors for TokenList
and a long list of the errors. It does not say what file it was processing.Specification
If a file fails to load, instead of raising a ValidationError, a warning should be emitted with the name of the file.
The text was updated successfully, but these errors were encountered: