Skip to content

Instantly share code, notes, and snippets.

@cadavre
Created November 19, 2014 09:15
Show Gist options
  • Save cadavre/fb052075f0831d49eaf2 to your computer and use it in GitHub Desktop.
Save cadavre/fb052075f0831d49eaf2 to your computer and use it in GitHub Desktop.
2014-11-17 11:49:12,286 ERROR [celery.worker.job:278][MainThread] Task videobombing.app.workers.compose_movie_worker[401aca55-d71b-4022-98c$
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/celery-3.1.16-py2.7.egg/celery/app/trace.py", line 240, in trace_task
R = retval = fun(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/celery-3.1.16-py2.7.egg/celery/app/trace.py", line 437, in __protected_call__
return self.run(*args, **kwargs)
File "/home/ubuntu/videobombing/videobombing/app/workers.py", line 88, in compose_movie_worker
compose_movie(config_data, result_movie_path, movie_id)
File "/home/ubuntu/videobombing/videobombing/app/workers.py", line 154, in compose_movie
composer.compose(movie_path)
File "/home/ubuntu/videobombing/videobombing/app/composer.py", line 61, in compose
self.src_clip = VideoFileClip(video_path)
File "/usr/local/lib/python2.7/dist-packages/moviepy-0.2.1.9.02-py2.7.egg/moviepy/video/io/VideoFileClip.py", line 55, in __init__
self.reader = FFMPEG_VideoReader(filename, pix_fmt=pix_fmt)
File "/usr/local/lib/python2.7/dist-packages/moviepy-0.2.1.9.02-py2.7.egg/moviepy/video/io/ffmpeg_reader.py", line 28, in __init__
infos = ffmpeg_parse_infos(filename, print_infos, check_duration)
File "/usr/local/lib/python2.7/dist-packages/moviepy-0.2.1.9.02-py2.7.egg/moviepy/video/io/ffmpeg_reader.py", line 226, in ffmpeg_parse_i$
proc = sp.Popen(cmd, **popen_params)
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1223, in _execute_child
self.pid = os.fork()
OSError: [Errno 12] Cannot allocate memory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment