frogbase icon indicating copy to clipboard operation
frogbase copied to clipboard

Found a bug when transcribe an uploaded files

Open Cate9021 opened this issue 2 years ago • 2 comments

bug

Cate9021 avatar Oct 28 '22 16:10 Cate9021

oops! Will fix!

hayabhay avatar Oct 28 '22 17:10 hayabhay

I was able to workaround by creating that directory manually

zanymuzik avatar Nov 01 '22 19:11 zanymuzik

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

lechatnieger avatar Jan 12 '23 15:01 lechatnieger

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

hayabhay avatar Feb 05 '23 23:02 hayabhay