Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. [mediagoblin@Oak media]$ '/srv/http/media/bin/gmg' addmedia -t 'test-mp3' espionage724 '/var/lib/mediagoblin/test.mp3'
  2.  
  3. /srv/http/media/mediagoblin/media_types/video/transcoders.py:37: PyGIWarning: GstPbutils was imported without specifying a version first. Use gi.require_version('GstPbutils', '1.0') before import to ensure that the right version gets loaded.
  4. from gi.repository import GstPbutils
  5. /srv/http/media/lib/python2.7/site-packages/SQLAlchemy-1.0.12-py2.7-linux-x86_64.egg/sqlalchemy/sql/sqltypes.py:185: SAWarning: Unicode type received non-unicode bind param value 'espionage724'. (this warning may be suppressed after 10 occurrences)
  6. /srv/http/media/lib/python2.7/site-packages/SQLAlchemy-1.0.12-py2.7-linux-x86_64.egg/sqlalchemy/sql/sqltypes.py:185: SAWarning: Unicode type received non-unicode bind param value 'mediagoblin.media_types.a...'. (this warning may be suppressed after 10 occurrences)
  7. /srv/http/media/lib/python2.7/site-packages/SQLAlchemy-1.0.12-py2.7-linux-x86_64.egg/sqlalchemy/sql/sqltypes.py:185: SAWarning: Unicode type received non-unicode bind param value 'core__media_entries'. (this warning may be suppressed after 10 occurrences)
  8. /srv/http/media/lib/python2.7/site-packages/SQLAlchemy-1.0.12-py2.7-linux-x86_64.egg/sqlalchemy/sql/sqltypes.py:185: SAWarning: Unicode type received non-unicode bind param value 'post'. (this warning may be suppressed after 10 occurrences)
  9. DEBUG:mediagoblin.processing.task:Processing <MediaEntry 5: test-mp3>
  10. ERROR:mediagoblin.processing.task:An unhandled exception was raised while processing <MediaEntry 5: test-mp3>
  11. WARNING:mediagoblin.processing:No idea what happened here, but it failed: IndexError('axis 1 out of bounds [0, 1)',)
  12. WARNING:mediagoblin.processing:No idea what happened here, but it failed: IndexError('axis 1 out of bounds [0, 1)',)
  13. Traceback (most recent call last):
  14. File "/srv/http/media/bin/gmg", line 9, in <module>
  15. load_entry_point('mediagoblin', 'console_scripts', 'gmg')()
  16. File "/srv/http/media/mediagoblin/gmg_commands/__init__.py", line 148, in main_cli
  17. args.func(args)
  18. File "/srv/http/media/mediagoblin/gmg_commands/addmedia.py", line 107, in addmedia
  19. upload_limit=upload_limit, max_file_size=max_file_size)
  20. File "/srv/http/media/mediagoblin/submit/lib.py", line 212, in submit_media
  21. run_process_media(entry, feed_url)
  22. File "/srv/http/media/mediagoblin/submit/lib.py", line 261, in run_process_media
  23. task_id=entry.queued_task_id)
  24. File "/srv/http/media/lib/python2.7/site-packages/celery-3.1.23-py2.7.egg/celery/app/task.py", line 557, in apply_async
  25. link=link, link_error=link_error, **options)
  26. File "/srv/http/media/lib/python2.7/site-packages/celery-3.1.23-py2.7.egg/celery/app/task.py", line 755, in apply
  27. request=request, propagate=throw)
  28. File "/srv/http/media/lib/python2.7/site-packages/celery-3.1.23-py2.7.egg/celery/app/trace.py", line 355, in eager_trace_task
  29. uuid, args, kwargs, request)
  30. File "/srv/http/media/lib/python2.7/site-packages/celery-3.1.23-py2.7.egg/celery/app/trace.py", line 253, in trace_task
  31. I, R, state, retval = on_error(task_request, exc, uuid)
  32. File "/srv/http/media/lib/python2.7/site-packages/celery-3.1.23-py2.7.egg/celery/app/trace.py", line 240, in trace_task
  33. R = retval = fun(*args, **kwargs)
  34. File "/srv/http/media/mediagoblin/processing/task.py", line 101, in run
  35. processor.process(**reprocess_info)
  36. File "/srv/http/media/mediagoblin/media_types/audio/processing.py", line 260, in process
  37. self.create_spectrogram(max_width=medium_width, fft_size=fft_size)
  38. File "/srv/http/media/mediagoblin/media_types/audio/processing.py", line 158, in create_spectrogram
  39. fft_size=fft_size)
  40. File "/srv/http/media/mediagoblin/media_types/audio/transcoders.py", line 76, in spectrogram
  41. seek_point)
  42. File "/srv/http/media/mediagoblin/media_types/audio/audioprocessing.py", line 180, in spectral_centroid
  43. samples = self.read(seek_point - self.fft_size/2, self.fft_size, True)
  44. File "/srv/http/media/mediagoblin/media_types/audio/audioprocessing.py", line 168, in read
  45. samples = numpy.concatenate((numpy.zeros(add_to_start), samples), axis=1)
  46. IndexError: axis 1 out of bounds [0, 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement