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
{{ message }}
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
Could someone advice me on this error? Having issues with V1.
ERROR src.bot -> Error while sending starting prompt: cannot access local variable 'responseMessage' where it is not associated with a value
Traceback (most recent call last):
File "../bot.py", line 110, in send_start_prompt
response = f"{response}{await responses.unofficial_handle_response(prompt)}"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "../responses.py", line 29, in unofficial_handle_response
return responseMessage
^^^^^^^^^^^^^^^
UnboundLocalError: cannot access local variable 'responseMessage' where it is not associated with a value
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Could someone advice me on this error? Having issues with V1.
Beta Was this translation helpful? Give feedback.
All reactions