Custom Query (1174 matches)
Results (298 - 300 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #5581 | no-action | Failures after updating the operating system | ||
| 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):
celery.exceptions.InvalidTaskError: Task class 'type' must specify .name attribute |
|||
| #5583 | no-action | "Create Account" and "Start an Instance" are squished together | ||
| 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 | ||
| 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
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';
(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! : ) |
|||
