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

HTTP Node seems losing meta data #9599

Closed
5 tasks done
crazywoola opened this issue Oct 22, 2024 · 3 comments · Fixed by #9944
Closed
5 tasks done

HTTP Node seems losing meta data #9599

crazywoola opened this issue Oct 22, 2024 · 3 comments · Fixed by #9944
Assignees
Labels
🐞 bug Something isn't working

Comments

@crazywoola
Copy link
Member

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.10.0

Cloud or Self Hosted

Cloud

Steps to reproduce

✔️ Expected Behavior

Get get the results from API endpoind

❌ Actual Behavior

{
"error": {
"message": "Unrecognized file format. Supported formats: ['flac', 'm4a', 'mp3', 'mp4', 'mpeg', 'mpga', 'oga', 'ogg', 'wav', 'webm']",
"type": "invalid_request_error",
"param": null,
"code": null
}
}
@dosubot dosubot bot added the 🐞 bug Something isn't working label Oct 22, 2024
@crazywoola crazywoola self-assigned this Oct 23, 2024
@saendu
Copy link

saendu commented Oct 23, 2024

Same problem here. Getting file not supported error from whisper api.

@ugyuji
Copy link
Contributor

ugyuji commented Oct 24, 2024

Same problem with the HTTP Request block.
I'm getting "Unrecognized file format" error from whisper.

@saendu
Copy link

saendu commented Oct 24, 2024

Here some context:
image

Error:

{
  "error": {
    "message": "Unrecognized file format. Supported formats: ['flac', 'm4a', 'mp3', 'mp4', 'mpeg', 'mpga', 'oga', 'ogg', 'wav', 'webm']",
    "type": "invalid_request_error",
    "param": null,
    "code": null
  }
}

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

Successfully merging a pull request may close this issue.

3 participants