| 6 | |
| 7 | UPDATE: I have enabled gstreamer debug and added gstreamer version ( |
| 8 | 27 os.environ['GST_DEBUG'] = '4,python:4' |
| 9 | 38 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 |
| 13 | the log after uploading webm video is attached above. |
| 14 | https://issues.mediagoblin.org/attachment/ticket/5561/VIDEOUPLOADWEBMERROR.log |
| 15 | |
| 16 | still the error appears to be in the python script? |
| 17 | ... |
| 18 | 2018-02-13 15:12:24,951 ERROR [mediagoblin.processing.task] An unhandled exception was raised while processing <MediaEntry 27: outro>: object() takes no parameters |
| 19 | 2018-02-13 15:12:24,953 WARNING [mediagoblin.processing] No idea what happened here, but it failed: TypeError('object() takes no parameters',) |
| 20 | 2018-02-13 15:12:27,689 WARNING [mediagoblin.processing] No idea what happened here, but it failed: TypeError('object() takes no parameters',) |
| 21 | ... |