Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 1173)

Ticket Owner Reporter Resolution Summary
#5561 zoro no-action Cannot upload video and audio. Unhandled exception
Description

So I followed this steps exactly: https://raspiblog.noblogs.org/post/2018/02/11/installation-of-gnu-mediagoblin/

pyexiv2 did not work so I removed it from mediagoblin_ini I have configured systemd services as per in the docs production deployment. I have successfully uploaded Images and PDF files but whenever I upload audio and/or video, I get the error:

in audio:

.
.
.
2018-02-11 13:27:08,456 INFO    [mediagoblin.media_types.audio.transcoders] 100% done...
2018-02-11 13:27:08,458 INFO    [mediagoblin.media_types.audio.transcoders] Done
2018-02-11 13:27:08,474 INFO    [mediagoblin.media_types.audio.transcoders] Quitting MainLoop gracefully...
2018-02-11 13:27:08,511 ERROR   [mediagoblin.processing.task] An unhandled exception was raised while processing <MediaEntry 12: btest>: 'float' object cannot be interpreted as an integer
2018-02-11 13:27:08,516 WARNING [mediagoblin.processing] No idea what happened here, but it failed: TypeError("'float' object cannot be interpreted as an integer",)
2018-02-11 13:27:08,660 WARNING [mediagoblin.processing] No idea what happened here, but it failed: TypeError("'float' object cannot be interpreted as an integer",)
.
.
.

in video upload:

.
.
.
2018-02-11 13:29:14,509 INFO    [mediagoblin.media_types] checking the contents with sniffer
2018-02-11 13:29:14,510 INFO    [mediagoblin.media_types.video.processing] Sniffing mediagoblin.media_types.video
2018-02-11 13:29:14,514 INFO    [mediagoblin.media_types.tools] Discovering /tmp/tmpnefj5irg...
2018-02-11 13:29:14,877 DEBUG   [mediagoblin.media_types.video.processing] Discovered: <GstPbutils.DiscovererInfo object at 0x70a8f2b0 (GstDiscovererInfo at 0x1a66470)>
2018-02-11 13:29:14,885 INFO    [mediagoblin.media_types] checked, found
2018-02-11 13:29:15,682 DEBUG   [mediagoblin.processing.task] Processing <MediaEntry 13: decayy>
2018-02-11 13:29:15,686 INFO    [mediagoblin.media_types.video.transcoders] Initializing VideoTranscoder...
2018-02-11 13:29:15,722 INFO    [mediagoblin.media_types.tools] Discovering /mnt/var/mediagoblin/media/queue/media_entries/31957130-a334-4f20-bc13-8d78bf33ca02/124887044.ogv...
2018-02-11 13:29:16,072 INFO    [mediagoblin.media_types.tools] Discovering /mnt/var/mediagoblin/media/queue/media_entries/31957130-a334-4f20-bc13-8d78bf33ca02/124887044.ogv...
2018-02-11 13:29:16,427 ERROR   [mediagoblin.processing.task] An unhandled exception was raised while processing <MediaEntry 13: decayy>: object() takes no parameters
2018-02-11 13:29:16,430 WARNING [mediagoblin.processing] No idea what happened here, but it failed: TypeError('object() takes no parameters',)
2018-02-11 13:29:16,517 WARNING [mediagoblin.processing] No idea what happened here, but it failed: TypeError('object() takes no parameters',)
.
.
.

I have reviewed all config and tickets but still no fix. I used python3, python2 appears to not work for me, also I use nginx, debian 9.3.

#5581 kleper 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):

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

#5592 Ben Sturmfels fixed Make "–with-python3" the default
Description

Given I'm proposing 0.10.0 be our last Python 2 compatible release, we ought to signal this by switching the ./configure defaults over to Python 3.

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