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 download from HTTP request saves with .bin extension instead wav #13103

Open
5 tasks done
bikevit2008 opened this issue Jan 28, 2025 · 2 comments
Open
5 tasks done
Labels
🐞 bug Something isn't working

Comments

@bikevit2008
Copy link

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.15.2

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

  1. do workflow
  2. do http request node which in response got file
  3. end node with result
{
  "result": [
    {
      "dify_model_identity": "__dify__file__",
      "id": null,
      "tenant_id": "9b227b34-11d7-4cac-9c79-fd6a58704f66",
      "type": "audio",
      "transfer_method": "tool_file",
      "remote_url": null,
      "related_id": "5be399a8-581f-4ab7-9c64-e6ef610ea58b",
      "filename": "d0ebd0cb99dd43bfb157ca43388c219c.bin",
      "extension": ".bin",
      "mime_type": "audio/wav",
      "size": 122880,
...
    }
  ]
}

✔️ Expected Behavior

saves with wav extension

❌ Actual Behavior

saves with .bin extension

@dosubot dosubot bot added the 🐞 bug Something isn't working label Jan 28, 2025
@bikevit2008
Copy link
Author

#13029 fixed here

@crazywoola
Copy link
Member

Please see this pull request as well #12693

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants