-
Notifications
You must be signed in to change notification settings - Fork 272
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
[Windows] Critical Error when generation audio #165
Comments
…ators for cross-platform compatibility
Thank you for reporting this issue. I've merged a fix now. Please update, try again and let me know if it's solved your problem.
|
@souzatharsis , Thanks for the quick response. Traceback
|
It's weird because now I'm
So you should no longer observe
|
Here is the full traceback that I faced running the same on Jupyter notebook.
|
Thanks for sharing your logs, that's helpful. |
Thanks for your quick effort! It gives this now.
|
OK, it seems Windows requires an absolute path.
I've made that fix now. Let me know.
Another question for a Windows user: The below is a valid path on WinOS,
right?
data\\audio\\tmp\\tmp9bbpx3i3\\1_question.mp3
…On Fri, Nov 8, 2024 at 11:38 AM Adi ***@***.***> wrote:
Thanks for your quick effort!
The issue seems to still persist.
It gives this now.
Seems like solution is somewhat close.
NotADirectoryError at /
[WinError 267] The directory name is invalid: 'data\\audio\\tmp\\tmp9bbpx3i3\\1_question.mp3'
—
Reply to this email directly, view it on GitHub
<#165 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADTMY3P7BDQZ7REVDPMIL5DZ7TEHTAVCNFSM6AAAAABRNNTEHCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRUHEZDEOJZGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi, Thanks for the update!!!! I am getting this one now.
|
I see tempFile when trying to cleanup temporary files created is trying to
delete a file path as if it was a directory path. I'll try and fix that
later.
Thank you so much for your patience.
This really calls out for docker images for multiple OS support.
<http://linkedin.com/in/tharsissouza>
…On Fri, Nov 8, 2024 at 12:01 PM Adi ***@***.***> wrote:
Hi, Thanks for the update!!!!
I am getting this one now.
NotADirectoryError: [WinError 267] The directory name is invalid: 'C:\\Users\\user\\OneDrive\\Desktop\\Projects\\docs\\env\\Lib\\site-packages\\podcastfy\\data\\audio\\tmp\\tmpygd2l0xz\\1_question.mp3'
—
Reply to this email directly, view it on GitHub
<#165 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADTMY3JLAD4S6M77WXLBPCTZ7TG4VAVCNFSM6AAAAABRNNTEHCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRUHE3TMOJWGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'm getting the same error in VSCode running interactively: If you run the above path in the cmd prompt the file is locatable and plays. When you get the WinError 267 it also seems to remove a few .mp3 files. This means you can't then use a tool like https://audio-joiner.com/ to join the mp3s. |
Hi, I am developing hugin ai to optimize the logistics receiving load in my company, can anyone help? |
1 similar comment
Hi, I am developing hugin ai to optimize the logistics receiving load in my company, can anyone help? |
I am running issue when generating audio.
Here's my code.
Everything works fine, The audio files are being generated, but then I get this error.
Anyone know how to troubleshoot this?
I am on windows11
The text was updated successfully, but these errors were encountered: