Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File upload doesn't work on Windows in 4.15.1 #2471

Open
ivan2428i1 opened this issue Oct 17, 2024 · 3 comments
Open

File upload doesn't work on Windows in 4.15.1 #2471

ivan2428i1 opened this issue Oct 17, 2024 · 3 comments
Assignees
Labels
Bug Your classic code defect investigating

Comments

@ivan2428i1
Copy link

ivan2428i1 commented Oct 17, 2024

Version

4.15.1

Describe the bug

Same files that used to work perfectly in the Emulator of version 4.14.1, don't get uploaded anymore in 4.15.1 - 400 error code. The bot application's endpoint doesn't even get triggered for such request. Textual messages work fine though.

To Reproduce

Steps to reproduce the behavior:

  1. Run Bot Framework Emulator and initiate a conversation with your bot;
  2. Click on Attach button to pick a file locally, click "Open" to try to upload it;
  3. See error 400 for this POST request

Expected behavior

File should be sent to the bot successfully.

[bug]

@ivan2428i1 ivan2428i1 added the Bug Your classic code defect label Oct 17, 2024
@rido-min
Copy link
Member

Hi @ivan2428i1

Thank you very much for reporting this issue, we can repro in our side.

While we work on the fix, I'm wondering if you can switch back to the previous version.

@rido-min rido-min self-assigned this Oct 17, 2024
@fredericomcorda
Copy link

fredericomcorda commented Oct 22, 2024

Same, may I add that in the 4.15.1 the upload changes the endpoint
from: "directline/conversations/<conversationId>/activities"
to "directline/conversations/<conversationId>/upload"

Couldn't find any doc about this change...

@ivan2428i1
Copy link
Author

@rido-min Thank you for the response. Yes, I temporary rolled back to 4.14.1, no problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Your classic code defect investigating
Projects
None yet
Development

No branches or pull requests

4 participants
@rido-min @fredericomcorda @ivan2428i1 and others