Closed ManosL closed 7 months ago
I'll give an update. I fixed it by commenting out the following lines in ./apps/backend/bot.py
input_text_metadata["local_timestamp"] = turn_context.activity.local_timestamp.strftime("%I:%M:%S %p, %A, %B %d of %Y")
input_text_metadata["local_timezone"] = turn_context.activity.local_timezone
input_text_metadata["locale"] = turn_context.activity.locale
thus, the problem might be that my message does not have that information. Was there any way to send the message properly and have the code work without commenting out the aforementioned lines?
Hello ManosL, were you able to figure this out? Meaning, were you able to send the metadata ?
Check Notebook 13. It is solved.
Hello,
I'm trying to develop the following Python program that would hit the created Bot Service programmatically
However, it gives me
Bot's response: To continue to run this bot, please fix the bot source code.
but Test in Web Chat works just fine. Also checking the logs I saw the following:Is there anything I'm doing wrong in the code and I do not pass the parameters correctly or there is an issue in bot's code?