Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Found a bug when transcribe an uploaded files #7

Closed
Cate9021 opened this issue Oct 28, 2022 · 4 comments
Closed

Found a bug when transcribe an uploaded files #7

Cate9021 opened this issue Oct 28, 2022 · 4 comments

Comments

@Cate9021
Copy link

bug

@hayabhay
Copy link
Owner

oops! Will fix!

@zanymuzik
Copy link

I was able to workaround by creating that directory manually

@lechatnieger
Copy link

lechatnieger commented Jan 12, 2023

Hi, i had the same problem,

with the following code i solved, after line 22 in transcriber.py:

directory = self.name
parent_dir = "local"
# Create a save directory
self.save_dir = LOCAL_DIR / self.name
#path = self.save_dir + "/" + "audio"
# Path
path = os.path.join(parent_dir, directory)
if not os.path.exists(path):
os.makedirs(path)

Thank you

@hayabhay
Copy link
Owner

hayabhay commented Feb 5, 2023

Apologies for the delay. This should now be fixed. If this happens again, please raise another issue (#13)

@hayabhay hayabhay closed this as completed Feb 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants