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
Describe the bug
A clear and concise description of what the bug is.
Please refer to this sentry issue for more info.
The CurrencyEntity type in dialogy has not been handled properly. We receive a KeyError when we try to access the value key because of the presence of interval keys in the object (to and from). We need to gracefully handle these kind of types. To Reproduce
Steps to reproduce the behavior:
Run '...'
...
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS, Ubuntu, Arch]
Python version [e.g. 3.8, 3.9]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Please refer to this sentry issue for more info.
The
CurrencyEntity
type in dialogy has not been handled properly. We receive aKeyError
when we try to access thevalue
key because of the presence of interval keys in the object (to
andfrom
). We need to gracefully handle these kind of types.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: