Custom Query (1173 matches)
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'",): | ||
| Description |
4: RuntimeWarning: Exception raised outside body: AttributeError("'NoneType' object has no attribute 'processing_metadata'",): Traceback (most recent call last):
AttributeError: 'NoneType' object has no attribute 'processing_metadata'
Processes running in supervisord, postgresql backend |
|||
| #585 | fixed | When publishing through API, no PuSH to push_urls | ||
| 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. | ||
| 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. |
|||
