Using the API Explorer I always get a 500 error whenever attempting a GetResultFile with any seeming valid task_id.
Has anybody also seen this problem, any suggestions?
Below are the responses..
Respone Headers :
rlogid:t6pitaf%60btuf1%3D9iptpitaf%60btuf1*w31eg%28rbpv6762-17a23fad688-0x234e
x-ebay-client-tls-version:TLSv1.3
x-content-type-options:nosniff
x-xss-protection:1; mode=block
cache-control:no-cache, no-store, max-age=0, must-revalidate
pragma:no-cache
expires:0
x-frame-options:DENY
content-length:320
date:Sat, 19 Jun 2021 11:14:38 GMT
x-envoy-upstream-service-time:13
server:ebay-proxy-server
x-ebay-pop-id:UFES2-SLCAZ01-api
connection:close
Response Body:
{
"errors": [
{
"errorId": 2003,
"domain": "ACCESS",
"category": "APPLICATION",
"message": "Internal error",
"longMessage": "There was a problem with an eBay internal system or process. Contact eBay developer support for assistance",
"parameters": [
{
"name": "code",
"value": "406"
},
{
"name": "message",
"value": "HTTP 406 Not Acceptable"
}
]
}
]
}