Closed
Bug 730164
Opened 14 years ago
Closed 14 years ago
Exception: Thumbnail Job ID from server response mismatched ID
Categories
(Pancake Graveyard :: Front-end, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
M2
People
(Reporter: gbrander, Assigned: gbrander)
Details
What happens: when SiteCollections are spawned that have 0 members, this error is logged in the console.
I think I know what causes it:
The API for a stack or search gives you a thumbnail job id, but if that thumbnail job contains no thumbnails (e.g. no results in stack) the thumbnailer sends back a response that doesn't match.
Example:
{"results": [], "success": true, "thumbnails_job": "309effd2-8dbc-441d-b283-c7d4d3abe256"}
And, requesting http://107.21.203.44/thumbnailer/status?job=309effd2-8dbc-441d-b283-c7d4d3abe256:
{
"reason": "no such job",
"success": false
}
| Assignee | ||
Comment 1•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•