Closed
Bug 719316
Opened 13 years ago
Closed 13 years ago
Add-on Collector 2.0.3 chokes on Reference Desk collection
Categories
(addons.mozilla.org Graveyard :: Collector Extension, defect, P1)
Tracking
(Not tracked)
RESOLVED
WONTFIX
BW-2.1
People
(Reporter: jesdisciple, Assigned: mackers)
Details
User Agent: Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
Build ID: 20111228084953
Steps to reproduce:
I followed the "Reference Desk" collection on AMO, and selected it in about:addons.
Actual results:
It appeared empty so I refreshed, yet it remained empty. I clicked Unsubscribe and it told me "There was an error unsubscribing from this collection. Please try again later." I had to click unfollow twice on AMO to get it off. Every time I try again the same thing happens.
Expected results:
I should have seen the elements in the collection and been allowed to unsubscribe from within about:addons.
Comment 1•13 years ago
|
||
bandwagon(ERROR): [API] send: can't evaluate XML response... 'SyntaxError: missing = in XML attribute'
bandwagon(ERROR): Error getting a collection: '(error 1500)', collection: 'https://addons.mozilla.org/en-US/firefox/api/1.3/sharing//collections/c37b85ec-f029-9ef1-1801-0e1ea52ca728/'
Assignee: nobody → dave
Severity: normal → major
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P1
Target Milestone: --- → BW-2.1
Version: unspecified → BW-2.0
| Assignee | ||
Comment 2•13 years ago
|
||
Confirmed. This appears to be an API bug. Instead of an XML response we get:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Service Unavailable</title>
<style type="text/css">
body, p, h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
color: #b10b29;
}
</style>
</head>
<body>
<h2>Service Unavailable</h2>
<p>The service is temporarily unavailable. Please try again later.</p>
</body>
</html>
Comment 3•13 years ago
|
||
Since the Collections API is no longer supported, I'll mark this as WONTFIX then.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•