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

Internal server issue when converting audio to text #17

Open
medharthisharma02 opened this issue Jul 27, 2023 · 5 comments
Open

Internal server issue when converting audio to text #17

medharthisharma02 opened this issue Jul 27, 2023 · 5 comments
Assignees

Comments

@medharthisharma02
Copy link

Describe the bug
A clear and concise description of what the bug is the audio file is working ok on the browser , when the srt file download , file have a internal server error written in it

OS (please complete the following information):

  • [e.g. iOS]
    Windows

Additional context
Add any other context about the problem here.
2023-07-27 14 43 17

@Kabanosk
Copy link
Owner

Kabanosk commented Jul 27, 2023

  1. Try to give it different name
  2. (optional) you can remove lines 136 and 137 from the src/main.py file, but I am not 100% sure if that will work

Edit: Can you please write if any of that solutions works?

@medharthisharma02
Copy link
Author

give a different name to what ? please elaborate

@medharthisharma02
Copy link
Author

okay , so after removing lines 136 and 137 from the src/main.py file , it's working perfectly.

@ilovefreesw
Copy link

Edit: Can you please write if any of that solutions works?

It looks from the above screenshots and a quick look at code that you forgot to close that file at line 136 ... that's why the error says the file is being used by other process. Just try closing it and it will work.

Kabanosk pushed a commit that referenced this issue Sep 1, 2023
* organise imports and comments
@Kabanosk
Copy link
Owner

Kabanosk commented Sep 1, 2023

Hi! Sorry you had to wait - I had to pass my exams. Can you check if the code is working now? @avish-alumel @ilovefreesw

@Kabanosk Kabanosk reopened this Sep 2, 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

No branches or pull requests

3 participants