Changes between Initial Version and Version 1 of Ticket #5561, comment 3


Ignore:
Timestamp:
Feb 13, 2018, 7:30:19 AM (6 years ago)
Author:
zoro

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5561, comment 3

    initial v1  
    44
    55I do still need help on the video upload it still says TypeError Object ... can you give me example on how to get the backtrace so I can show it to you. The gstreamer apt -get are all installed as shown in the above post. I really need help. Thank You
     6
     7UPDATE: I have enabled gstreamer debug and added gstreamer version (
     827 os.environ['GST_DEBUG'] = '4,python:4'
     938 gi.require_version('GstPbutils', '1.0')
     10)
     11 in the file  /srv/mediagoblin/mediagoblin/mediagoblin/media_types/video/transcoders.py
     12$ ./lazyserver.sh --server-name=fcgi fcgi_host=127.0.0.1 fcgi_port=26543 -v
     13the log after uploading webm video is attached above.
     14https://issues.mediagoblin.org/attachment/ticket/5561/VIDEOUPLOADWEBMERROR.log
     15
     16still the error appears to be in the python script?
     17...
     182018-02-13 15:12:24,951 ERROR   [mediagoblin.processing.task] An unhandled exception was raised while processing <MediaEntry 27: outro>: object() takes no parameters
     192018-02-13 15:12:24,953 WARNING [mediagoblin.processing] No idea what happened here, but it failed: TypeError('object() takes no parameters',)
     202018-02-13 15:12:27,689 WARNING [mediagoblin.processing] No idea what happened here, but it failed: TypeError('object() takes no parameters',)
     21...