﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
5581	Failures after updating the operating system	kleper		"Hello,

Until recently I had the stable version of mediagoblin running on a server with Debian 9 (for the community network project NuestraRed.org).
By decision of another network administrator the operating system was upgraded to debian 10, due to this the installation we had of MediaGoblin stopped working.
I have been trying to install from scratch a new installation to migrate the data and even update the version I had installed to Python3.7 but I always have the following error after the compilation and installation of all packages are done well:

(mediagoblin)mediagoblin@nosredserver:/home/nosred/media.nuestrared.org/mediagoblin$ ./bin/gmg 
Traceback (most recent call last):
  File ""./bin/gmg"", line 11, in <module>
    load_entry_point('mediagoblin', 'console_scripts', 'gmg')()
  File ""/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/mediagoblin/gmg_commands/__init__.py"", line 111, in main_cli
    setup_func = import_component(command_struct['setup'])
  File ""/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/mediagoblin/tools/common.py"", line 34, in import_component
    __import__(module_name)
  File ""/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/mediagoblin/gmg_commands/reprocess.py"", line 25, in <module>
    from mediagoblin.submit.lib import run_process_media
  File ""/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/mediagoblin/submit/lib.py"", line 32, in <module>
    from mediagoblin.processing.task import ProcessMedia
  File ""/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/mediagoblin/processing/task.py"", line 176, in <module>
    tasks.register(ProcessMedia)
  File ""/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/celery/app/registry.py"", line 32, in register
    type(task).__name__))
celery.exceptions.InvalidTaskError: Task class 'type' must specify .name attribute


"	defect	closed	critical		programming	no-action	bug		
