Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (250 - 252 of 1173)

Ticket Resolution Summary Owner Reporter
#1029 no-action When uploading media, silently fails in the web interface, and AttributeError("'NoneType' object has no attribute 'processing_metadata'",): arthur.lutz
Description

4: RuntimeWarning: Exception raised outside body: AttributeError("'NoneType' object has no attribute 'processing_metadata'",): Traceback (most recent call last):

File "/srv/videos.lutz.im/mediagoblin/local/lib/python2.7/site-packages/celery-3.1.16-py2.7.egg/celery/app/trace.py", line 253, in trace_task

I, R, state, retval = on_error(task_request, exc, uuid)

File "/srv/videos.lutz.im/mediagoblin/local/lib/python2.7/site-packages/celery-3.1.16-py2.7.egg/celery/app/trace.py", line 201, in on_error

R = I.handle_error_state(task, eager=eager)

File "/srv/videos.lutz.im/mediagoblin/local/lib/python2.7/site-packages/celery-3.1.16-py2.7.egg/celery/app/trace.py", line 85, in handle_error_state

}[self.state](task, store_errors=store_errors)

File "/srv/videos.lutz.im/mediagoblin/local/lib/python2.7/site-packages/celery-3.1.16-py2.7.egg/celery/app/trace.py", line 120, in handle_failure

task.on_failure(exc, req.id, req.args, req.kwargs, einfo)

File "/srv/videos.lutz.im/mediagoblin/mediagoblin/processing/task.py", line 157, in on_failure

json_processing_callback(entry)

File "/srv/videos.lutz.im/mediagoblin/mediagoblin/tools/processing.py", line 49, in json_processing_callback

if not entry.processing_metadata:

AttributeError: 'NoneType' object has no attribute 'processing_metadata'

exc, exc_info.traceback)))

Processes running in supervisord, postgresql backend

#585 fixed When publishing through API, no PuSH to push_urls mrb
Description

The block of code that takes care of pushing the item to push_urls is absent in the api plugin.

#631 duplicate When name of upload conflicts with existing media, mg uses the id number, but does not check whether an exisiting item is named that. Simon Fondrie-Teitler
Description

e.g. I name the fifth picture I upload 7. I then upload another picture and name it "leaf". I then upload another picture, also named "leaf". The url for the first picture and the last picture will be https://mg.tenthcircle.net/u/simonft/m/10/

This also happens if a I upload a picture with a name conflict, then another picture with the name being the id number of the conflicting picture. i.e. I upload a picture named "leaf", then another picture name "leaf". The second picture gets the url https://mg.tenthcircle.net/u/simonft/m/17/. I then upload a picture with the name "17", which gets the same url.

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