Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (343 - 345 of 1174)

Ticket Resolution Summary Owner Reporter
#5472 cant-reproduce Error to load video... e-holy
Description

My error is:

GStreamer: gst-library-error-quark: Could not initialize supporting library. (3)

when i will load an video...

My system is:

4.7.2-201.fc24.x86_64 - Linux/Fedora 24/x86_64

---

2016-09-07 10:35:37,350 INFO [mediagoblin.media_types] Info about file found, checking further 2016-09-07 10:35:37,350 INFO [mediagoblin.media_types] checking the contents with sniffer 2016-09-07 10:35:37,350 INFO [mediagoblin.media_types.video.processing] Sniffing mediagoblin.media_types.video 2016-09-07 10:35:37,352 INFO [mediagoblin.media_types.tools] Discovering /tmp/tmpIcADjv... error: XDG_RUNTIME_DIR not set in the environment. error: XDG_RUNTIME_DIR not set in the environment. 2016-09-07 10:35:37,364 WARNING [mediagoblin.media_types.video.processing] GStreamer: gst-library-error-quark: Could not initialize supporting library. (3) 2016-09-07 10:35:37,364 INFO [mediagoblin.media_types] sniffer says it will not accept the file

#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! : )

#5353 fixed Error when using the API Jessica Tallon
Description

There is a problem with old references to the "user" property on the OAuth models. This happened ever since the commit where I changed the user/creator/publisher/uploader all to the "actor" property.

This was reported to me in IRC by ayleph.

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