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
File ".venv/lib/python3.12/site-packages/slackblocks/blocks.py", line 338, in __init__
raise InvalidUsageError("")
slackblocks.errors.InvalidUsageError
It seems URLInput is missing in the list of ALLOWED_INPUT_ELEMENTS in slackblocks/blocks.py. Additionally, a better error message here would be great.
The text was updated successfully, but these errors were encountered:
When constructing an
InputBlock
with anelement
of typeURLInput
, anInvalidUsageError
is raised:It seems
URLInput
is missing in the list ofALLOWED_INPUT_ELEMENTS
inslackblocks/blocks.py
. Additionally, a better error message here would be great.The text was updated successfully, but these errors were encountered: