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

Timeouts #724

Merged
merged 3 commits into from
Oct 25, 2024
Merged

Timeouts #724

merged 3 commits into from
Oct 25, 2024

Conversation

3rd-Son
Copy link
Collaborator

@3rd-Son 3rd-Son commented Oct 25, 2024

In the workflow we are having error such as - FileNotFoundError: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test.mp3' in OpenAIAudio, OpenAIAudiotts and GroqAudio

But these files are present in the specified path and when we run it locally, it passes without any erros.
To resolve this, I have used os.getcwd() and os.path.join() to dynamically construct file paths that work consistently across different environments.

Hopefully, this should resolve the file path issue on the workflow

This PR closes the following issues

@3rd-Son 3rd-Son requested a review from cobycloud as a code owner October 25, 2024 15:24
@cobycloud cobycloud merged commit 0d351cd into swarmauri:dev Oct 25, 2024
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.

2 participants