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

Create public directory to save audio messages #826

Merged
merged 1 commit into from
Mar 29, 2023

Conversation

samanhappy
Copy link
Contributor

create public directory to fix error no such file or directory, open '/app/public/6446491591471262325.mp3' when saving audio message in

      let fileName = "./public/" + fileBox.name;
      await fileBox.toFile(fileName, true).catch((e) => {
        console.log("保存语音失败",e);
        return;
      });

resolve #816

@RealTong RealTong merged commit 8cad1bf into fuergaosi233:main Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Speech to text failed
2 participants