ValidationError: 1 validation error for RfcDocument
sentry-io opened this issue · 0 comments
sentry-io commented
Sentry Issue: SIR-LANCEBOT-BA
ValidationError: 1 validation error for RfcDocument
revisions
Input should be a valid string [type=string_type, input_value=1, input_type=int]
For further information visit https://errors.pydantic.dev/2.5/v/string_type
File "bot/exts/utilities/rfc.py", line 69, in rfc
document = await self.retrieve_data(rfc_id)
File "bot/exts/utilities/rfc.py", line 52, in retrieve_data
document = RfcDocument(
Unhandled command error: 1 validation error for RfcDocument
revisions
Input should be a valid string [type=string_type, input_value=1, input_type=int]
For further information visit https://errors.pydantic.dev/2.5/v/string_type