frogbase
frogbase copied to clipboard
Found a bug when transcribe an uploaded files
oops! Will fix!
I was able to workaround by creating that directory manually
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
Apologies for the delay. This should now be fixed. If this happens again, please raise another issue (#13)