Getting 9001 - Unexpected Server Error
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
Aaron Somal <aaronso... @googlemail.com>
Date: Thu, 19 Apr 2012 05:49:19 -0700 (PDT)
Local: Thurs, Apr 19 2012 8:49 am
Subject: Getting 9001 - Unexpected Server Error
Hi,
We're getting the 9001 error code randomly on this request:
http://api.7digital.com/1.2/artist/details?artistId=473615&oauth_cons...
This happens despite the previous three requests (which happen
directly before, with identical URLs but different artistId's), which
work fine. The request works fine on our local dev versions, but
errors on our live server.
Your API Docs mention that we should contact you when we get an error
code above 7000.
Any ideas on what might be causing this?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
"Christine O'Dell" <christine.od... @7digital.com>
Date: Thu, 19 Apr 2012 13:57:08 +0100
Local: Thurs, Apr 19 2012 8:57 am
Subject: Re: Getting 9001 - Unexpected Server Error
Aaron,
We just experienced a very brief outage with our loadbalancer setup, but this has been fixed.
Please could you try again and let us know if you are still experiencing problems.
Thanks, Chris
On 19 April 2012 13:49, Aaron Somal <aaronso... @googlemail.com> wrote:
> Hi,
> We're getting the 9001 error code randomly on this request:
> http://api.7digital.com/1.2/artist/details?artistId=473615&oauth_cons...
> This happens despite the previous three requests (which happen > directly before, with identical URLs but different artistId's), which > work fine. The request works fine on our local dev versions, but > errors on our live server.
> Your API Docs mention that we should contact you when we get an error > code above 7000.
> Any ideas on what might be causing this?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Aaron Somal <aaronso... @googlemail.com>
Date: Thu, 19 Apr 2012 06:42:57 -0700 (PDT)
Local: Thurs, Apr 19 2012 9:42 am
Subject: Re: Getting 9001 - Unexpected Server Error
Hi Chris,
Unfortunately we're still experiencing this issue.
Aaron
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Goncalo Pereira <goncalo.pere... @7digital.com>
Date: Thu, 19 Apr 2012 14:58:45 +0100
Local: Thurs, Apr 19 2012 9:58 am
Subject: Re: Getting 9001 - Unexpected Server Error
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Aaron Somal <aaronso... @googlemail.com>
Date: Thu, 19 Apr 2012 07:05:43 -0700 (PDT)
Local: Thurs, Apr 19 2012 10:05 am
Subject: Re: Getting 9001 - Unexpected Server Error
Hi Goncalo,
The only difference is that our dev version runs locally, while the
live server runs from a remote server. The request is sent in exactly
the same way with the same key and parameters.
The response code is:
<?xml version="1.0" encoding="utf-8" ?><response status="ok"
version="1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance "
xsi:noNamespaceSchemaLocation="http://api.7digital.com/1.2/static/
7digitalAPI.xsd" ><artist id="473615"><name>Veronica Falls</
name><sortName>Veronica Falls</sortName><url>http://www.7digital.com/
artists/veronica-falls/?partner=1375</url><image>http://cdn .
7static.com/static/img/artistimages/00/004/736/0000473615_150.jpg</
image><bio><text></text></bio></artist></response>?<?xml version="1.0"
encoding="utf-8" ?>
<response status="error" version="1.2">
<error code="9001">
<errorMessage>Unhandled 7digital API server error.</errorMessage>
</error>
</response>
It seems that we get a legitimate response, but an error code is also
attached to it.
Aaron
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Goncalo Pereira <goncalo.pere... @7digital.com>
Date: Thu, 19 Apr 2012 15:23:53 +0100
Local: Thurs, Apr 19 2012 10:23 am
Subject: Re: Getting 9001 - Unexpected Server Error
Hey, I haven't seen this behaviour before, can you curl the request? please send us a manual request including headers.
We don't have more than one status code per response, are you merging or threading requests in any way?
Thanks
On 19 April 2012 15:05, Aaron Somal <aaronso... @googlemail.com> wrote:
> Hi Goncalo,
> The only difference is that our dev version runs locally, while the > live server runs from a remote server. The request is sent in exactly > the same way with the same key and parameters.
> The response code is: > <?xml version="1.0" encoding="utf-8" ?><response status="ok" > version="1.2" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance " > xsi:noNamespaceSchemaLocation="http://api.7digital.com/1.2/static/ > 7digitalAPI.xsd" ><artist id="473615"><name>Veronica Falls</ > name><sortName>Veronica Falls</sortName><url>http://www.7digital.com/ > artists/veronica-falls/?partner=1375</url><image>http://cdn . > 7static.com/static/img/artistimages/00/004/736/0000473615_150.jpg</ > image><bio><text></text></bio></artist></response>?<?xml version="1.0" > encoding="utf-8" ?> > <response status="error" version="1.2"> > <error code="9001"> > <errorMessage>Unhandled 7digital API server error.</errorMessage> > </error> > </response>
> It seems that we get a legitimate response, but an error code is also > attached to it.
> Aaron
--
Goncalo Pereira <
http://www.goncalopereira.com >, Lead Developer for
Services<
http://developer.7digital.net/ >
at 7digital <
http://www.7digital.com/ >
For API support please read
this<
http://blogs.7digital.com/dev/2011/07/29/improving-api-customer-support/ >
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Aaron Somal <aaronso... @googlemail.com>
Date: Thu, 19 Apr 2012 07:41:30 -0700 (PDT)
Local: Thurs, Apr 19 2012 10:41 am
Subject: Re: Getting 9001 - Unexpected Server Error
Hi,
We've tried with a CURL request and this responds fine.
We've also noticed the earlier response contains 2 different XML
declarations:
Part 1 (correct response) -
<?xml version="1.0" encoding="utf-8" ?><response status="ok"
version="1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance "
xsi:noNamespaceSchemaLocation="http://api.7digital.com/1.2/static/
7digitalAPI.xsd" ><artist id="473615"><name>Veronica Falls</
name><sortName>Veronica Falls</sortName><url>http://www.7digital.com/
artists/veronica-falls/?partner=1375</url><image>http://cdn .
7static.com/static/img/artistimages/00/004/736/0000473615_150.jpg</
image><bio><text></text></bio></artist></response>?
Part 2 (error) -
<?xml version="1.0"
encoding="utf-8" ?>
<response status="error" version="1.2">
<error code="9001">
<errorMessage>Unhandled 7digital API server error.</errorMessage>
</error>
</response>
We are not merging or threading any requests across our code.
Why do we receive a correct response followed directly by an error
code?
Aaron
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Goncalo Pereira <goncalo.pere... @7digital.com>
Date: Thu, 19 Apr 2012 15:49:42 +0100
Local: Thurs, Apr 19 2012 10:49 am
Subject: Re: Getting 9001 - Unexpected Server Error
We're confused with the behaviour you're experiencing, we can't duplicate it with CURL, we don't see this behaviour with any other clients and you say you can't duplicate it outside the application.
The API doesn't set a second response so would it be possible to have the headers and any other information from the application?
http://blogs.7digital.com/dev/2011/07/29/improving-api-customer-support/
Regards
On 19 April 2012 15:41, Aaron Somal <aaronso... @googlemail.com> wrote:
> Hi,
> We've tried with a CURL request and this responds fine.
> We've also noticed the earlier response contains 2 different XML > declarations:
> Part 1 (correct response) - > <?xml version="1.0" encoding="utf-8" ?><response status="ok" > version="1.2" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance " > xsi:noNamespaceSchemaLocation="http://api.7digital.com/1.2/static/ > 7digitalAPI.xsd" ><artist id="473615"><name>Veronica Falls</ > name><sortName>Veronica Falls</sortName><url>http://www.7digital.com/ > artists/veronica-falls/?partner=1375</url><image>http://cdn . > 7static.com/static/img/artistimages/00/004/736/0000473615_150.jpg</ > image><bio><text></text></bio></artist></response>?
> Part 2 (error) - > <?xml version="1.0" > encoding="utf-8" ?> > <response status="error" version="1.2"> > <error code="9001"> > <errorMessage>Unhandled 7digital API server error.</errorMessage> > </error> > </response>
> We are not merging or threading any requests across our code.
> Why do we receive a correct response followed directly by an error > code?
> Aaron
--
Goncalo Pereira <
http://www.goncalopereira.com >, Lead Developer for
Services<
http://developer.7digital.net/ >
at 7digital <
http://www.7digital.com/ >
For API support please read
this<
http://blogs.7digital.com/dev/2011/07/29/improving-api-customer-support/ >
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Aaron Somal <aaronso... @googlemail.com>
Date: Thu, 19 Apr 2012 09:00:23 -0700 (PDT)
Local: Thurs, Apr 19 2012 12:00 pm
Subject: Re: Getting 9001 - Unexpected Server Error
Request URL:
http://api.7digital.com/1.2/artist/details?artistId=473615&oauth_cons...
Request Headers:
Request Method:GET
Status Code:200 OK
artistId:473615
oauth_consumer_key:OUR_KEY
country:GB
Response Headers:
Response HTTP/1.1 200 OK
Server nginx/0.7.67
Date Thu, 19 Apr 2012 15:50:11 GMT
Content-Type text/xml; charset=utf-8
Last-Modified Tue, 17 Apr 2012 08:13:46 GMT
X-AspNet-Version 4.0.30319
x-7dig aw1
Access-Control-Allow-Origin *
Content-Length 502
Accept-Ranges bytes
Cache-Control private, max-age=432000
Age 200152
Expires Sun, 22 Apr 2012 08:14:19 GMT
x-cdn Served by WebAcceleration
Connection Keep-Alive
Does that help?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
filip <filip.den... @7digital.com>
Date: Fri, 20 Apr 2012 07:29:29 -0700 (PDT)
Local: Fri, Apr 20 2012 10:29 am
Subject: Re: Getting 9001 - Unexpected Server Error
Hi Aaron,
are you still experiencing problems?
If yes can you please contact us directly at a... @7digital.com ?
Thanks
Filip
On Apr 19, 5:00 pm, Aaron Somal <aaronso... @googlemail.com> wrote:
> Request URL:
http://api.7digital.com/1.2/artist/details?artistId=473615&oauth_cons ...
> Request Headers:
> Request Method:GET
> Status Code:200 OK
> artistId:473615
> oauth_consumer_key:OUR_KEY
> country:GB
> Response Headers:
> Response HTTP/1.1 200 OK
> Server nginx/0.7.67
> Date Thu, 19 Apr 2012 15:50:11 GMT
> Content-Type text/xml; charset=utf-8
> Last-Modified Tue, 17 Apr 2012 08:13:46 GMT
> X-AspNet-Version 4.0.30319
> x-7dig aw1
> Access-Control-Allow-Origin *
> Content-Length 502
> Accept-Ranges bytes
> Cache-Control private, max-age=432000
> Age 200152
> Expires Sun, 22 Apr 2012 08:14:19 GMT
> x-cdn Served by WebAcceleration
> Connection Keep-Alive
> Does that help?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
catoo... @googlemail.com
Date: Thu, 27 Sep 2012 08:10:13 -0700 (PDT)
Local: Thurs, Sep 27 2012 11:10 am
Subject: Re: Getting 9001 - Unexpected Server Error
On Thursday, April 19, 2012 1:49:19 PM UTC+1, Aaron Somal wrote:
> Hi,
> We're getting the 9001 error code randomly on this request:
> http://api.7digital.com/1.2/artist/details?artistId=473615&oauth_cons...
> This happens despite the previous three requests (which happen > directly before, with identical URLs but different artistId's), which > work fine. The request works fine on our local dev versions, but > errors on our live server.
> Your API Docs mention that we should contact you when we get an error > code above 7000.
> Any ideas on what might be causing this?
You must
Sign in before you can post messages.
You do not have the permission required to post.