Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (298 - 300 of 1174)

Ticket Resolution Summary Owner Reporter
#5581 no-action Failures after updating the operating system kleper
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

#5583 no-action "Create Account" and "Start an Instance" are squished together anongoblin
Description

On the main starting page of Mediagoblin (when the user is logged out), there are two buttons: "Create an account on this site" and "Set up MediaGoblin on your own server".

The two buttons appear to have no margin between them, forcing them to be as close together as possible.

This is using the "base.css" theme.

#5603 no-action Error when running dbupdate after adding audio media-type Andrew
Description

One of my coworkers is running into this issue while trying to add audio support to our GMG instance. I'm posting it for them because it's currently not possible to sign up for new accounts on this bug tracker. Thanks! : )


I am following these instructions for audio: https://mediagoblin.readthedocs.io/en/stable/siteadmin/media-types.html

We have video, image, and pdf media types enabled. I am trying to add audio. I have added the dependencies. I get an AssertionError when adding mediagoblin.media_types.audio under the [plugins] section of my mediagoblin_local.ini file.

"/srv/ccs-mediagoblin/mediagoblin/mediagoblin/db/migration_tools.py", line 132, in migrations_to_run

assert self.database_current_migration is not None

AssertionError

The full traceback is identical to this unanswered mailing list message: https://lists.mediagoblin.org/pipermail/devel/2019-March/003243.html

Version: gmg 0.9.0 stable

I think it is referencing the pdf version being 0 in the database.

psql mediagoblin psql (9.3.24) Type "help" for help.

mediagoblin=> SELECT * FROM coremigrations WHERE name='mediagoblin.media_types.pdf';

name | version


mediagoblin.media_types.pdf | 0

(1 row)

Changing 0 to 1 does not have an effect.

If I remove the mediagoblin.media_types.audio line from mediagoblin_local.ini, the ./bin/gmg dbupdate command completes.


I did some of my own research about this issue. I wonder if this is related to the following file being nearly empty:

mediagoblin.git/mediagoblin/media_types/audio/migrations.py

It contains only: "MIGRATIONS = {}", whereas the 'video' analog contains more.

Any insights into this issue are appreciated. Thanks! : )

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.