Error when attempting audio transcriptions #176
lingovnist
started this conversation in
General
Replies: 3 comments 1 reply
-
Download Docker for Windows and follow the instructions |
Beta Was this translation helpful? Give feedback.
1 reply
-
same problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
same problem... responds with Unsupported file type UPD: BUT. I have a new problem. Transcription work perfect. But when it transcripts in dialog with bot, he doesn't answer me. How to solve this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
C:\Users\USERNAME\chatgpt-telegram-bot-main\venv\Lib\site-packages\pydub\utils.py:198: RuntimeWarning: Couldn't find ffprobe or avprobe - defaulting to ffprobe, but may not work
warn("Couldn't find ffprobe or avprobe - defaulting to ffprobe, but may not work", RuntimeWarning)
2023-04-03 01:06:00,101 - root - ERROR - [WinError 2] Cannot find the file specified
Traceback (most recent call last):
File "C:\Users\USERNAME\chatgpt-telegram-bot-main\bot\telegram_bot.py", line 228, in _execute
audio_track = AudioSegment.from_file(filename)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USERNAME\chatgpt-telegram-bot-main\venv\Lib\site-packages\pydub\audio_segment.py", line 728, in from_file
info = mediainfo_json(orig_file, read_ahead_limit=read_ahead_limit)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USERNAME\chatgpt-telegram-bot-main\venv\Lib\site-packages\pydub\utils.py", line 274, in mediainfo_json
res = Popen(command, stdin=stdin_parameter, stdout=PIPE, stderr=PIPE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1024, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1493, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] Cannot find the file specified
2023-04-03 01:06:00,242 - root - ERROR - Exception while handling an update: [WinError 32] The process cannot access the file because the file is in use by another process.: 'AgADOCwAAkn_UEk'
2023-04-03 01:06:00,244 - root - ERROR - Exception while handling an update: [WinError 32] The process cannot access the file because the file is in use by another process.: 'AgADOCwAAkn_UEk'
Beta Was this translation helpful? Give feedback.
All reactions