We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The response data is not being saved to the specified directory.
To Reproduce Steps to reproduce the behavior:
get textToSpeech response. use response.saveFile function with directory path to save in the given directory.
Expected behavior The response data should be saved to the specified directory as configured.
error message Error: EISDIR: illegal operation on a directory,
Desktop: OS: Windows 11 node version: v20.10.0
The text was updated successfully, but these errors were encountered:
run your terminal with admin priveleges
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The response data is not being saved to the specified directory.
To Reproduce
Steps to reproduce the behavior:
get textToSpeech response.
use response.saveFile function with directory path to save in the given directory.
Expected behavior
The response data should be saved to the specified directory as configured.
error message
Error: EISDIR: illegal operation on a directory,
Desktop:
OS: Windows 11
node version: v20.10.0
The text was updated successfully, but these errors were encountered: