Advertisement
Guest User

Untitled

a guest
Aug 31st, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. I/O operation on closed file.: ValueError
  2. Traceback (most recent call last):
  3. File "/var/task/index.py", line 40, in handler
  4. ffmpegCombine()
  5. File "/var/task/index.py", line 51, in ffmpegCombine
  6. utils.command(['./ffmpeg', '-i', 'concat:./1.mp3|./2.mp3', '-acodec', 'copy', './3.mp3'], timeout=15)
  7. File "/var/task/utilities/utils.py", line 259, in command
  8. return p.returncode, p.stdout.readlines()
  9. ValueError: I/O operation on closed file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement