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
Users are reporting that running Griptape in Huggingface Spaces produces this error when switching out of the app and then returning back.
Exception ignored in: <function FuturesExecutorMixin.__del__ at 0x7f513536c700>
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/griptape/mixins/futures_executor_mixin.py", line 22, in __del__
executor = self.futures_executor
AttributeError: 'PromptTask' object has no attribute 'futures_executor'
The text was updated successfully, but these errors were encountered:
Describe the bug
Users are reporting that running Griptape in Huggingface Spaces produces this error when switching out of the app and then returning back.
The text was updated successfully, but these errors were encountered: