ebay 503 Gate way Error

159 vues
Accéder directement au premier message non lu

Nika Begiashvili

non lue,
26 juil. 2013, 10:17:0626/07/2013
à ql...@googlegroups.com
I'm using ebay findItemsByKeywords api call from ql.io
which is part of ebay finding api


strange thing is that calling table on my myhosting.com VPS server is working fine
but when I try to do same request from my office it gives me error

Gate way Error

The proxy server could not send request to upstream server.

Reason:Request URI / ServiceName is not valid

RE QUEST_URI:svcs.ebay.com/services/search/FindingService/v1

here is the ql.io data

request:

{ line: 1,
  uuid: 'd9a281df-6e9d-4c85-a0d8-413aafac7010',
  method: 'post',
  headers:
   [ { name: 'connection', value: 'keep-alive' },
     { name: 'user-agent',
       value: 'ql.io-engine0.8.8/node.js-v0.10.15' },
     { name: 'accept',
       value: 'application/xml,application/json,text/csv' },
     { name: 'accept-encoding', value: 'gzip, deflate' },
     { name: 'x-ebay-soa-security-appname',
       value: 'nonecaea7-7d87-4e7e-ac6e-42103b15dbd' },
     { name: 'x-ebay-soa-operation-name',
       value: 'findItemsByKeywords' },
     { name: 'x-ebay-soa-global-id', value: 'EBAY-US' },
     { name: 'x-ebay-soa-service-version', value: '1.12.0' },
     { name: 'x-ebay-soa-request-data-format', value: 'XML' },
     { name: 'request-id',
       value: 'd9a281df-6e9d-4c85-a0d8-413aafac7010!ql.io!192.168.0.240[' },
     { name: 'content-length', value: 175 },
     { name: 'content-type', value: 'application/xml' } ],
  start: 1374847462583,
  type: 'statement-request',
  id: 'b75ede31-aa43-4716-b1fc-319e50f20a06',
  body: '\n<findItemsByKeywordsRequest xmlns="http://www.ebay.com/marketplace/se
arch/v1/services">\n  \n  \n  \n  \n  \n  \n  \n  \n<keywords>pututo</keywords>\
n\n  \n</findItemsByKeywordsRequest>\n' }


and response:

{ line: 1,
  uuid: 'b75ede31-aa43-4716-b1fc-319e50f20a06',
  id: 'b75ede31-aa43-4716-b1fc-319e50f20a06',
  status: 503,
  statusText: 'Service Unavailable',
  headers:
   [ { name: 'content-type', value: 'application/xml' },
     { name: 'accept',
       value: 'application/xml,application/json,text/csv' },
     { name: 'accept-encoding', value: 'gzip, deflate' },
     { name: 'host', value: 'svcs.ebay.com' },
     { name: 'request-id',
       value: 'd9a281df-6e9d-4c85-a0d8-413aafac7010!ql.io!192.168.0.240[' },
     { name: 'user-agent',
       value: 'ql.io-engine0.8.8/node.js-v0.10.15' },
     { name: 'x-ebay-soa-global-id', value: 'EBAY-US' },
     { name: 'x-ebay-soa-operation-name',
       value: 'findItemsByKeywords' },
     { name: 'x-ebay-soa-request-data-format', value: 'XML' },
     { name: 'x-ebay-soa-security-appname',
       value: 'nonecaea7-7d87-4e7e-ac6e-42103b15dbd' },
     { name: 'x-ebay-soa-service-version', value: '1.12.0' },
     { name: 'x-forwarded-for', value: '85.117.44.164' },
     { name: 'date', value: 'Fri, 26 Jul 2013 14:04:25 GMT' },
     { name: 'transfer-encoding', value: 'chunked' },
     { name: 'nncoection', value: 'Close' } ],
  time: 2308,
  body: '<html><head><title>503 Service Unavailable</title></head><body><h1>Gate
way Error</h1><p>The proxy server could not send request to upstream server.<br
/></p><p>Reason:<strong>Request URI / ServiceName is not valid</strong></p><p>RE
QUEST_URI:<strong>svcs.ebay.com/services/search/FindingService/v1</strong></p></
body></html>',
  type: 'statement-response',
  timings:
   { blocked: -1,
     dns: -1,
     connect: -1,
     send: 8,
     wait: -1,
     receive: 2306 } }


Nika Begiashvili

non lue,
26 juil. 2013, 10:18:2226/07/2013
à ql...@googlegroups.com
forgot to mention
I'm using ql.io-engine module for node.js 
Répondre à tous
Répondre à l'auteur
Transférer
0 nouveau message