Opened 5 years ago

Closed 4 years ago

#5581 closed defect (no-action)

Failures after updating the operating system

Reported by: kleper Owned by:
Priority: critical Milestone:
Component: programming Keywords: bug
Cc: Parent Tickets:

Description

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_structsetup)

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

Change History (2)

comment:1 by Ben Sturmfels, 4 years ago

Hi kleper,

Sorry for the delay in getting back to you. I'd be happy to help you troubleshoot this one if that's still of use. Please pop me an email directly ben@….

Regards,
Ben

comment:2 by Ben Sturmfels, 4 years ago

Resolution: noaction
Status: newclosed

Hi kleper,

I haven't heard back from you so I'll close this ticket. Please feel free to add more information if you are still looking for help.

Regards,
Ben

Note: See TracTickets for help on using tickets.