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

sox.core.SoxiError: SoXI failed with exit code 1 #145

Open
wanghaisheng opened this issue Sep 13, 2021 · 0 comments
Open

sox.core.SoxiError: SoXI failed with exit code 1 #145

wanghaisheng opened this issue Sep 13, 2021 · 0 comments

Comments

@wanghaisheng
Copy link


Exception in Tkinter callback
Traceback (most recent call last):
  File "D:\Program Files\anaconda3\lib\site-packages\sox\core.py", line 147, in soxi
    shell_output = subprocess.check_output(
  File "D:\Program Files\anaconda3\lib\subprocess.py", line 411, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "D:\Program Files\anaconda3\lib\subprocess.py", line 512, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['sox', '--i', '-D', 'D:\\Download\\audio-visual\\make-reddit-video\\auddit\\data\\raw\\trashy\\sound\\N2VudGNs\\N2VudGNs.mp3']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

    secs = sox.file_info.duration(titleaudiopath)
  File "D:\Program Files\anaconda3\lib\site-packages\sox\file_info.py", line 122, in duration
    output = soxi(input_filepath, 'D')
  File "D:\Program Files\anaconda3\lib\site-packages\sox\core.py", line 153, in soxi
    raise SoxiError("SoXI failed with exit code {}".format(cpe.returncode))
sox.core.SoxiError: SoXI failed with exit code 1

N2VudGNs.zip

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

1 participant