Closed
Bug 817701
Opened 13 years ago
Closed 13 years ago
App Icon stuck on "processing"
Categories
(Marketplace Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ianbicking, Unassigned)
Details
(Whiteboard: p=2)
Attachments
(1 file)
|
6.03 KB,
image/png
|
Details |
I submitted an application yesterday, and when viewing the Edit Listing page (https://marketplace.firefox.com/developers/app/christmas-carol-lyrics/edit) it still shows a spinner under the App Icon field, with the message above of "Image changes being processed". It's been twelve hours, so I'm guessing something is wedged. The icon also does not show up on the listing (https://marketplace.firefox.com/app/christmas-carol-lyrics/), with just the placeholder text "icon" showing up. Note that the app is still in review.
The icon that should display is: http://xmasapp.ianbicking.org/icon_128.png
The relevant portion of the manifest is:
"icons": {
"128": "icon_128.png",
"32": "icon_32.png"
}
| Reporter | ||
Comment 1•13 years ago
|
||
Reproduced on dev marketplace: https://marketplace-dev.allizom.org/developers/app/christmas-carol-lyrics/edit (nothing fancy necessary to reproduce, just resubmitted there). I'll be updating the real marketplace manually.
| Reporter | ||
Comment 2•13 years ago
|
||
I just tried updating the entry manually to resolve the problem, uploading the same image file as linked to by the manifest. Though initially the edit page looks correct, on reload I encounter the same "processing" problem. As a result I am guessing that the problem is with the image file itself. I have attached the problematic image.
| Reporter | ||
Comment 3•13 years ago
|
||
I've tried normalizing the image using ImageMagick's convert, which changes the .png, but still I get the same behavior. I've tried changing to a jpg (which is suboptimal without transparencies) but still get the same problem. Given that changing formats doesn't change anything I'm starting to think either this isn't the file format, or that something in the queue is stuck (at least with regard to my entry) regardless of later submissions.
| Reporter | ||
Comment 4•13 years ago
|
||
Strike those last two comments, I was simply not saving things properly. Uploading the image manually does work.
Updated•13 years ago
|
Whiteboard: p=2
Comment 5•13 years ago
|
||
Is this issue still reproducible on dev/prod?
| Reporter | ||
Comment 6•13 years ago
|
||
I can't reproduce it anymore
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•