Replies: 1 comment
-
I realized that I am required to use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have the following Dropdown view:
Now if I remove the line
user_submissions = await get_questions(users=self.values,day=day)
and replace it with a hardcoded value, things work just fine, however when get_questions makes actual calls to different apis to get the data I get the following error :I have already ensured that the get_questions works in a standalone environment. Perhaps I am required to defer however, using defer gives the error that the interaction has already been responded to before. Can someone please give me pointers where I am making a mistake.
Beta Was this translation helpful? Give feedback.
All reactions