Error 400 - POST to upload file in bot framework emulator #9736
lohanysantt
started this conversation in
General
Replies: 1 comment
-
Could you try outside of emulator, e.g. by using just webchat? Chances are this is Emulator issue |
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
-
I'm encountering an issue when attempting to upload large files (specifically, files of size 238MB and larger) in the Bot Framework Emulator. While smaller files are successfully uploaded and validated, attempting to upload files larger than approximately 234MB results in a 400 error with the following message:
message: "Cannot read property 'name' of undefined"
code: "ServiceError"
I've thoroughly checked my code, and it functions as expected with smaller files. However, when attempting to upload larger files, the error occurs consistently. Unfortunately, I'm unable to retrieve any error logs as the message doesn't even get sent and remains stuck in the "sending" state.
Could this issue be related to any limitations within the Bot Framework Emulator regarding file size? Or perhaps there's another aspect I might be overlooking? Any insights or suggestions on how to resolve this issue would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions